@font-face {  
	font-family:Corsiva;  
	src: url( ../fonts/MTCORSVA.TTF ) format("truetype");  
}  
@font-face {  
	font-family:Virinda;  
	src: url( ../fonts/vrinda.ttf ) format("truetype");  
}  
@font-face {  
	font-family:Verdana;  
	src: url( ../fonts/verdana.ttf ) format("truetype");  
}  
@font-face {  
	font-family:Edwardian;  
	src: url( ../fonts/ITCEdscr.TTF ) format("truetype");  
}  
@font-face {  
	font-family:Freestyle;  
	src: url( ../fonts/FREESCPT.TTF ) format("truetype");  
}  
html body {
	font-family: Verdana, Arial, sans-serif;
	font-family:"Verdana";
	font-size: 12px;
	color: #000000;
	background-color:#666666;
	background:#d3caaa url(../img/bg.png) repeat-x top left;
	margin:none;
}

A:link {color: #137AE1; text-decoration: underline}
A:visited {color: #137AE1; text-decoration: underline}
A:active {color: #CC0000; text-decoration: underline}
A:hover {color: #DD6822; text-decoration: underline}
.clear {
	clear:both;
}
.left {
	float:left;
}
.centred {
	margin-left:auto;
	margin-right:auto;
}
#page {
	margin:4px auto;
	position:relative;
	width:980px;
	height:auto;
	padding-bottom:50px;
}
#pgheader {
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border:1px solid #000000;
	background-color:#ffffff;
	width:980px; 
	height:50px;
	margin:20px auto;
	position:absolute:
	top:0px;
	left:0px;
	/*z-index:2;*/
}
#pgheader .signout {
	position:absolute;
	top:20px;
	left:900px;
	font-size:12px;
}
#pgheader .dev {
	position:absolute;
	top:3px;
	left:900px;
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
}
#site_title {
	margin-left:50px;
	font-family:"Edwardian";
	font-size:50px;
	line-height:50px;
}
#navbar {
	width:980px; 
	height:35px;
	margin:0px auto;
	position:absolute;
	top:50px;
	left:0px;
    font-size: 14px;
}
	#navbar .tab {
		float:left;
		height:40px;
		line-height:30px;
		margin:5px 0px 0px 5px;
		padding:0px 20px 0px 20px;
		background-color:#F0F0F0;
		text-align:center;
		-moz-border-radius-topleft:8px;
		-webkit-border-top-left-radius:8px;
		border-top-left-radius:8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius:8px;
		border-top-right-radius:8px;
		border-top:1px solid #696969;
		border-right:1px solid #696969;
		border-bottom:1px solid #696969;
		border-left:1px solid #696969;
	}
		.tab a {
			text-decoration:none;
			color:#000080;
		}
		.tab a:hover {
			color:#00B000;
		}
.page {
	/*-moz-border-radius:8px;*/
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	background-color:#ffffff;
	padding:10px 20px 10px 20px;
	/*-moz-box-shadow: 10px 10px 5px #C0C0C0;*/
	/*padding: 5px 5px 5px 15px;*/
	position:absolute;
	top:89px;
	left:0px;
	width:940px; 
	min-height:500px;
	margin:0 auto;
	visibility:hidden;
}
#page #wait {
	background:url(../img/loader.gif) no-repeat;
	position:fixed;
	visibility:hidden;
	top:200px;
	left:452px;
	width:66px; 
	height:66px;
}
#alert {
	position:fixed;
	visibility:hidden;
	top:200px;
	width:500px; 
	height:auto;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #909090;
	background-color:#E1E1E1;
}
	#alert .title {
		font-size:20px;
		font-weight:bold;
		color:#CE0000;
		width:100%;
		height:40px;
		line-height:40px;
		text-indent:20px;
	}
	#alert .content {
		width:auto;
		height:auto;
		font-size:14px;
		margin:20px 10px 20px 10px;
	}
	#alert .accept {
		min-width:10px;
		height:30px;
		margin:10px auto 10px auto;
	}
	#alert .buttons {
		height:20px;
		float:left;
		margin:10px auto 10px auto;
	}

/* expanda panel */
.xpanel {
	position:relative;
	/*background-color:#DBEBF5;*/
	/*background-color:#D0E4F2;*/
	background-color:#FDFDF2;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #A9CEE7;
	width:940px;
	height:20px;
	margin:5px 0 0 0px;
	padding:10px 0px 0px 0px;
}
	.xpanel .x_top {
		width:100%;
		height:20px;
		line-height:20px;
	}
	.xpanel .x_top .x_title {
		width:700px;
		font-size:16px;
		line-height:14px;
		color:#1466A4;
		text-indent:30px;
	}
	.xpanel .x_top .x_title a {
		color:#1466A4;
		text-decoration:none;
	}
	.xpanel .x_top .x_title a:hover {
		color:#00B000;
	}
	.xpanel .x_top .x_event {
		float:right;
		width:120px;
		text-align:right;
		padding-right:10px
	}
	.xpanel .x_top .x_event a {
		color:#1466A4;
		text-decoration:none;
	}
	.xpanel .x_content {
		position:relative;
		width:920px;
		height:0px;
		padding:none;
		margin-left:10px;
	}
/* end of expanda panel */
/* form styles */
.f_frame_container {
	/*float:left;*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-left:1px solid #696969;
	border-right:1px solid #696969;
	border-bottom:1px solid #696969;
	border-top:1px solid #696969;
	background-color: #CDCDCD;
}
.f_frame_title {
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	height:30px;
	line-height:30px;
	text-indent:5px;
	margin-right:10px;
}
.f_frame_help a {
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#CE0000;
	height:30px;
	line-height:30px;
	text-indent:5px;
	text-decoration:none;
	text-shadow: 2px 2px 2px #000;
	margin-right:10px;
}
.f_frame_buttons {
	clear:both;
	width:auto;
	height:30px;
	line-height:30px;
	margin:10px 10px 0 10px;
	padding-top:10px;
}
.f_frame_content {
	width:auto;
	height:auto;
	margin:0 10px 0 10px;
}
	.f_frame_content label {
		float:left;
		width:150px;
		outline-style:none;
	}
	.f_frame_content input {
		float:left;
		width:150px;
		outline-style:none;
	}
	.f_frame_content select, .f_frame_content option {
		float:left;
		width:150px;
		outline-style:none;
	}
	.f_frame_content .option_item {
		float:left;
		overflow:hidden;
	}
	.f_frame_content textarea {
		float:left;
		width:150px;
		height:100px;
		outline-style:none;
	}
.f_frame_base {
	clear:both;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	color:#000000;
}
a.f_button, .f_ibutton {
	display:block;
	float:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    background-color:#D4D4D4;
	border:1px outset #6C6C6C;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-indent:0px;
	color: #000080;
	padding:none;
	outline-style:none;
}
.f_ibutton {
	 opacity:0.9;
	 color:#A7A7A7;
}
a.f_button:link {
	cursor:pointer;
}
.f_ibutton {
	 opacity:0.9;
	 color:#A7A7A7;
}
a.f_button:hover{
    background-color:#EBEBEB;
    border:1px solid #E9E9E9;
    color:#00B000;
}
a.f_button:active{
    background-color:#EBEBEB;
    border:1px inset #E9E9E9;
    outline-style:none;
}
/* end of form styles */
/* browse list */
/* browse frame */
.b_frame_container {
	/*float:left;*/
}
.b_frame_title {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	background-color: #CDCDCD;
	border-left:1px solid #696969;
	border-right:1px solid #696969;
	border-top:1px solid #696969;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:5px;
}
.b_frame_filterbar {
	background-color: #CDCDCD;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:left;
	text-indent:15px;
	font-size:12px;
	color:#000000;
}
	.b_frame_filterbar input,select,option {
		width:130px;
	}
	.b_frame_filterbar label {
		width:100px;
		text-align:left;
	}
.b_frame_list {
	border-left:1px solid #696969;
	border-right:1px solid #696969;
	background-color: #CDCDCD;
	width:100%;
	height:auto;
}
.b_frame_base {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border-left:1px solid #696969;
	border-right:1px solid #696969;
	border-bottom:1px solid #696969;
	background-color: #CDCDCD;
	width:100%;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#000000;
}
	.b_frame_base .b_frame_base_buttons {
		text-align:center;
	}
	.b_frame_base .b_frame_base_buttons .b_base_button {
		float:left;
		margin:4px 0 4px 4px;
	}
.b_list_container {
	background-color:#E1E1E1;
	border-bottom:1px solid #E1E1E1;
	margin-left:2px;
	float:left;
}
.b_list_columns {
	float:left;
	overflow:scroll;
}
.b_list_nav {
	float:left;
	height:100%;
	margin:1px 0 0 1px;
}
	.b_list_nav .section {
		margin:1px 0 0 0;
	}
	
.b_list_heading {
	float:left;
	height:20px;
	line-height:20px;
	background-color:#EFEFEF;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-left:1px solid #E1E1E1;
	border-top:1px solid #E1E1E1;
	overflow:hidden;
}
	/* list link styles */
	.b_list_heading a:link {
		color:#000000;
		text-decoration:none;
	}
	.b_list_heading a:hover {
		color:#00B000;
	}
	.b_list_heading a:visited {
		color:#0000ff;
		text-decoration:none;
	}
.b_list_container ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}	
.b_list_container li {
	height:15px;
	border-top:1px solid #E1E1E1;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
.b_list_container li.odd {
	background-color:#ffffff;
}
.b_list_container li.even {
	background-color:#E6F1FF;
}
.b_list_container li.mouseOver {
	background-color:#EFEFEF;
}
.b_list_cell {
	float:left;
	/*height:15px;*/
	line-height:15px;
	white-space:nowrap;
	/*background-color:#ffffff;*/
	color:#000000;
	font-size:12px;
	border-left:1px solid #E1E1E1;
	/*border-top:1px solid #E1E1E1;*/
	overflow:hidden;
}
	/* list link styles */
	.b_list_cell a:link {
		color:#000000;
		text-decoration:none;
	}
	.b_list_cell a:hover {
		color:#00B000;
	}
	.b_list_cell a:visited {
		color:#0000ff;
		text-decoration:none;
	}
/* browse buttons */
/* active button */
a.b_button, .b_ibutton {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    background-color:#D4D4D4;
	border:1px outset #6C6C6C;
	font-size:12px;
	font-weight:normal;
	width:60px;
	height:20px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-indent:0px;
	color: #000080;
	padding:none;
	outline-style:none;
}
a.b_button:link {
	cursor:pointer;
}
.b_ibutton {
	 opacity:0.9;
	 color:#A7A7A7;
}
a.b_button:hover{
    background-color:#EBEBEB;
    border:1px solid #E9E9E9;
    color:#00B000;
}
a.b_button:active {
    background-color:#EBEBEB;
    border:1px inset #E9E9E9;
    outline-style:none;
}
/* hidden button */
button.hidden{
	text-indent:-10000px;
	border:none;
	background:transparent;
}
/* end of browse buttons */
/* end of new browse styles */
