body
{
	background-color: #DBE4EE;
	background-image:url(../images/main_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	line-height:120%;
}

p {
	margin:7px 0px 7px 0px;
	}

a {
	color:#436D9C;
	text-decoration:none;
}

a:hover {
	color:#436D9C;
	text-decoration:underline;
}


a.bottomLinks {
	color:#333333;
	font-size:10px;
	text-decoration:none;
}

a.bottomLinks:hover {
	text-decoration:underline;
	color:#333333;
}

	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	font-weight:bold;
	color:#FF821C;
	margin-bottom:15px;
}

h2 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	font-weight:bold;
	color:#436D9C;
	margin-bottom:15px;
}

	
.leftCol {
	width:220px;
	background-color:#F2F5F9;
	vertical-align:top;
	}
	
.devider_w {
	width:2px;
	background-color:#FFFFFF;
	}

.devider_h {
	height:2px;
	background-color:#FFFFFF;
	}

.content {
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/content_bg.jpg);
	padding:0px;
	vertical-align:top;
	}
	
.section {
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#DBE4EE;
	vertical-align:top;
	padding:10px 3px 0px 101px;
	height:93px;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	}
	
.blockHeader {
	background-image:url(../images/header_bg_orange.jpg);
	background-repeat:repeat-x;
	height:26px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:13px;
	padding-top:4px;
	}
	
	
.blockMain {
	background-image:url(../images/section_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:top;
	}
	
.textPad {
	padding:9px;
	vertical-align:top;
	}
	
.blueText {
	color:#678EBB;
	font-weight:bold;
	}

.bottom {
	background-color:#DDE1D7;
	text-align:right;
	font-size:10px;
	color:#333333;
	height:30px;
	padding-right:15px;
	vertical-align:middle;
}

.copyright {
	background-color:#82A5CC;
	padding-left:10px;
	color:#FFFFFF;
	font-size:10px;
	}
	
.small {
	font-size:10px;
}

.white {
	color:#FFFFFF;
	}

.border {
	border:1px solid #DDE1D7;
}

ul {
	list-style-image:url(../images/list_mark.gif);
	line-height:140%;
	margin-left:20px;
	}

.dash {
	background-image:url(../images/dash.gif);
	background-position:center;
	background-repeat:repeat-x;
	padding:0px;
	}
	
.paging {
	background-image:url(../images/bgline.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px 4px;;
	font-weight:bold;
	color:#FF821C;
	text-align:right;
	height:22px;
	}
	
.searchLine {
	background-image:url(../images/line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#E4E7DF;
	height:24px;
	}
	
.brown {
	color:#7C7D5B;
	}
	
.red {
	color:#990000;
	font-weight:bold;
	}

/*Edit  form  styles */

th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	height:24px;
	background-image:url(../images/orange_line.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
}

.button_go {
	background-image:url(../images/go.jpg);
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer;
	width:25px;
	height:17px;
	font-size:5px;
	}

.search
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
	width:100px;
}

.formTable
{
	border-collapse:collapse;
	border:solid 1 grey; 
}

input.input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
	width: 200px;
}

select.input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
}

textarea.input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 60px;
	width: 220px;
}

.inputFile
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
	width: 200px;
	border: 1px solid #4979AE;
	color: #333333;
}

.submit
{
	height: 20px;
	border: 1px solid #4979AE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/but_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#6992C0;
	cursor:pointer;
}



/*List  form  styles */

.listTable
{
	border-collapse:collapse;
	border:solid 1px grey;
}

.even
{
	background-color: #FFFFFF;
}

.odd
{
	background-color: #F7F7F7;
}


/* Message styles */

.wrongServerMessage 
{
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.wrongServerMessage:link 
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.wrongServerMessage:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
.wrongServerMessage:active
{
	text-decoration: underline;
	color: #FFFFFF;
}
.wrongServerMessage:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.correctServerMessage
{
	color: #FFFFFF;
	background-color: #63ADAB;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;	
}
.correctServerMessage:link
{
	text-decoration: none;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.correctServerMessage:visited
{
	text-decoration: none;
	color: White;
}
.correctServerMessage:active
{
	text-decoration: underline;
	color: White;
}
.correctServerMessage:hover
{
	text-decoration: underline;
	color: White;
}


.med_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
	width: 120px;
	}

.short_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
	width: 40px;
}

form {
	margin:0px;
	padding:0px;
	}
	


.page_bg {
	background-image:url(../images/gallery/page_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:top;
	}
	
a.whiteLink {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:10px;
	}
	
a.whiteLink:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.gallerySelect {
	width:275px;
	height:91px;
	}