
body {
	background-color: #FFF;
	font-family: Segoe UI, Tahoma;
}

#container {
	width: 700px;
	font-family: Segoe UI, Tahoma;
	font-size: 8pt;

}

#main {
	border: 4px solid #FFF;
	background-color: #FFF;
}


#pop_container {
	font-family: Tahoma;
	font-size: 8pt;
}

form {
	display:inline;
}

.section {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #FA860A;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F2652E;
	text-decoration: underline;
}

.form {
	border: 1px solid #0C4B62;
	width: 100%;
}

.form th {
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
	background-color: #F0E1D0;
	padding: 6px 10px 6px 6px;
	vertical-align: top;
}

.form td {
	text-align: left;
	background-color: #F0E1D0;
	/*border: 1px outset #E9F1FD;*/
	padding: 6px;
	font-size: 8pt;
}

.form .heading, .gallery .preview {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	background-color: #3A617F;
	color: #FFF;
	background-image: url(../images/form_heading.png);
	background-repeat: repeat-x;
	padding: 8px;
	/*border: 1px outset #EDE6D7;*/
}


.form .words {
	text-align: left;
	background-color: #EDD2A7;
	background-image: url(../images/lt_orange_grad.png);
	background-repeat: repeat-x;
	padding: 16px 10px 10px 10px;
}

.form .breadcrumbs {
	text-align: left;
	vertical-align: top;
	background-color: #EDD2A7;
	background-image: url(../images/lt_orange_grad.png);
	background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
	border: 1px outset #EDE6D7;
	font-size: 8pt;
}

.form .breadcrumbs a {
	color: #000;
}

.form .breadcrumbs a:hover {
	text-decoration: underline;
}

.form .centered {
	text-align: center;
	background-color: #EDD2A7;
	background-image: url(../images/lt_orange_grad.png);
	background-repeat: repeat-x;
	border-top: 1px solid #0C4B62;
	padding: 16px 10px 20px 10px;
}

.form .warning {
	text-align: center;
	background-color: #FAFCFF;
	padding: 8px;
	font-weight: bold;
	color: #FF0000;
}

.form .submit {
	text-align: center;
}

.form .ti {
	border: 1px dashed #404040;
}



.form .errorline {
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	padding: 1px 3px 1px 3px;
	margin-bottom: 4px;
}

.form .pbar {
	margin-top: 9px;
}

.form .pbar td {
	width: 20%;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	background-color: none;
}

.form .pbar .future {
	background-color: #C1A477;
}

.form .pbar .current {
	background-image: url('../images/prog_arrow.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1.2em;
}

.paginate {
	border-left: 1px solid #8D8269;
	border-top: 1px solid #8D8269;
	border-right: 1px outset #E9F1FD;
	border-bottom: 1px outset #E9F1FD;
	padding: 4px 2px 4px 4px;
	width: 100%;
	background-color: #EBF5FF;

}

.paginate .showing {
	font-weight: bold;
	font-size: 8pt;
}

.paginate .links {
	text-align: right;
}

.paginate a {
	padding: 1px 3px 2px 3px;
	margin-left: 4px;
	border-top: 1px solid #CBC3B1;
	border-left: 1px solid #CBC3B1;
	border-right: 1px solid #726854;
	border-bottom: 1px solid #726854;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.paginate a:hover {
	background-color: #F7F4EF;
	text-decoration: none;
	color: #000;
}


.folders {
	border-left: 1px solid #8D8269;
	border-top: 1px solid #8D8269;
	border-right: 1px outset #E9F1FD;
	border-bottom: 1px outset #E9F1FD;
	width: 100%;
	background-color: #F7F4EF;
}

.folders td {
	width: 25%;
	vertical-align: top;
	font-size: 8pt;
	padding: 4px;
}

.folders th {
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	background-color: #3A617F;
	color: #FFF;
	background-image: url(../images/form_heading.png);
	background-repeat: repeat-x;
	padding: 3px;
	border-bottom: 1px outset #EDE6D7;
}

.sdlisting {
	text-align: center;
}

.sdlisting img {
	border: none;
}

.gallery {
	width: 100%;
	border-left: 1px solid #8D8269;
	border-top: 1px solid #8D8269;
}

.gallery th {
	font-weight: bold;
	background-color: #EBF5FF;
	border: 1px outset #E9F1FD;
	padding: 4px 10px 4px 4px;
	vertical-align: top;
	text-align: center;
	font-size: 8pt;
}

.gallery th a {
	color: #000;
}

.gallery th a:hover {
	color: #000;
	text-decoration: underline;
}


.gallery .list {
	text-align: left;
	padding-left: 4px;
}

.gallery td {
	text-align: center;
	font-size: 8pt;
	border-left: 1px outset #8D8269;
	border-top: 1px outset #8D8269;
	border-right: 1px outset #E9F1FD;
	border-bottom: 1px outset #E9F1FD; 
	padding: 6px 2px 4px 2px;
}

.gallery img {
	border: none;
}

.gallery a {
	padding: 2px 4px 2px 4px;
	color: #FA860A;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

.gallery a:hover {
	color: #F2652E;
	text-decoration: underline;
}

.blank {
	border: none;
	width: 100%;
}

.blank td {
	border: none;
	text-align: left;
}


#footer {
	color: #CCC;
	padding: 15px 5px 5px 5px;
}

#footer a {
	padding: 2px 4px 2px 4px;
	color: #FA860A;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

#footer a:hover {
	color: #F2652E;
	text-decoration: underline;
}

#footer_inset {
	test-align:center;
}

.tip {
	font-weight: normal;
	font-size: 8pt;
}

.redir {
	border: 1px solid #0C4B62;

}

.redir a {
	font-size: 8pt;
	color: #000;
}

.redir th {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #3A617F;
	color: #FFF;
	background-image: url(../images/form_heading.png);
	background-repeat: repeat-x;
	padding: 4px;
}

.redir td {
	font-size: 8pt;
	text-align: center;
	background-color: #EDD2A7;
	background-image: url(../images/lt_orange_grad.png);
	background-repeat: repeat-x;
	padding: 16px 10px 10px 10px;
}

	
input, select, textarea {
	font-family: Segoe UI, Verdana;
	font-size: 9pt;
	font-weight: normal;
}

#ad_container {
	width: 750px;
	font-family: Verdana;
	font-size: 8pt;
}

#ad_nav {
	text-align: left;
	padding: 8px 0px 2px 0px;
}

#ad_nav a {
	padding: 2px 8px 2px 8px;
	background-color: #D9D1C5;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #B1A591;
	border-top: 1px solid #B1A591;
	border-right: 1px solid #B1A591;
}

#ad_nav a:hover {
	text-decoration: none;
	background-color: #ECE8E2;
}

#ad_nav .selected {
	background-color: #F7F4EF;
	border-bottom: 2px solid #F7F4EF;
	border-right: none;
}

#ad_body {
	background-color: #F7F4EF;
	padding: 10px 5px 5px 5px;
	border: 1px solid #B1A591;

}
	
#ad_title {
	background-color: #FFF;
	background-image: url('/images/ad_title.png');
	background-repeat: repeat-y;
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
	font-variant: small-caps;
	text-align: left;
}

#ad_paginate {
	padding: 3px 0px 6px 0px;
}

#ad_paginate .showing {
	font-weight: bold;
	font-size: 8pt;
	color: #B1A591;
}

#ad_paginate .links {
	text-align: right;
}

#ad_paginate a {
	padding: 1px 5px 2px 5px;
	margin-left: 4px;
	border: 1px solid #B1A591;
	font-size: 8pt;
	font-weight: normal;
	color: #B1A591;
	text-decoration: none;
}

#ad_paginate a:hover {
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}

#ad_table {
	padding-bottom: 4px;
}