body, html{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
}

#homepage #layout{
	background: url(/images/background_homepage.gif) bottom center no-repeat;
}

#layout{
	width: 800px;
	height: 600px;
}



/* ******************** */
/* HEADER             */

#header{
	width: 800px;
	height: 100px;
	position: relative;
}

#blue{ 
	background-color: #007dd7; 
	position: absolute;
	top: 0px;
	left: 180px;
	z-index: 20;
	width: 500px;
	height: 65px;	
}
#blue span{
	font-size: 20px;
	font-family: "lucida grande";
	color: #fff;
	position: absolute;
	top: 25px;
	left: 200px;
}

#yellow{
	background-color: #ffc100;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 600px;
	height: 100px;
}
#yellow span{
	position: absolute;
	top: 75px;
	right: 10px;
	
}
#login_logout{
	position: absolute;
	top: 75px;
	left: 10px;
}

#logo{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
}



/* ******************** */
/* LOGIN BOX          */

#login{
	margin: auto;
	width: 250px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.5);	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 0px 15px #aaa;
	-webkit-box-shadow: 0px 0px 15px #aaa;
	box-shadow: 0px 0px 15px #aaa;
	
}

.form_item{
	margin-bottom: 10px;
}

#login .form_item label{
	width: 80px;
	float: left;
	display: block;
	line-height: 18px;
}

.form_item input[type=text]{
	width: 160px;
	font-size: 14px;
	height: 18px;
	border-collapse: collapse;
	border: 1px solid #aaa;
}



/* ******************** */
/* HOMEPAGE           */

#homepage h1{
	text-align: center;
}



/* ******************** */
/* CONTENT PAGES      */

#content{ padding: 10px; }



/* ******************** */
/* TABLE SORTER       */

#myTable{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;	
}

#myTable td{
	padding: 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}

#myTable th{
	padding: 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #eef;
}

#myTable th.header { 
    background-image: url(../../images/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-right: 20px; 
}

#myTable th.headerSortDown { 
    background-image: url(../../images/desc.gif); 
    background-color: #aaf; 
}

#myTable th.headerSortUp { 
    background-image: url(../../images/asc.gif); 
    background-color: #aaf; 
}


#myTable2{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;	
}

#myTable2 td{
	padding: 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}

#myTable2 th{
	padding: 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #eef;
}

#myTable2 th.header { 
    background-image: url(../../images/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-right: 20px; 
}

#myTable2 th.headerSortDown { 
    background-image: url(../../images/desc.gif); 
    background-color: #aaf; 
}

#myTable2 th.headerSortUp { 
    background-image: url(../../images/asc.gif); 
    background-color: #aaf; 
}

td{
	vertical-align: top;
}


.even{ background-color: #fff; }
.odd{ background-color: #eee; }

.hidden{
	display: none;
}



/* ******************** */
/* TWO COLUMN         */

.divider{
	margin: 5px 0px;
	border-bottom: 4px solid #007dd7;
}

#content_left{
	width: 170px;
	float: left;
}
#content_left a{
	display: block;
	padding: 10px;
}

#content_left ul{
	list-style-type: none;
}


#content_right{
	width: 580px;
	float: left;
	padding: 0px 10px;
}

.breadcrumbs{
	padding-bottom: 25px;
	font-size: 10px;
}


.slimdivider{
	margin: 25px 0px;
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	height: 0px;
	display: block;
	border-bottom: 1px dotted #ccc;
}








#report label{
	width: 130px;
	display: block;
	float: left;
	white-space: nowrap;
	text-align: right;
	margin-right: 10px;
}

#report label.labelleft{
	text-align: left;
}


.extended_report{
	display: none;
}

.help{
	color: #007dd7;
	font-size: 11px;
	font-style: italic;
}

.blue{ color: #007dd7; }




#permissions td{
	width: 150px;
}

#permissions .form_item{
	padding: 10px 0px;
}

#permissions label{
	display: block;
	font-weight: bold;
	float: none;
	text-align: left;
}


.breaker{
	clear: both;
}

.smallleft label{
	font-size: 11px;
	line-height: 18px;
	display: block;
	float: left;
	width: 115px;
	padding-right: 5px;
	text-align: right;
}

.smallleft .form_item{
	clear: both;
}

.smallleft td{
	padding-left: 10px;
}


.smallleft .form_item input[type="text"] {
width:145px;
}



#fantasy_select select{
	width: 250px;
	font-size: 12px;
	line-height: 14px;
}

#fantasy_select option{
	height: 14px;
	padding: 5px 8px;
}

#LEFT_MENU, #RIGHT_MENU{
	height: 800px;
	border: 3px solid #000;
}


#moveRight, #moveLeft{
	padding: 10px;
	margin: 10px 0px;
	font-size: 20px;
}







