@charset "utf-8";

/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.container_800 { margin: 0px auto; width: 800px; padding: 0px; }

#headerWrapper { background: #fff; height: 62px; }
#header { text-align: right; padding: 25px 0px 0px 0px; position: relative; }
#logo { position: absolute; top: 6px; left: -8px; }

#menuWrapper { background: #82000f; height: 35px; }
#menu ul { margin: 0px; float: right; padding: 0px 0px 0px 0px; }
#menu ul li { list-style: none; float: left; padding: 9px 12px 8px; font-weight: bold; }
#menu ul li a { color: #fff; text-transform: uppercase; font-size: 12px; text-decoration: none; }
#menu ul li:hover { background: #ab0216; }

#left_col {	width: 184px; float: left; border-right: 1px #888888 solid; }
#right_col { /*width: 675px;*/ width: 575px; margin-left: 190px; }
#left_col ul li { margin-left: -30px; }

#bannerWrapper { background: url(../images/banner_gradient.jpg) repeat-x; height: 229px; }
#banner { }

#contentWrapper { background: url(../images/side_gradient.jpg) repeat-x; min-height: 415px; }
#content { background: #fff; min-height: 415px; padding: 20px 20px 0px 20px; width: 760px; position: relative; }
#searchBar { background: #82000F; white-space: nowrap; width: 788px; padding: 6px; margin-left: -20px; }
#searchBar span.text { margin-right: 20px; font-weight: bold; font-style: italic; color: #fff; }
#searchBar input { width: 250px; }
#secondMenu { position: relative; top: -47px; left: -20px; margin-bottom: -50px; font-size: 12px; cursor: pointer; }
#loginbtn { position:relative; top: 0px; left: -4px; } 
#secondMenu .secondMenuBtn { float: right; background-image: url(../images/btn_bg.png); background-position: top; background-repeat: no-repeat; height:22px; width:147px; padding-top: 9px; margin: -4px -4px 0 -5px; text-align: center; font-size:14px; font-weight: bold; } 
#secondMenu .on { background-image: url(../images/btn_bg_on.png) !important; color: #fff !important; } 

#secondMenuContent { background-color: #3a3a3a; height: 100px; width: 800px; top:0px; position: relative; overflow: hidden; }
#secondMenu .secondMenuBrief { position: absolute; top: 0px; width: 800px; line-height: 14px; }

#cmsBtns { text-align:right; }
#cmsBtns2 { position: fixed; top: 0px; right: 0px; text-align:right; padding: 5px; z-index: 1000; }
#container_login { position: absolute; background-color: #999; padding: 5px; top:0px; left: 0px; z-index: 10; }

#footerWrapper { background: #fff; }
#footer { background: url(../images/footer_gradient.jpg) repeat-x top; height: 164px; color: #3a3a3a; }
#footer ul { margin: 0px; float: left; padding: 0px 0px 0px 0px; }
#footer ul li { list-style: none; float: left; padding: 6px; font-weight: bold; }
#footer ul li a { color: #3a3a3a; text-transform: uppercase; font-size: 12px; text-decoration: none; }
#copyright { float:right; font-size: 10px; margin: 10px 15px 0px 0px; } 

#permContainer, .permFileContainer { padding:4px;border:0px #444 solid;background:#eee; }
.extraPermContainer { padding: 2px; margin: 2px; background: #ddd; border: 1px #777 solid; }

#sortable {}
#sortable li { list-style: none; margin: 0px; }
.hidden { display: none; visibility: hidden }

.surveyQuestion { display: inline-block; width: 400px; border-bottom: 1px #aaa dotted; }
.surveyOptions { display: inline-block; }

.tableAdmin { border-spacing: 1px; width: 100%; }
.tableAdminInner { border-spacing: 1px; width: 100%; border-color: #fff; }
.tableAdmin th { border-left: 1px #aeaeae solid; border-right: 1px #aeaeae solid; text-align: left; padding: 8px; }
.tableAdmin td { vertical-align:top; background: #eee; border:0px #aeaeae solid; padding: 3px; font-size: 12px; }
.tableAdmin input { }

/*////////////////////////////////////////

jQuery UI Additions

////////////////////////////////////////*/


#left_nav a:link, #left_nav a:active, #left_nav a:visited { color: #000000; text-decoration: none; }

input.datepicker { width: 125px; }

.ui-button { display:inline-block; padding:1px 6px 2px 10px; margin: 0px 5px; cursor: pointer; white-space: nowrap; font-weight: bold !important; }
.ui-button-sm { display:inline-block; cursor: pointer; white-space: nowrap; font-weight: bold !important; margin: 0px; padding: 1px 3px 4px 1px; }
a.ui-button, a.ui-button-sm { text-decoration: none; font-weight: bold; }
.ui-button .ui-icon { display: inline-block; margin-bottom: -3px; }
.ui-accordion .ui-accordion-header { padding: 5px 5px 5px 30px; }


/* timepicker */
.km-timepicker { padding: .2em .2em 0; }
.km-timepicker .km-timepicker-header { position:relative; padding:.2em 0; }
.km-timepicker .km-timepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.km-timepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .7em 0; }
.km-timepicker th { padding: .7em; text-align: center; font-weight: bold; border: 0;  }
.km-timepicker td { border: 0; padding: 1px; }
.km-timepicker .km-timepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; text-align: center }
.km-timepicker .km-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }

/* RTL support */
.km-timepicker-rtl { direction: rtl; }
.km-timepicker-rtl .km-timepicker-buttonpane { clear:right; }
.km-timepicker-rtl .km-timepicker-buttonpane button { float: left; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.km-timepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
} 
 .uploadifyQueueItem { color: #FFF; border:1px #000 solid; background: #444444; padding:4px; margin: 5px 0px; }
 .uploadifyError { color: #e22; border:1px #000 solid; background: #444444; }
 .cancel { display: inline-block; } 
 .img_container { border:1px #000 solid; background: #444444; padding:4px; margin: 5px 0px; }

