@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	
}

table.mytable { 
	width: 600px; 
	padding: 12px; 
	margin: 0 0 0 20px;
	border: none; 
	border: 1px solid #789DB3;
	}
	
table.mytable td { 
	border: none; 
	background-color: #F4F4F4; 
	vertical-align: middle; 
	padding: 7px; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	color:#000000; 
	}
	
table.mytable tr.special td { 
	background-color: #0E2934;
	font-weight: bold;
	color: #FFF9E3;
	font-size: 14px; 
	  }

table.mytable tr.special2 td { 
	background-color: #FFEE8E;
	  }





#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF9E3 url(images/body-bg.gif) repeat;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
	text-align: left;
} 
#header {
	height: 183px;
	background-image: url(images/titlebar-bg.gif);
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	vertical-align:top;
	background-repeat: repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar-container {
	width: 192px;
	float: left; 
	padding: 0;
	margin: 0;
	border: 0;
	clear:none;
	}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	clear: none;
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #5DBABD; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	border: 0;
}

#sidebar1-top {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF9E3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	border: 0;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 211px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 0;
	margin: 0;
}

#testimonials {
	width: 211px;
	background-image:url(images/right-testimonials-bg.gif);
	background-repeat:repeat;
	padding: 0;
	border:0;
	margin: 0;
	
}	

.cruise-box-side {
	margin: 0;
	border: 0;
	padding: 0;
	width: 211px;
	background:	#FFEE8E url(images/curve-half.gif) no-repeat top;

}
.cruise-box-inner-side {
	padding: 0 10px 0 15px;
}


#testimonials-inner {
	width: 171px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height: 116%;
	color: #007E97;
	font-size: 12px;
	padding: 0;
	border:0;
	margin: 6px 20px 9px 20px;
}	
	
	
#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0;
} 

#mainContent-wide { 
	margin: 0 0 0 192px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0;
} 

#wide-inner {
	margin: 0px;
	padding: 0 0 0 220px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0;
	width: 652px;
	
} 

#wide-inner-inner {
	margin: 0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0;
	background-color: #FFEE8E;
	width: 652px;
	background-image: url(images/lux-curve.gif);
	background-repeat: no-repeat;
} 



#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFF9E3;
	margin: 0;
	height: 20px;
	
} 

#footer-left {
	width: 192px;
	height:100%;
	background-color: #5DBABD;
	float: left;
	padding: 0;
	margin: 0;
}

#form {
	width: 676px;
	border: 0;
	margin: 0;
	padding: 0;
	clear: right;
	background-color:#FED788;
	text-align:center;
	}
	
.form2 {
	margin: 0px 16px 0 16px;
	border: 0;
	padding: 0;
	width: 310px;
	float: left;
	clear: none;
	background:	#FFEE8E url(images/form2-bg.gif) no-repeat top;

}

.form2-2 {
	margin: 0px 16px 0 16px;
	border: 0;
	padding: 0;
	width: 310px;
	background:	#FFEE8E url(images/form2-bg.gif) no-repeat top;

}

.form3 {
	margin: 20px 36px 0 0;
	border: 0;
	padding: 0;
	width: 652px;
	float: left;
	clear: none;
	background:	#FFEE8E url(images/form3-bg.gif) no-repeat top;

}

.form2-inner {
	padding: 0 10px 0 15px;
}
	
.cruise-box {
	margin: 0;
	border: 0;
	padding: 0;
	width: 450px;
	background:	#FFEE8E url(images/cruise-bg-curve.gif) no-repeat top;

}
.cruise-box-inner {
	padding: 0 10px 0 15px;
}

.cruise-box-blue {
	margin: 0;
	border: 0;
	padding: 0;
	width: 453px;
	background:	#0080A0 url(images/blue-curve.gif) no-repeat top;

}
.cruise-box-blue-inner {
	padding: 0 10px 0 15px;
}

.add-space {
	padding: 50px 25px 50px 75px;

	}		

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt-img { 
	float: right;
	margin: 0 6px 5px 20px;
	border: 0;
	padding: 0;
	width: 230px;
}
.img-crew { 
	margin: 0;
	border: 0;
	padding: 0 5px 0 0;
	width: 138px;
	float: left;
}
.fltlft-img {
	float: left;
	margin: 0 20px 5px 0;
	border: 0;
	padding: 0;
	width: 230px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearnone { 
	clear:none;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* TEXT HANDLING STYLES */

p.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	color:#000000;
}

p.text-inner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	color:#000000;
	padding: 0 0px 0 0;
	margin-left: 35px;
	margin-right: 25px;
}

p.text-white {
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size: 14px;
	line-height: 130%;
	color:#FFF9E3;
	font-weight:200;
}

a {
	color: #003399;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 2px;
}

.minilinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a .minilinks {
	color:#333333;
	text-decoration: none;
}

.keywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

ul.submenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	line-height: 136%;
	color: #0E2934;
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;

}

ul.submenu-on {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	line-height: 136%;
	color: #0E2934;
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;

}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 136%;
	color: #DFDFA9;
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;

}

li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
	
}

ul.body-list {
	padding-left: 10px;
	padding-top: 0;
	list-style-type:disc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	font-weight:200;
	color:#000000;

}
li.body-list {
	margin-left: 10px;
	list-style-type:disc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	color:#000000;
	font-weight:200;
	display:list-item;
	list-style-position:outside;	

}

a.menu  {
	color: #5E9A91;
	text-decoration: none;
	
}

a.menu:visited  {
	color: #5E9A91;
	text-decoration: none;
	
}

a.menu:hover  {
	color: #DFDFA9;
	text-decoration: none;
	
}
a.menu-on  {
	color: #DFDFA9;
	text-decoration: none;
	
}

a.submenu  {
	color: #5E9A91;
	text-decoration: none;
	font-size: 10px;
	font-weight: 200;
	line-height: 136%;
	
}

a.submenu:visited  {
	color: #5E9A91;
	text-decoration: none;
	font-size: 10px;
	font-weight: 200;
	line-height: 136%;
	
}

a.submenu:hover  {
	color: #0E2934;
	text-decoration: none;
	font-size: 10px;
	font-weight: 200;
	line-height: 136%;
}

a.submenu-on  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	line-height: 136%;
	color: #0E2934;
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	
}

.submenu  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	line-height: 136%;
	color: #0E2934;
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	
}

#menubox {
	left: 300px;
	top: 112px;
	width: 600px;
	z-index: 2;
	position:absolute;
}

.caption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	line-height: 120%;
	color: #006600;
	margin: 0;
	border: 0;
	padding: 0;
	
}

.caption-thumb {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	color:#000080;
	margin: 0px 0 0 0;
	border: 0;
	padding: 0 10px 15px 10px;
	width: 150px;
	float: left;
	clear: none;
		text-align:center;

}
.caption-thumb2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	color:#000080;
	margin: 0px 0 0 0;
	border: 0;
	padding: 0 10px 15px 10px;
	width: 200px;
	float: left;
	clear: none;
	text-align:center;
	
}

.label {
	padding-bottom: 8px;
}

.split-main {
	margin: 0px 0 0 0;
	border: 0;
	padding: 0 15px 15px 10px;
	width: 315px;
	float: left;
	clear: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 130%;
	color:#000000;
	
}


img.caption {
	margin: 7px 0 3px 0;
	border: 1px #999999 solid;
	padding: 3px;
	background-color: #FFFFFF;
}
	img.caption2 {
	margin: 7px 0 3px 0;
	border: 1px #000000 solid;
	padding: 3px;
	background-color: #006600;
}

img.caption-left {
	margin: 0 0 3px 0;
	border: 1px #999999 solid;
	padding: 3px;
	background-color: #FFFFFF;
	float: left;
}

img.caption-left-test {
	margin: 0 6px 3px 0;
	border: 1px #999999 solid;
	padding: 3px;
	background-color: #FFFFFF;
	float: left;
}

img.caption-right-test {
	margin: 0 0px 3px 6px;
	border: 1px #999999 solid;
	padding: 3px;
	background-color: #FFFFFF;
	float: right;
}
	
img.caption-right {
	margin: 0 0 3px 0;
	border: 1px #999999 solid;
	padding: 3px;
	background-color: #FFFFFF;
	float: right;
}
	
img.img-safe {
	padding: 0;
	margin: 0;
	border: 0;

}

div.spacer {
  clear: both;
  }

#pointer-photos {
	position:absolute;
	left:603px;
	top:164px;
	width:8px;
	height:8px;
	z-index:3;
	background-image: url(images/pointer.gif);
}

#pointer-cruises {
	position:absolute;
	left:515px;
	top:164px;
	width:8px;
	height:8px;
	z-index:3;
	background-image: url(images/pointer.gif);
}

#submenubox {
	position:absolute;
	left:242px;
	top:172px;
	width:652px;
	height:45px;
	z-index:4;
	text-align:center;
}
  
  
  
/* ************************* TEXTBOX ************************* */

.textbox{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		13px;
	font-weight:	normal;
	color:			#000000;
	border-bottom:	solid 1px #A6A6A1;
	border-right:	solid 1px #A6A6A1;
	border-left:	solid 1px #333333;
	border-top:		solid 1px #333333;
	background:		#FFF9E3;
	padding-left:	2px;
	padding-right:	0px;
	text-align:		left;
	text-indent:	0;
	width:			165px;
	margin-top: 6px;
}

.textbox-form2{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		13px;
	font-weight:	normal;
	color:			#000000;
	border-bottom:	solid 1px #A6A6A1;
	border-right:	solid 1px #A6A6A1;
	border-left:	solid 1px #333333;
	border-top:		solid 1px #333333;
	background:		#FFF9E3;
	padding:		3px 0 0 2px;
	text-align:		left;
	text-indent:	0;
	width:			275px;
	margin: 		3px 0 0 0px;
}


.radio {
	background:		#FFEE8E ;
	color:			#FED788;
}

.textbox-longer{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		13px;
	font-weight:	normal;
	color:			#000000;
	border:			solid 1px #A6A6A1;
	background:		#FFF9E3;
	padding-left:	2px;
	padding-right:	0px;
	margin-top: 6px;
	text-align:		left;
	text-indent:	0;
	width:			500px;
}

.textbox-longish{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		13px;
	font-weight:	normal;
	color:			#000000;
	border:			solid 1px #A6A6A1;
	background:		#FFF9E3;
	padding-left:	2px;
	padding-right:	0px;
	margin-top: 6px;
	text-align:		left;
	text-indent:	0;
	width:			400px;
}

.textbox-short{
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:		13px;
	font-weight:	normal;
	color:			#000000;
	border-bottom:	solid 1px #A6A6A1;
	border-right:	solid 1px #A6A6A1;
	border-left:	solid 1px #333333;
	border-top:		solid 1px #333333;
	background:		#FFF9E3;
	padding-left:	2px;
	padding-right:	0px;
	text-align:		left;
	text-indent:	0;
	width:			30px;
	margin-top: 6px;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:600;
}

  














  /* FROM GALLERY/SCREEN.CSS, MODIFIED */
  









.popup a:hover {

    color: #4E2192;

}



.popup td {

    color: #000000;

}



textarea:focus, input:focus {

    background-color: #FFFFDA;

}



.top {

    	background:  url(http://cabosail.net/images/gtop.jpg) center top no-repeat ;



}



.end {

    	background:  url(http://cabosail.net/images/gend.jpg) center bottom no-repeat ;

}

.main {

    	background: #fff ;

}

.topleft{

	padding: 20px 5px 0px 40px;

}

.tell {

	padding: 20px 5px 30px 0px;

	}

.menutop {

	font-size: 11px;

    color: #999;

}



.menutop a:link {

	 text-decoration: none; 

	color: #333;

}



.menutop a:hover  {

	 color: #993;

}

.menutop a:active {

	 color: #6C0;

}



/*

   text styles

*/

.title                          /* album titles on main page */

	{

	  font-size: 14px;

	  font-weight: bold;

	}

.mod_title			/* album title -- Text is controlled by .title */

	{

	  border:1px solid #000000;

	  border-right-width:0px;

	  border-bottom-width:0px;

	  border-left-width:0px;

	}

.mod_title_bg   /* album title hightlight Text is controled by .title */

	{

	}

.mod_title_right  /* album title hightlight  Text is controled by .title*/

	{

	}

.mod_title_left  /* album title hightlight  Text is controled by .title */

	{

	}

.albumdesc  /*album description includes all text and background*/

	{

	}

.desc                           /* album descriptions on main page */

	{

	  font-size: 12px;

	}


.pcaption  /* modifies background for caption text to reside - view_photo*/

{

     font-size: 14px;

	  font-weight: bold;	

}



.customFieldsTable {

}



.customFieldsTableCaption {

    font-size: 11px;

    color: #000000;

    font-weight: bold;

    text-decoration: underline;

}



.vafloat /* float for view album - text */

 	{

 	   float: none;

 	}



.vafloat2 /* float for view album - images */

 	{

 	 float: none;

	}



.vasummary /* controls the view of Album summary */

	{

        font-weight:bold;

        padding:2px;

        margin-top:10px;

        width:80%;

	}

.commentIndication

	{

	   color: red;

	   font-size: 12px;

	}

.error                          /* all error text */

	{

	  color: red;

	  font-size: 12px;

	}



.attention                          /* so far, just for voting instructions*/

{

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-weight: normal;

    color: #FBFF7F;

    font-size: 12px;

}



.headbox			/* box around the page headers */

	{

	}



.head                           /* page headers */

	{

	  font-size: 16px;

	  font-weight: bold;

	}

.mod_headliner  /* Gallery & Album titles. Text is controled by .head */

	{

	}

.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */

	{

	}

.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/

	{

	}

.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */

	{

	}

.bread                          /* used in breadcrumb bars */

	{

	  font-size: 10px;

	}

.nav                            /* used in navigation bars */

	{

	  font-size: 12px;

	}

.navtableborderbegin

	{

	  border:1px solid #FFFFFF;

	}

.navtableborderend

	{

	  border:1px solid #FFFFFF;

	  border-top-width:0px;

	}

.bordertop

	{

	  border:1px solid #FFFFFF;

	  border-right-width:0px;

	  border-bottom-width:0px;

	  border-left-width:0px;

	}

.borderright

	{

	  border:1px solid #FFFFFF;

	  border-top-width:0px;

	  border-bottom-width:0px;

	  border-left-width:0px;

	}



.borderleft

	{

	  border:1px solid #FFFFFF;

	  border-top-width:0px;

	  border-bottom-width:0px;

	  border-right-width:0px;

	}





.borderleft-popup {

    border:1px solid #000000;

    border-top-width:0px;

    border-bottom-width:0px;

    border-right-width:0px;

    padding-left: 5px;

}



.fineprint                      /* used for fine print */

	{

	  font-size: 10px;

	}



.viewcounter

	{

	  font-size: 10px;

	}



.editlink                       /* Used for the [edit] tags */

	{

	  font-size: 10px;

	}

.modnavbox  /* main navigation bar next and previous */

{

}



.admin                          /* used in admin bars */

	{

	  font-size: 10px;

	  font-weight: bold;

	}



.adminform /* defines form for drop down menu */

	{

	  font-size: 10px;

	  font-weight: bold;

	}

.search                          /* used in search text */

	{

	  font-size: 10px;

	  font-weight: bold;

	}

.searchform /* defines form for search */

	{

	  font-size: 10px;

	  font-weight: bold;

	}

.leftspacer  /* amount of space to the left of the header and titles */

	{

	  width: 0px;

	}

.modnavboxtop  /*navagation bar top of screen where admin buttons show*/

	{

	background-color: #5E72CC;



     }

.modnavboxmid  /*navagation bar middle where the link for the albums show*/

	{



	}

.modfooter /*footer where the Gallery version is located*/

	{

	}





.popupbody  /* controls the background of popup. */

{

    color: #000;

}



.popuphead, .separator  /* controls the title and background */

{

    text-align:center;

    font-size: 14px; font-weight: bold;

    line-height: 150%;

    color: #FFFFFF;

    background-color: #6274CB;

    padding-left: 5px;

    border-top: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #FFF;

}



.popup /* controls the main text and message body */

{

    font-size: 12px;

    font-weight: normal;

    color: #202020;

    padding: 5px;

    border: 1px solid #FFF;

    background-color: #F0F0F0;

    margin-bottom: 10px;

}



.popupform /* controls form textarea */

	 {

	   font-size: 12px;

	   font-weight: normal;

	   line-height: 120%;

	   color: #202020;

	   padding: 2px;

	   border: 1px solid #FFF;

	   background-color: #C0C0C0;

	 }



td.columnheader {

    font-size: 12px;

    font-weight: bold;

    color: #ffffff;

    padding-left: 5px;

    padding: 2px;

    border: 1px solid #FFF;

    background-color: #6274CB;

}



/* CSS ID for the add photos popup */




#tabnav {

    height: 20px;

    margin: 0px;

    padding-left: 5px;



}



#tabnav li {

    margin: 0px;

    padding: 0px;

    display: inline;

    list-style-type: none;

}



#tabnav a:link, #tabnav a:visited {

    float: left;

    font-size: 11px;

    line-height: 14px;

    font-weight: bold;

    padding: 2px 5px 2px 5px;

    margin-right: 4px;

    text-decoration: none;

    color: #666;

    border-width:1px;

    border-style: solid; border-color: #000000;

    -Moz-Border-Radius-TopLeft: 20px;

    -Moz-Border-Radius-TopRight: 20px;

}



#tabnav a:link.active, #tabnav a:visited.active {

    background-color: #FCFCF3;

    padding:2px 5px 2px 5px;

    font-size:12px;

    margin-right: 4px;

    border-style: solid; border-color: #000000;

    -Moz-Border-Radius-TopLeft: 20px;

    -Moz-Border-Radius-TopRight: 20px;

    color:#000000;

}



#tabnav a:hover {

    color: #444;

}



/* Following two classes are used in stats-wizard */

.blockcell {

}




/* Adminbar */



#adminbox {

    background-color: #fff;

    color: #555;

	padding: 2px 5px 2px 5px;

}



#adminbox td {

    background-color: #fff;

}



#adminbox a {

	color: #060;

}



#adminbox a:hover {

	color: #993;

}





#menu {

}



#menu td {

}



#menu a {

   display: block;

   font-family: Verdana,Helvetica,sans-serif;

   font-size: 10px;

   text-decoration: none;

   color:#060;

   white-space: nowrap;

/* uncomment this and the below to have a nice hover effect.

   padding: 2px;

   -moz-border-radius: 3px;

*/

}



/*

   border-bottom: 1px solid #66A;

   border-right: 1px solid #66A;

   border-top: 1px solid #224;

   border-left: 1px solid #224;

   padding: 1px;}

*/





.g-tabset {

}



.g-tabset a {

    color: #000;

    background-color: #fff;

}



.g-tabset a:hover {

    background-color: #e9e9ff;

}



.g-tabset a.tab-hi {

    color: #fff;

    background: #66a;

    border-bottom: 1px solid #66a;

}

.undertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DB6423;
	font-weight: 700;
	line-height: 100%;
	font-style: italic;
}
