
body {

	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #999999;

	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #034463;
}
.style4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.maintable {/*
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #02364F;
	border-right-color: #02364F;
	border-bottom-color: #02364F;
	border-left-color: #02364F;*/
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {color: #930003;
	text-decoration: none;
}
.style19 {
	color: #9A1818;
	font-weight: bold;
	font-size: 14px;
}
/*
.style20 {color: #9A1818; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif; }
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.nav {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.style21 {font-size: 14px}
.style7 {	font-size: 12px;
			font-weight: bold;
}
.style8 {	font-size: 14px;
	color: #9C2020;
}
/* admin */

table.admin {
	border-width: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.admin th {
	border-width: 0px;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	width: 25px;
	text-align: center;
}
table.admin tr {
height: 25px;


}
.adminnav {
	border-bottom-width: thin;
	background-color: #eee;
	text-align: left;
	height: 15px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDBD;
}

.errors {
	border-width:medium;
	background-color: #EEE;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	color: #9A1818;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A1818;
} 

.errors-inline {
	border-width:thin;
	background-color: #EEE;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
	color: #9A1818;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A1818;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9A1818;
} 

table.admin td {border-width: 0px;
	text-align: center;
}
table.admin tr:hover { background-color: #F5BDBD;}

/* forms */

legend{  
	color: #034463;
	font-weight: bold;
	font-size: 14px;
	margin-left:8px;
}

.legend{  
	color: #034463;
	font-weight: bold;
	font-size: 14px;
	margin-left:8px;
}

fieldset{
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD;
	margin: 5px;
	padding: 10px;
}

label {
  float:left;
  width:40%;
  margin-right:8px;
  margin-top:10px;
  text-align:right;
  font-weight:bold;
  color: #000;
  }
  
  input{
	margin-top:10px;
  }

/* listing preview styles */

.photo{
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #fff;
}
.photo-border{
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #ccc;
}


.l-head{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18pt;
        color: #5CB9EB;
	margin-bottom: 10px;
	margin-top: 10px;
}
.l-head a:link {
        color: #5CB9EB;
        text-decoration: none;
}
.l-head a:visited {
        text-decoration: none;
        color: #5CB9EB;
}
.l-head a:hover {
        text-decoration: none;
        color: #5CB9EB;
}
.l-head a:active {
        text-decoration: none;
	color: #5CB9EB;
}


.l-desc {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #999999;
}

.l-cont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21A0E4;
	font-weight: bold;
}
.l-cont a:link {
        color: #21A0E4;
        text-decoration: none;
}
.l-cont a:visited {
        text-decoration: none;
        color: #21A0E4;
}
.l-cont a:hover {
        text-decoration: none;
        color: #333333;
}
.l-cont a:active {
        text-decoration: none;
	color: #21A0E4;
}


/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(star_matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.star0 {background-position:0 0}
.star1 {background-position:0 -16px}
.star2 {background-position:0 -32px}
.star3 {background-position:0 -48px}
.star4 {background-position:0 -64px}
.star5 {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(star_matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* end rating code */

.gallery{border:solid 1px #A6A6A6;
width:110px;
float:left;padding:5px;margin:5px;
}

.gallery_move {   padding:0px; margin:0px; width:18px; }
.gallery_remove {   padding:0px; margin:0px; width:110px; }
.gallery_remove_one {   padding:0px; margin:0px; width:90px; }
.gallery_remove_both {   padding:0px; margin:0px; width:72px; }



.bubbleTooltip {
	width: 200px;
	color:#000;

	font-size: 12px;
	text-decoration:none;
	text-align:center;
}
.bubbleTooltip span.top {
	padding: 30px 8px 0;
	background: url(/rem/images/bubble.gif) no-repeat top;
}
.bubbleTooltip span.bottom {
	padding:3px 8px 15px;
	color: #000;
	background: url(/rem/images/bubble.gif) no-repeat bottom;
}

