/* CSS Document */

/*this is the style for the links before it is activated*/
BODY 
{ 
scrollbar-base-color: #091551;
scrollbar-arrow-color: #091551;
scrollbar-DarkShadow-Color: #ffffff;
scrollbar-Track-Color: #091551;
scrollbar-Highlight-Color: #091551;
scrollbar-face-color: #E6E7ED;
scrollbar-3dlight-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
margin: 0;
}

input {
	border-bottom: 1px solid #05117E;
	border-top: 1px solid #05117E;
	border-left: 1px solid #05117E;
	border-right: 1px solid #05117E;		
}

.searchfield {
	background-color: #EDDFB8;
	border: 1px solid #08164F;

}

.line {
border: 1px dotted #284BA8;
border-bottom: 1px solid White;
}

.ButtonS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-decoration: none;
	color : #ffffff;
	background-color : #444F79;
	border: 1px solid #8B92B3;
	}
	
/*the tags used for LIMO*/	
h3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold;  font-size: 100%;   }
.bcvreb{ background-color: #C7CAF3; }
.bcvrebtop{ background-color: #D7D8E3; }

p {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;     }
/*the tags used for LIMO*/	

/*the tags used for newsletter*/	
.VREBPara { font-weight: normal; color: #000000;    }
.VREBTitle {color: #000000; }
.VREBDate {color: #000000; font-style: italic; }
.VREBRef {color: #000000;  font-style: italic;  font-size: 78%;   }
/*the tags used for newsletter*/	

/*the tags used for links*/	
.links { font-weight: normal;}
/*the tags used for links*/	

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #000000; text-decoration: none;  }
.copyright { font-family: verdana, sans-serif;  font-size: 70%; }
.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%; 
	color : #ffffff;
	font-weight: bold;
	
	  }
	  
/*used for  newsletter*/
.press-release-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
}
.press-release-intro {
	font-weight: bold;
}
.about-box{
	border: 1px solid #2757AB;
	padding: 10px 15px 10px 15px;
	margin: 20px 20px 20px 20px;
	width: 450px;
}



.splash_title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 170%;
	color : #000000;
	font-weight: bold;
	font-style: italic;
	
	  }

.leftcolumn {COLOR: #000000; TEXT-DECORATION: none; font-family: verdana, sans-serif;}
a:link.leftcolumn  {color : #000000; font-size: 100%;}
a:visited.leftcolumn  {color : #000000; font-size: 100%;}
a:active.leftcolumn  {color : #000000; text-decoration: none; font-size: 100%;}
a:hover.leftcolumn  {color : #000000; text-decoration: underline; font-size: 100%;}

.navlinkco {COLOR: #08164F; TEXT-DECORATION: none; font-family: verdana, sans-serif;  font-size: 90%;}
a:link.navlinkco  {color : #08164F; font-size: 100%;}
a:visited.navlinkco  {color : #08164F; font-size: 100%;}
a:active.navlinkco  {color : #08164F; text-decoration: none; font-size: 100%;}
a:hover.navlinkco  {color : #08164F; text-decoration: underline; font-size: 100%;}

.navlinkco2 {COLOR: #3336A1; TEXT-DECORATION: none; font-family: verdana, sans-serif;    font-size: 90%;}
a:link.navlinkco2  {color : #3336A1; font-size: 100%;}
a:visited.navlinkco2  {color : #888FD7; font-size: 100%;}
a:active.navlinkco2  {color : #3336A1; text-decoration: none; font-size: 100%;}
a:hover.navlinkco2  {color : #00036E; text-decoration: underline; font-size: 100%;}



/*this is the stylesheet for the listing inventory*/
A:LINK {COLOR: #5E8BDA; TEXT-DECORATION: none; font-family: verdana, sans-serif; }
A:visited {COLOR: #D0A73D; TEXT-DECORATION: none; font-family: verdana, sans-serif;   }
A:hover {color : #4B547B; text-decoration: underline; font-family:verdana, sans-serif;  }
A:active {color : #5E8BDA; text-decoration: none; font-family: verdana, sans-serif;  }

.lefttable1 {
	background-color: #EDDFB8;
	border: 1px solid #072A6E;
}
.lefttable2 {
	background-color: #EDDFB8;
	border: 2px solid #2757AB;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 150%; color: #000000; text-decoration: none;
	
}
.mainborder {
	border: 2px solid #FFFFFF;
}

.mainbg {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/************** MENU CSS ************************/
#menu ul {
	margin: 0; padding: 0; list-style: none;
	width: 153px; 
/* Width of Menu Items */ 
	border-bottom: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 95%; color: #000000; text-decoration: none;
	}
#menu ul li {
	position: relative;
	}
#menu li ul {
	position: absolute; left: 145px;
	/* Set 1px less than menu width */
	top: 0;
	display: block;
	}
#menu li:hover ul {
	display: block; 
}
#menu li:hover>ul {
	visibility:visible;
	}
#menu ul ul {
	visibility:hidden;
	}
/* Fix IE. Hide from IE Mac */* html 
#menu ul li {
	float: left; height: 1%;
	}
	
* html

#menu ul li a {
	height: 1%;
	}
/* End */
/* Make-up syles */ 
#menu ul, li {
	margin: 0 0 0 0;
	}
/* Styles for Menu Items */ 
#menu ul a {
	display: block;
	text-decoration: none;
	/*color: #FFFFFF;
	background: #0054A0;*/
/* IE6 Bug */
	padding: 0px;
	/*border: 1px solid #cccccc;*/
	border-bottom: 0;
	}
/* Hover Styles */
#menu ul a:hover {
	color: #ffffff;
	background: #4A5680;
	}
/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #FFFFFF;
	background: #0A1650;
/* IE6 Bug */
	padding: 2px;
	border: 1px solid #EEDFB8;
	border-bottom: 0;
	}
/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color: #ffffff;
	background: #2757AB;
	}

/* Sub Menu Classes for Custom Widths */	
#menu .widthclass1 { 
position: absolute; 
width: 150px;
} 

#menu .widthclass2 { 
position: absolute; 
width: 175px;
} 

#menu .widthclass3 { 
position: absolute; 
width: 100px;
} 

#menu .widthclass4 { 
position: absolute; 
width: 140px;
} 

#menu .widthclass5 { 
position: absolute; 
width: 105px;
} 

#menu .widthclass6 { 
position: absolute; 
width: 195px;
} 
#menu .bottommenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDFB8;

}

/* Icon Styles */
/*
#menu ul a.submenu {
	background: #0054A0 url("tri.gif") no-repeat right;
	}
#menu ul a.submenu:hover {
	background: #9CBBEB url("tri.gif") no-repeat right;
	}*/
/************ END MENU CSS ****************/
.resultrow {
	background-color: #444F79;
	font-weight: bold;
	color: #FFFFFF;
}

.resulttable {
	border: 1px solid #000000;
}
.resultdetail {
	background-color: #E6E7ED;
	font-weight: bold;
	color: #000000;
}
.checkbox {
	border: 0px none;
}
#checkboxlist {
	list-style-type: none;
	border: 0px none;
}

/* take out width if not required */
#albumlist {
	list-style-type: none;

	margin-left: 0px;
	margin-right: 0px;
}

#albumlist li {
float: left; // floats the li to the left with margins as follows
margin-right: 5px;
margin-bottom: 5px;
padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#albumlist img {
	display: block;
	border: 1px solid #000000;
}

.advertiser_table {
	width: 500px;
}

.advertiser_table th {
	background-color: #091551;
	color: #fff;
}

.advertiser_table th.first {
	width: 25%;
}

.advertiser_table th.middle {
	width: 50%;
}

.advertiser_table td {
	vertical-align: top;
	padding: 10px 5px;
}

.advertiser_table td.price {
	text-align: center;
}

.advertiser_table tr.alternate td {
	background-color: #E6E7ED;
}

div.order_button {
	margin-top: 20px;
	
}

div.order_button a.ButtonS,
div.order_button a.ButtonS:hover {
	cursor: pointer;
	padding: 5px;
	font-size: 1.2em;
}

div.order_button a.ButtonS:hover {
	color: #E6E7ED;
}

/* ------ START: Add/Edit ------ */
.add_paragraph {
	clear: both;
	text-align: right;
}

.addedit {
	position: relative;
	width: 450px;
	margin: 0 auto;
	clear: both;
	padding: 20px;
	font-weight: normal;
	font-size: 0.8em;
}

.addedit_delete {
	display: block;
	text-decoration: none;
	margin: 0.5em auto 0 auto;
	cursor: pointer;
}

.addedit em {
	font-size: 0.85em;
}

.addedit input {
	width: 99%;
	border: 1px solid #CCCCCC;
}

.addedit input.input_btn {
	width: auto;
	clear: both;
}

.addedit .input_check {
	width: 33%;
	float: left;
}

.addedit .input_check input {
	float:left;
	width:25%;
	border: 0;
}

.addedit .input_double {
	width: 49%;
	float: left;
}

.addedit .input_double input {
	width: 90%;
}

.addedit .input_triple {
	width: 33%;
	float: left;
}

.addedit .input_triple input {
	width: 90%;
}

.addedit .input_radio input, .addedit .input_checkbox input {
	width: auto;
	border: none;
	margin-right: 5px;
}

.addedit .input_radio label, .addedit .input_checkbox label {
	display: inline;
}

.addedit label {
	display: block;
}

.addedit .explain {
	clear: both;
	font-style: italic;
}

.addedit select {
	width: 60%;
	border: 1px solid #CCCCCC;
	font-size: 10px;
}

.addedit textarea {
	width: 99%;
	height: 15em;
	border: 1px solid #CCCCCC;
}

.addedit_image_main {
	position: relative;
	width: 320px;
	margin: 0 auto;
}

#addedit_images input {
	width: 75%;
}

#addedit_images p {
	clear: both;
	padding-bottom: 1em;
}
.addedit_images {
	float: left;
	margin-right: 10px;
}
/* ------ END: Add/Edit ------ */
