body{
	font-family: Arial,Helvetica,Sans-Serif;
	background: #393939 url(../images/bg.gif) repeat-x scroll 0 0;	
}
#container{
	
	text-align:center;
	margin:0px auto;
	margin-top:10px;
	width:1000px;
	background:#DDDDDD;
	border-top:3px solid #EEEEEE;
	border-left:3px solid #EEEEEE;
	border-bottom:3px solid #BBBBBB;
	border-right:3px solid #BBBBBB;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.smallCenter{
	text-align:center;
	margin:auto;
	width:500;
	background:#FFFFFF;
	border:2px solid #BCBCBC;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.fullCenter{
	background:#FFFFFF;
	border-top:2px solid #ABABAB;
	border-left:2px solid #ABABAB;
	border-right:2px solid #CDCDCD;
	border-bottom:2px solid #CDCDCD;
	padding:5px;
	margin:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.subTitle{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
}

h1.mainheader{
	margin-top:0px;
	letter-spacing:-.05em;
	
}

.projectTable{
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px;
	background: #FFFFFF;
}	
.projectTable td{
 	border-bottom: 1px solid #444444;
 	border-right: 1px solid #CCCCCC;
 	/*padding:5px;*/
		padding: 8px 5px;
}
.projectTable th{
	background: #666666;
	border-top:1px solid #888888;
	border-left:1px solid #888888;
	border-right:2px solid #333333;
	border-bottom:2px solid #333333;
	color: #EEEEEE;
 	padding:3px;
	white-space:nowrap;
}
.projectTable tr.filterRow th{
	background-color: #FFFFFF;
	border:1px solid #DCDCDC;
	color:#444444;
}


a.actionButtonSmall
{
	color:white;
	background-color:#BBBBBB;
	font-size: 75%;
	padding:3px;
	padding:3px;
	display:block;
	text-align:center;
	text-decoration:none;
	border-bottom:1px solid #8C8C8C;
	border-right:1px solid #BCBCBC;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.actionButton:link, a.actionButton:visited
{
	color:white;
	background-color:#77778A;
	font-weight:bold;
	padding:3px;
	display:block;	
	text-align:center;
	margin:3px;
	text-decoration:none;
	border-bottom:2px solid #333333;
	border-right:2px solid #333333;
	border-top:2px solid #AAAAAA;
	border-left:2px solid #AAAAAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.actionButton:hover
{
	color:white;
	background-color:#009900;
	padding:3px;
	display:block;	
	text-align:center;
	margin:3px;
	text-decoration:none;
	border-bottom:2px solid #003300;
	border-right:2px solid #003300;
	border-top:2px solid #00BB00;
	border-left:2px solid #00BB00;
	padding-left:2px;
	padding-top:2px;
	padding-right:4px;
	padding-bottom:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.actionButton:active
{
	color:white;
	background-color:#007700;
	padding:3px;
	display:block;	
	text-align:center;
	margin:3px;
	text-decoration:none;
	border-bottom:2px solid #009900;
	border-right:2px solid #009900;
	border-top:2px solid #003300;
	border-left:2px solid #003300;
	padding-left:2px;
	padding-top:2px;
	padding-right:4px;
	padding-bottom:4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(../images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}


.overlay {
	top:0;
	left: 0;
	position: absolute;
	background-color:#FFFFFF;
	opacity: 0.75; /* Standard: FF gt 1.5, Opera, Safari */
	/*filter: alpha(opacity=75); *//* IE lt 8 */
	/*-ms-filter: "alpha(opacity=75)";*/ /* IE 8 */
	-khtml-opacity: 0.75; /* Safari 1.x */
	-moz-opacity: 0.75; /* FF lt 1.5, Netscape */
}


#slidetabsmenu a span.tabText{
float:left;
display:block;
background:url(../images/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span.tabText{float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span.tabText{
color: black;
}

#slidetabsmenu #currentTab a {
background-position:0 -125px;
}

#slidetabsmenu #currentTab a span.tabText{
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span.tabText{
background-position:100% -125px;
}

.videoNameClip
{
	clip:rect(0,200px,100,0);
	position:absolute;
}

.timeTable td{
 	padding: 0px;
 	border: 0px solid #CCCCCC;
}

.timeTable th{
	color: #EEEEEE;
 	padding:3px;
	background: #FFFFFF;
}

.floatLeft
{
	float:left;
}

.fullHighlightBorder
{
	border: 1px solid #CCCCCC;
}

.headerLink
{
	font-size: 75%;
}

.timeTable td.rowSeparator 
{
	border-bottom: 1px solid #CCCCCC;
}
.timeTable td.padLeftRight, padLeftRight
{
	padding-left:5px;
	padding-right:5px;
}
/*
.center
{
	text-align:center;
}*/

.hidden{
	visibility:hidden;
}

.spacer1
{
	width:150px;
}

.spacer2
{
	width:125px;
}

.spacer3
{
	width:100px;
}


.row1
{
	/*background: #f2f2f2;*/
	background: #f0f5fe;
}

.row2
{
	background: #ffffff;
}

.detail0
{
	font-size:145%;
	font-weight:bold;
}


.detail1
{
	font-size:125%;
	font-weight:bold;
}

.detail2
{
	font-size: 90%;
	font-weight:bold;
}

.detail3
{
	font-size: 75%;
	color:#444444;
}

.pointerCursor {
	cursor: pointer;
	cursor: hand;
}

.moreLink
{
	color:#0000FF;
	font-size:10px;
}

.labelBox
{
	height:12px;
	width:12px;
	border: 1px solid #999999;
	margin: 5px 0px;
}



.highlight3
{
	background-color:#FFFE83;
}

.marginRB{
	margin-right:3px;
	margin-bottom:3px;
}

.breakdownTable
{
	
}

.breakdownTable td
{
	text-align:center;
	font-size:90%;
	padding:3px;
	border:0px
}
.breakdownTable tr
{
	padding:3px;
}
	
.breakdownTable th
{
	font-size:90%;
	padding:3px;
	background-color:#DCDCDC;
	border:0px;
	color: #000000;
	font-weight: normal;
}



.smallDetailTable{
	/*border: 1px solid #000000;*/
 	border-left: 1px solid #CCCCCC;
 	/*border-top: 1px solid #CCCCCC;*/
	padding: 0px;
	/*background: #FFFFFF;*/
}	
.smallDetailTable td{
 	/*border-bottom: 1px solid #444444;
 	border-right: 1px solid #CCCCCC;*/
 	border-bottom: 1px solid #CCCCCC;
 	border-right: 1px solid #CCCCCC;
 	/*padding:5px;*/
		padding: 1px 3px;
	background: #FFFFFF;
}
.smallDetailTable th, .smallDetailTable tr.header td{
	background: #CCCCCC;
}

.marginTop3
{
	margin-top:3px;
}


td.noPad{
 	padding:0px;
}

th.header { 
    background-image: url(../js/tablesorter/themes/blue/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 


th.headerSortUp { 
    background-image: url(../js/tablesorter/themes/blue/asc.gif); 
    background-color: #3399FF; 
} 

th.headerSortDown { 
    background-image: url(../js/tablesorter/themes/blue/desc.gif); 
    background-color: #3399FF; 
} 

/*********** MESSAGES ****************/
/*body{
font-family:Arial, Helvetica, sans-serif; 
font-size:13px;
}*/
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/icons/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/icons/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/icons/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/icons/error.png');
}

.adminTable {	
font-weight: bold;
font-size: 9;
}

