body, td, input, textarea, select {font-family: Tahoma, Helvetica, sans-serif; color: #444444; font-size: 90%;}

input, textarea, select {font-size: 100%;}

p {margin: 0px; padding: 0px; margin-bottom: 0px; line-height: 1.3; }

p.comm {margin: 0px; padding: 0px; margin-bottom: 0px; font-size: 85%; line-height: 1.3; color: #444444; }

p.nospace {margin: 0px; padding: 0px; margin-bottom: 0px;}

p.form {margin: 5 0 0 0px; padding: 0px;}

p.bull {margin: 0 0 0 13px; }

img.bull {position: absolute; margin-top: 6px; margin-left: 0px;}

/********************************************************/ 

.color1 {color: #76b8ba;} /*cyan*/
.color2 {color: #6fb123;} /*green*/
.color3 {color: #820000;} /*maroon*/

/********************************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	font-size: 150%;
	font-weight: bold; 
	margin-top: 15px; 
	margin-bottom: 5px; 
}

h1.first{
	margin-top: 0px; 
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 130%;
	font-weight: bold; 
	margin-top: 10px; 
	margin-bottom: 4px;  
}

h3 {
	color: #444444;
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px; 
	margin-bottom: 2px;  
}
/********************************************************/

a {
	color: #444444;
	text-decoration: underline!Important;
}
a:visited {
	color: #444444!Important;
	text-decoration: underline!Important;
}
a:hover {
	color: #444444!Important;
	text-decoration: none!Important;
}

/* * * * * * * * */

a.nounder {
	color: #444444;
	text-decoration: none!Important;
}
a.nounder:visited {
	color: #444444!Important;
	text-decoration: none!Important;
}
a.nounder:hover {
	color: #444444!Important;
	text-decoration: underline!Important;
}

/* * * * * * * * */

a.menu { 
	text-decoration: none!Important;
	color: #6b6b6b!Important; 
}
a:visited.menu {
	text-decoration: none!Important;
	color: #6b6b6b!Important;
}
a:hover.menu {
	text-decoration: underline!Important;
	color: #6b6b6b!Important;
}
span.menu {
	color: #6b6b6b;  
	font-weight: bold; 
}

/* * * * * * * * */

a.menu_2 {
	text-decoration: none;
	color: #ffffff;  
	margin-left: 30px;   
}
a:visited.menu_2 {
	color: #ffffff!Important;
	text-decoration: none!Important;
	
}
a:hover.menu_2 {
	color: #ffffff!Important; 
	text-decoration: underline!Important;
}
span.menu_2 {
	color: #ffffff;  
	font-weight: bold; 
	margin-left: 30px;
}

/* * * * * * * * */

a.paging {
	text-decoration: none!Important;
	color: #76b8ba!Important;
	margin: 0 6 0 6px; 
}
a:visited.paging {
	text-decoration: none!Important;
	color: #76b8ba!Important; 
}
a:hover.paging {
	text-decoration: none!Important;
	color: #000000!Important; 
}
span.paging {	
	border: 1px solid black; 
	padding: 1 4 1 4px;  
	margin: 0 6 0 6px; 
}
/********************************************************/

div.separator {
	margin: 10 0 10 0px; 
	height: 1px; 
	background-color: #eaeaea; 
}

div.separator_nospace {
	margin: 0px; 
	height: 1px; 
	background-color: #eaeaea; 
}

div.frame { 
	border: 1px solid #4083cc; 
	padding: 10 20 20 20px; 
	margin-top: 15px; 
	margin-bottom: 20px;
}

span.frame { 
	position: relative; 
	top: -18px; 
	left: -11px; 
	background-color: #ffffff; 
	padding: 0 10 0 10px;
}

/********************************************************/

table.cms {display: block; border-collapse: collapse; width: 760px; padding: 0px; margin: 15 0 15 0px; border: 0px; border-top: 0px solid #eaeaea; border-bottom: 2px solid #eaeaea; }
table.cms th {background-color: #eaeaea; font-size: 70%; text-align: left; padding: 5 5 5 5px; }
table.cms td {margin: 0px; padding: 3 5 3 5px; border: 1px solid #eaeaea; }
table.cms tr.th td {color: #444444; font-weight: bold; }

/********************************************************/

table.sizing {display: block; border-collapse: collapse; padding: 0px; margin: 15 0 15 0px; border: 0px; border-top: 0px solid #eaeaea; border-bottom: 2px solid #eaeaea; }
table.sizing th {background-color: #eaeaea; font-size: 70%; text-align: center; padding: 5 5 5 5px; }
table.sizing td {margin: 0px; padding: 3 5 3 5px; border: 1px solid #eaeaea; text-align: center}
table.sizing tr.th td {color: #444444; font-weight: bold; }

/********************************************************/

form {
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
}

input.form, textarea, select {
	border: 1px solid #4a4a4a;
	background-color: white;
	margin: 0 0 0 0px; 
	padding-left: 4px; 
	color: #444444;
}

input.form, textarea {
	width: 265px;
}

input.r, textarea.r, select.r, div.r {
	border: 1px solid #9e0037;
	background-color: #ffffff;
	padding-left: 4px; 
	color: #444444;
}

input.highlighted, textarea.highlighted, select.highlighted, div.highlighted {
	border: 1px solid #9e0f44;
	background-color: #efced9;
	color: #444444;
	padding-left: 4px; 
}

div.r, div.highlighted {
	width: 253px;
	padding: 6 5 0 8px;
	_width: 265px;
	_padding: 3 5 6 5px;
}

textarea {
	height: 100px;
	overflow: auto; 
}

option {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

input.check {
	margin: 0 6 0 0px;
	position: relative;
	top: 2px;
}

input.transparent {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

form.transparent input {
	position: absolute;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;		
	font-size: 11px;
	width: 112px;
	height: 18px;
}

form.transparent input.v {
	position: absolute;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	
		background-color: red; 
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		opacity: 0.5;
		
	font-size: 11px;
	width: 112px;
	height: 18px;
}

/**** DIVs ****************************************************/

.photoshowdiv {
	position: absolute;
	z-index: 99;
	display: none;
	top: 100px;
	left: 0px;
	width: 100%;
}

.photoshowtable {
	background-color: #ffffff;
	border-color: #DBDBD9;
	border-style: solid;
	border-width: 4px;
}

.titleDiv {
	position:absolute;
	width:150px;
	display:none;
	layer-background-color:#ffffff;
	background-color:#ffffff; 
	z-index:200;
	border: 1px solid #f18621;
	padding:3px;
	color: #000000;
}

/********************************************************/

div.thumb{
	position: absolute;
	margin-top: 47px;
	margin-left: -36px; 
	border: 1px solid #99a544;
	padding: 3px; 
	background-color: #ffffff;
	display: none;   
}

div.list {
	float: left;
	width: 250px; 
}

select.small {
	font-size: 10px;
}

img.thumb{
	margin: 3px; 
}

div.line {
	background-color: #d7e190; 
	margin: 10 0 10 0px; 
}
