body {
    font-family: Helvetica, Gill Sans, Verdana, arial, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 1.5em;
    background: #dddddd;
    text-align: center;
    margin: 0 0 0 0;
}

img {
    border: 0;
    vertical-align: middle;	
}

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

a:hover {
    text-decoration: underline;
}

#pageheader {
    color: #FFF;
    font-size: 16px;
    text-align: left;
}

h1 {
    font-size: 1.65em;
    color: #666666;
    font-weight: 400;
    margin: 0 0 .5em;
    padding: .25em 0;
}

#content h1.pagetitle {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: .25em 0;
}

#content h2 {
    font-weight: 400;
    color: #666;
    font-size: 1.4em;
    margin: 0;
    padding: .25em 0 0;
}

#sidebar {
    text-transform: none;
    background: #ffffff;
    float: left;
    clear: right;
    text-align: left;
    font-size: 11px;
    width: 125px;
    margin: 0;
    padding-left: 10px;
}

#content .body {
    line-height: 1.2em;
    margin-right: 15px;
}

#menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0 0 0 1em;
}

#menu li {
    background: url("../images/123.gif") 0 .2em no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 .85em;
}

#menuItemActive {
    font-weight: bold;	
}

.subnav li {
    font-weight: normal;	
}

.active {
	font-weight: bold;
}


#page {
    width: 800px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

#bodytop {
    background: #ffffff url("../images/shadow.gif") top right repeat-y;
    width: 800px;
    height: 6px;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

#bodybottom {
    background :#ffffff url("../images/shadowb.gif") top right no-repeat;
    width: 800px;
    height: 7px;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

#body {
    background: #ffffff url("../images/shadowr.gif") top right repeat-y;
    font-family: Helvetica, Gill Sans, Verdana, arial, sans-serif;
    font-size: 12px;
    width: 800px;
    text-align: left;
    margin: 0;
    padding: 0;
}

#navigation {
    padding: 0px;
}

#siteheader {
    text-align: right;
    padding-right: 20px;
    font-size: 90%;
    
}

#body #pageheaderpad {
    margin: 0 6px 0 0;
}

#body #pageheader {
    float: right;
    background: url("../images/bg.gif") repeat-x;
    width: 784px;
    height: 130px;
    margin: 0;
    padding: 5px;
}

#pageheader .pad {
    padding: 10px;
}

#pageheader .pad h1 {
    font-family: Helvetica, Gill Sans, Verdana;
    font-weight: bold;
    color: #ffffff;
}


#content {
    text-align: left;
    margin: 0 0 0 160px;
    padding: 0;
}

#sidebar ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#sidebar li {
    background: url("../images/123.gif") 0 .2em no-repeat !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 0 0 .999em !important;
}

#footer {
    background: transparent;
    text-align: center;
    font-size: 11px;
    color: #666666;
    clear: both;
    margin: 0 6px 0 0;
    padding: 10px 0 10px 20px;
}

#footer a:active,a:visited {
    color: #666666;
}

#footer a:hover {
    color: #699CCF;
}

***************** Admin styles ******************/
table.list {
    border: 1px solid #000;
    border-collapse: collapse;
}

table.list th {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    height: 18px;
    background-image: url(../images/blk.gif);
    background-repeat: repeat-x;
    background-position: top;
}

table.list td {
    border: 1px solid #C0C0C0;
    height: 25px;
    padding: 3px;
}

td.noResults {
    text-align: center;
    height: 35px;
    background-color: #FFFFFF;
    width: 500px;
    line-height: 30px;
    
}

.row1 {
    background-color: #FFFFFF;
}

.row2 {
    background-color: #F0F0F0;
}

table.form {
    display: block;
    border: 1px solid #E7E7E7;
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 100%;
}

table.form td {
    padding: 5px 7px 5px 7px;
    vertical-align: top;
}

table.form label {
    font-weight: bold;
}

.sortable th {
    cursor: pointer;
}

div.aclSection {
    margin-bottom: 20px;
}

div#accessList div.module {
    background-color: #CC0000;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    padding: 2px;
}

div#accessList table.list tr {
    height: 30px;	
}

div#accessList table.list tr.module {
    background-color: #000000;
    color: #FFFFFF;
}

div#accessList table.list tr.controller {
    background-color: #E7E7E7;
    font-weight: bold;
}

div#accessList table.list tr.controller td.td1 {
    padding-left: 20px;
    background: #E7E7E7 url(../images/indent.gif) 3px 2px no-repeat;
}

div#accessList table.list tr.action td.td3 {
    padding-left:  20px;
    background-color: #FFF;
}

div#accessList table.list tr.action td.td1 {
    padding-left: 35px;
    background: #FFFFFF url(../images/indent.gif) 18px 2px no-repeat;
}

div#accessList table.list td.access {
    background: #FFFFFF url(../images/aclAccess.gif) 0 0 repeat-x;
    color: #FFF;
    font-weight: normal;
    text-align: center;
}

div#accessList table.list td.noAccess {
    background: #FFFFFF url(../images/aclNoAccess.gif) 0 0 repeat-x;
    color: #FFF;
    font-weight: normal;
    text-align: center;    
}

div#accessList table.list td.someAccess {
    background: #FFFFFF url(../images/aclSomeAccess.gif) 0 0 repeat-x;
    color: #000;
    font-weight: normal;
    text-align: center;    
}

div#accessList table.list select {
    font-weight: normal;    
}

div#accessList img.info {
    float: right;	
}

.floatRight {
    float: right;
}

.descriptionTab-tip {
    color: #000000;
    width: 250px;
    z-index: 13000;
    border: 1px solid #000000;
}

.descriptionTab-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #DAE5F2;
    text-align: left;
}

.highlight {
    background-color: #FFFD77;
}

.enabled {
    background-color: #00CC00;
    color: #FFFFFF;
}

.disabled {
    background-color: #CC0000;
    color: #FFFFFF;
}

input.jscalendar {
    width: 150px;
}

.calImage {
    padding: 0 3px 4px 3px;
}

.comments {
	padding: 5px;
	border: 1px solid #E7E7E7;
}

.comment li {
    margin-bottom: 10px;
}

.comments .comment span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}


div#customAttributeOrder table.elm {
    border: 1px solid #000;
    margin-bottom: 10px;
    width: 450px;
    padding: 0px;
    border-collapse: collapse;
    background-color: #5087CE;
    color: #FFF;

}

div#customAttributeOrder span#listStatus {
    background-color: #FFFD77;
    color: #000;
    line-height: 22px;
    display: block;
    width: 200px;
    padding: 3px;
    text-align: center;
}

div#customAttributeOrder table.elm a {
    color: #FFF;
}

div#customAttributeOrder table.elm td {
    padding: 4px;
}

div#customAttributeOrder table.elm td.description div {
    width: 240px;
    overflow: auto;
}

div#customAttributeOrder table.elm td.action {
	text-align: right;
}

div#customAttributeOrder table.elm td.order {
    color: #000;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    width: 22px;
    background-image: url(../images/menu.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFF;
    cursor: pointer;
    vertical-align: top;
    line-height: 22px;
}

div.preview {
	background-color: #EAEAEA;
	padding: 5px;
}

div#opt {
	display: none;
	padding-top: 20px;
}

table.schedule {
    margin-bottom: 25px;
}

table.schedule tr.dayRow {
    background-color: #159aae;
    color: #FFFFFF;
}

table.schedule tr.dayRowFinished {
    background-color: #539CDC;
    color: #FFFFFF;
}

table.schedule tr.dayRow td {
    padding: 5px;   
    font-size: 1.2em;
    text-align: center;
}

table.schedule tr.dayRowFinished td {
    padding: 5px;   
    font-size: 1.2em;
    text-align: center;
}

table.schedule tr td {
    border: 1px solid #444444;  
}

table.schedule th {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    height: 18px;
    background-image: url(../images/blk.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.required {
    background-color: #DFF0FF;
}

table.schedule {
    margin-bottom: 25px;
}

table.schedule tr.dayRow {
    background-color: #159aae;
    color: #FFFFFF;
}

table.schedule tr.dayRow td {
    padding: 5px;	
    font-size: 1.2em;
    text-align: center;
}

table.schedule tr td {
    border: 1px solid #444444;
    vertical-align: top;
}

div.timeSlot {
    height: 30px;
    text-align: center;	
}

div.event {
    background-color: #DFF1FF;
    margin: 0;
    background-image: url(../images/eventBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

div.event div {
    padding: 1px 0 0 3px;
    overflow: hidden;
}

div.emptyTime {
	margin: 0;
    background-image: url(../images/eventBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

select#proposalId {
    width: 450px;	
}

.editScheduleButton {
    cursor: pointer;
}

.requiredNotification {
    color: #CC0000;
    font-weight: bold; 
}

.postContent {
    padding: 4px;
    /*background-color: #DFF0FF; 
       
    border-bottom: 1px dashed #00C;*/
}

.postTitle {
	padding: 4px;
    background-color: #DFF0FF;
    font-size: 120%;
    font-weight: bold; 
    line-height: 25px;   
    border-bottom: 1px dashed #00C;
}

.postDate {
    padding: 2px;
    /*background-color: #DFF0FF;*/
    text-align: right;
    font-size: 80%;
    border-bottom: 1px dashed #00C;
}

.alert {
    border: 1px solid #D5A13D;
    background: #F8E693 url(../images/warning.png) 5px 4px no-repeat;
    padding: 5px 5px 5px 30px;
    margin-bottom: 20px;
    width: 90%;
}