html {
    margin:0px;
    padding:0px;
}

body {
    font-family: Verdana;
    font-size: medium;
    margin:0px;
    padding:0px;
    background-color: #FFFFFF;
    border-right: solid #000000 10px;
}

h1{
    font-size: 25px;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 16px;
}

a{
    text-decoration: none;
    color:#FF0000;
}

img {
    border: none;
}

p{
    font-size: 12px;
}

label{
    font-size: 12px;
    margin-right: 4px;
}

label{
    font-size: 12px;
    margin-right: 4px;
}

fieldset {
    border:none;
}

textarea {
    width:100%;
}

/*
Cake Defined Styles
*/

/** Notices and Errors **/
.message {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    background: #ffcc00;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
    background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
    background-image: linear-gradient(top, #ffcc00, #E6B800);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
    clear: both;
    color: #fff;
    background: #c43c35;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
    clear: both;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    font-weight: normal;
    line-height: 140%;
}
.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    color: #fff;
}


/*
Conveniance Styles
*/

.floatRight{
    float:right;
}

.floatLeft{
    float:left;
}

.alignRight{
    text-align: right;
}

.alignLeft{
    text-align: left;
}


/*
Structure
*/
#sidebar {
    width: 300px;
    height: 100%;
    color: #FFFFFF;
    position: fixed;
    background-color: #000000;
}

#logo {
    margin-top: 50px;
    margin-left: 30px;   
}

#sidebar ul {
    margin-top: 40px;
}

#sidebar li {
    font-family: Verdana;
    text-decoration: none;
    font-size: 18px;
    margin-top: 10px;
    list-style-type: none;
}

#sidebar a {
    color: #FFFFFF;
    text-decoration: none;
}

#sidebarAccount {
    width: 280;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

#wrapper {
    margin-left: 300px;
    border-top: solid #000000 10px;
    position: relative;
    z-index:100;
    background-color: #FFFFFF;
}

#contentBody {
    padding: 10px 20px 40px 20px;
}

#footer {
    height:50px;
    text-align: center;
}




/*
* CollaborationPreview
*/
.collaborationPreview{
    margin-bottom: 20px;
    border: 1px solid #000;
    border-spacing: 0px;
    -moz-border-radius: 5px;
    -webkit-border-top-left: 5px;
    border-radius: 5px;
}

.collaborationPreviewTitle{
    height: 20px;
    padding:4px;
}

.collaborationPreviewTitle a{
    font-size: 18px;
    padding:4px;
    float: left;
    display: inline;
}

.collaborationPreviewTitle p{
    font-size: 10px;
    padding:4px;
    float: right;
    display: inline;
}

.collaborationPreviewDescription{
    padding-left:18px;
    word-wrap: break-word;
}

.collaborationPreviewFooter{
    font-size: 10px;
    height:20px;
    text-align: right;
    padding:10px;
}

.collaborationPreviewFooter a{
    margin-right: 8px;
}




/*
* ThreadPreview
*/
.threadPreview{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #999;
    border-spacing: 0px;
    -moz-border-radius: 5px;
    -webkit-border-top-left: 5px;
    border-radius: 5px;
}

.threadPreview:hover{
    background-color: #dddddd;
}

.threadPreviewTitle{
    height: 18px;
    padding:4px;
}

.threadPreviewTitle a{
    padding:4px;
    float: left;
    display: inline;
}

.threadPreviewTitle p{
    font-size: 10px;
    padding:4px;
    float: right;
    display: inline;
}

.threadPreviewDescription{
    padding-left:18px;
    word-wrap: break-word;
}

/*
* Comment 
*/
.comment, .addCommentForm{
    width:400px;
    margin-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-spacing: 0px;
    -moz-border-radius: 5px;
    -webkit-border-top-left: 5px;
    border-radius: 5px;
}

.commentTitle, .addCommentTitle{
    height:20px;
    padding:10px;
}

.commentUser, .addCommentUser{
    float: left;
}

.commentDateCreated, .addCommentDateCreated{
    font-size: 10px;
    float: right;
}

.commentMessage p{
    font-size: 14px;
    padding:10px;
    word-wrap: break-word;
    margin: 0px;
}

.commentMessage img{
    display: block;
    padding:10px 0px 10px 0px;
    margin: auto;
}

.commentFooter{
    font-size: 10px;
    height:20px;
    text-align: right;
    padding:0px 10px 10px 0px;
}

.commentFooter a{
    margin-right: 8px;
}


/*
* Add Comment 
*/

.addCommentMessage{
}

.addCommentFooter{
    font-size: 10px;
    text-align: right;
    padding: 0px 10px 10px 0px;
}









/*
* Dynamic Table
*/

.table-dynamic {
    width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff;
    border: 1px solid #999;
    border-spacing: 0px;
    -moz-border-radius: 5px;
    -webkit-border-top-left: 5px;
    border-radius: 5px;
    text-align: left;
}
.table-dynamic th {
    width: 180px;
    font: bold 14px/1em Arial, Helvetica, sans-serif;
    padding: 10px 8px;
    border-left: 1px solid #999;

}
.table-dynamic td {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    padding: 6px 8px;
}
.table-dynamic tbody tr:hover td {
    background-color: #DDDDDD;
}

.table-dynamic td:first-child, th:first-child {
    border-left: 0px;
}

.table-dynamic th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px
}

.table-dynamic th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.table-dynamic tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table-dynamic tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}