@charset "utf-8";

/* Main Scheme */

a:link {
	text-decoration: none;
	color: #183f60;
}
a:visited {
	text-decoration: none;
	color: #183f60;
}
a:hover {
	text-decoration: underline;
	color: #183f60;
}
a:active {
	text-decoration: none;
	color: #183f60;
}

body {
	background-color: 		#FFF;
	font-family: 			"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.content_area {
	display: 				block;
	border-top:  			solid 3px #d5dde5;
	border-left: 			solid 1px #d5dde5;
	border-bottom: 			solid 3px #d5dde5;
	border-right: 			solid 1px #d5dde5;
	background-color:  		#eef3f8;
	width:  				771px;
	height:  				auto;
	margin-left:  			auto;
	margin-right: 			auto;
	padding:  				2px;
}
.content_head {
	width:  				757px;
	margin-bottom: 			 5px;
	height:  				158px;
	background-image: 		url(../images/header.jpg);
	text-align:  			right;
	color:  				#fff20b;
	font-size: 				16px;
	font-weight: 			bold;
	padding:  				10px;
	margin-left: 			 auto;
	margin-right: 			auto;
}
.content_head_user {
	font-size:  			10px;
	font-weight: 			bold
	color: 					#fff20b;
}
.content_head_user a {
	color: 					#FFFFFF;
	font-weight: 			normal;
}
.content_foot {
	width:  				757px;
	margin-top: 			 5px;
	height:  				8px;
	text-align:  			right;
	color:  				#6a85a4;
	background-color: 		#c5cfda;
	font-size: 				10px;
	padding:  				5px 10px 10px 10px;
	margin-left: 			auto;
	margin-right: 			auto;
}

/***** LOGIN & FORM FIELD SECTION *****/

.loginbox {
	display:				block;
	width: 					450px;
	height: 				150px;
	padding:	 			5px;
	margin: 				auto;
	margin-top: 			100px;
	margin-bottom:			100px;
	clear:					both;
}
div#login_form{
	width:					80%;
	margin:					0 auto 0px auto;
}
input{
	float:					none;
	clear:					none;
	text-align:				left
}
fieldset loginfields{
	width: 					auto;
	background-color:		#ecf1f3;
}
fieldset.submit, fieldset.field{
	width: 					auto;
	border: 				0px;
	padding: 				5px;
}
fieldset.submit input{
	float:                  none
}
input.input_text{
	padding-bottom:      	2px;
	width: 					200px;
}
.input_submit{
	background-color:		#1d3652;
	color:					#fff;
	border-color:	        #4f7298 #113051 #113051 #4f7298
}
.input_submit:hover{
	background:				#2e4968
}
.msg_error {
	background-color: 		#ffcccc;
	color: 				 	#dd0000;
	padding: 				2px;
	font-size: 				11px;
	font-weight:  			bold;
	text-align:  			center;
	margin-bottom: 			2px;
	margin-top: 			2px;
}
.msg_logout {
	background-color: 		#99eebd;
	color:					#4c9069;
	padding: 				2px;
	font-size: 				11px;
	font-weight: 			bold;
	text-align: 			center;
	margin-bottom: 			2px;
}
.imglogin {
	float: 					right;
}

/***** CLIENT SECTION *****/

.titlebar {
	clear:					both;
	height: 				14px;
	background-color:		#e9ecf1;
	font-size: 				12px;
	font-weight: 			bold;
	padding: 				2px;
	margin-bottom: 			1px;
}
.filebar {
	clear: 					both;
	height:  				30px;
	margin-top: 			1px;
	background-color: 		#d5dde5;
	font-size: 				12px;
}
.filebar_alt {
	clear: 					both;
	height:  				30px;
	margin-top: 			1px;
	background-color: 		#c8d4e0;
	font-size: 				12px;
}
.filename {
	height:  				30px;
	padding-top:  			7px;
	padding-left: 			5px;
	float:  				left;
	width:  				250px;
	font-weight: 			bold;
}
.filename_size {
	height: 				30px;
	padding-top:  			7px;
	padding-left: 			5px;
	float:  				left;
	width:  				150px;
}
.filename_date {
	height:  				30px;
	padding-top:  			7px;
	padding-left: 			5px;
	float:  				left;
	width:  				250px;
}
.fileicon_download {
	float:  				right;
	width:  				50px;
	height:  				20px;
	padding-top:  			4px;
}

/***** ADMIN SECTIOn *****/

/* Upload Scheme */

#swfupload-control p{
	margin: 				10px 5px;
	font-size: 				0.9em;
}
#log{
	margin: 				0;
	padding: 				0;
	width: 					500px;
}
#log li{
	list-style-position: 	inside;
	margin: 				2px;
	border: 				1px solid #ccc;
	padding: 				10px;
	font-size: 				12px; 
	font-family: 			Arial, Helvetica, sans-serif;
	color:#333;
	background: 			#fff;
	position: 				relative
}
#log li .progressbar{
	border: 				1px solid #333;
	height: 				5px;
	background: 			#fff;
}
#log li .progress{
	background: 			#999;
	width: 					0%;
	height: 				5px;
}
#log li p{
	margin: 				0;
	line-height: 			18px;
}
#log li.success{
	border: 				1px solid #339933;
	background: 			#ccf9b9;
}
#log li span.cancel{
	position: 				absolute;
	top: 					5px;
	right: 					5px;
	width: 					20px;
	height: 				20px; 
	background: 			url('js/swfupload/cancel.png') no-repeat;
	cursor:					pointer;
}

/** Rest of the Admin Section **/

.menutop{
	clear:					both;
	height: 				26px;
	background-color:		#d3e9dc;
	border:					1px solid #6fa987;
	color:					#2b3730;
	font-size: 				12px;
	font-weight: 			bold;
	margin-bottom: 			1px;
	padding: 				2px;
	text-transform:			uppercase;
}

div#button-area {
	position: 				relative;
	margin:					auto; 
	width:					300px;
	height:					70px;
}

div#button-area div#button-delete a{
	position: 				absolute;
	top: 					5px;
	left: 					10px;
	width: 					114px;
	height: 				29px;
	background-image:		url('../images/button-delete.png');
	background-repeat: 		no-repeat;
	background-position:	0, 0;
	zindex:					9999;
	text-indent:			-1999px;
}

div#button-area div#button-delete a:hover{
	position: 				absolute;
	top: 					5px;
	left: 					10px;
	width: 					114px;
	height: 				29px;
	background-image:		url('../images/button-delete.png');
	background-repeat: 		no-repeat;
	background-position-y:	-29px;
	zindex:					9999;
	text-indent:			-1999px;
}

div#button-area div#button-cancel a{
	position: 				absolute;
	top: 					5px;
	right: 					10px;
	width: 					114px;
	height: 				29px;
	background-image:		url('../images/button-cancel.png');
	background-repeat: 		no-repeat;
	background-position:	0, 0;
	zindex:					9999;
	text-indent:			-1999px;
}

div#button-area div#button-cancel a:hover{
	position: 				absolute;
	top: 					5px;
	right: 					10px;
	width: 					114px;
	height: 				29px;
	background-image:		url('../images/button-cancel.png');
	background-repeat: 		no-repeat;
	background-position-y:	-29px;
	zindex:					9999;
	text-indent:			-1999px;
}
