@charset "utf-8";
/* CSS Document */

#container{
	background-image:url(/assets/images/template/center_admin.png);
}
#rightcol{
	display: none;	
}
#content{
	width: 630px;	
}

.Error{
	color:#C00;
	font-weight:bold;
}

.comment{
	font-size:10px;
	font-style:italic;
	color:#000;
}




/********************
/  Region Specific
********************/
.regionList{
	list-style-type:none;
	margin:0px;
	padding:0px 0 0 10px;
	float:left;
}

.regionList a:link, .regionList a:visited, .regionList a:active{
	color:#336699;
	text-decoration:none;
}

.regionList a:hover{
	color:#000066;
}




/********************
/  Awards Specific
********************/
.awardList{
	list-style-type:none;
	margin:0px;
	padding:0px 0 0 10px;
	float:left;
}

.awardList a:link, .awardList a:visited, .awardList a:active{
	color:#336699;
	text-decoration:none;
}

.awardList a:hover{
	color:#000066;
}




/********************
/  Directory Specific
********************/
.Directory-Sort ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:20px;
	position:relative;
	text-align:center;
/*	padding:0 0 0 50px;*/
}

.Directory-Sort li{
/*	float:left;*/
	display:inline;
	line-height:20px;
	padding:0 7px;
/*	width:20px;*/
}

.Access-Sort ul{
	list-style-type:none;
/*	margin:0 auto;*/
	margin:0px;
	padding:0px;
/*	width:420px;*/
	height:20px;
	position:relative;
	text-align:center;
}

.Access-Sort li{
	display:inline;
	line-height:20px;
	padding:0 7px;
/*	float:left;*/
/*	padding:0 10px 0 10px;*/
}

.Directory-Sort a, .Access-Sort a{
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}

.Directory-Sort a:hover, .Access-Sort a:hover{
	color:#000066;
}

button.btn{	
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:block;
/*	float:left;*/
	font-size:100%;
	font-weight:bold;
	line-height:130%;
	margin:0px;
/*	margin:5px 7px 0 0;*/
	padding:5px 10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

button.btn:hover{
	background-color:#E6ECF5;
	border:solid #3B6AB2 1px;
	color:#333333;
}






