/* Default CSS Stylesheet for a new Web Application project */

.Hidden
{
display: none;
}
 
.alternatingRowStyle
{
background-color: #CCCCCC;
}

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
 
textarea, input,select {
	font-family: arial;
	font-size: 9px;
	color: 000000;
	font-weight: bold;
}

.calendar
{
	 
	font-size: 8pt;
	font-family: Verdana, Tahoma;
	background-color: #ffffff;
}

.outertable
{
	border-right: #330099 1pt solid;
	border-top: #330099 1pt solid;
	font-size: 8pt;
	border-left: #330099 1pt solid;
	border-bottom: #330099 1pt solid;
	font-family: Verdana, Tahoma;
	background-color: #ffffff;
}
.innertable
{
	border-right: lightskyblue 1px solid;
	border-top: lightskyblue 1px solid;
	font-size: 8pt;
	border-left: lightskyblue 1px solid;
	border-bottom: lightskyblue 1px solid;
	font-family: Verdana, Tahoma;
	
}
 

.returntable table
{
	color: #000;
	text-align: left;
	border-collapse: collapse;
}

.returntable th
{
	font-size: 8pt;
	color: #66ccff;
	font-family: Verdana, Tahoma;
	background-color: aliceblue;

}

.returntable td
{
	border-left: #d4e0ee 1px solid;
	border-right: #d4e0ee 1px solid;
	border-bottom: #d4e0ee 1px solid;
	border-top: #d4e0ee 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font: bold 20px Verdana;
	width: 138px;
	color: #006699;
	padding-top: 0px;
}


.textbox
{
	border-right: lightgrey 1pt solid;
	border-top: lightgrey 1pt solid;
	font-size: 8pt;
	border-left: lightgrey 1pt solid;
	border-bottom: lightgrey 1pt solid;
	font-family: Verdana, Tahoma;
}
.head
{
	font-weight: bold;
	font-size: 9pt;
	color: orange;
	font-family: Verdana, Tahoma;	
}
.greyborder
{
	border-right: gainsboro 1pt solid;
	border-top: gainsboro 1pt solid;
	border-left: gainsboro 1pt solid;
	border-bottom: gainsboro 1pt solid;
}
.greybelt
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial;
	background-color: gainsboro;
}
.bluebelt
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Tahoma, Arial;
	background-color: steelblue;
}
.tdlink
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Verdana, Tahoma, Arial;
	background-color: steelblue;
}
.lightsteelblue
{
	font-weight:normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #ffffff;
}
.mover
{
	font-size: 8pt;
	font-family: Verdana, Tahoma;
	background-color: lavender;
}
.blank
{
	font-size: 8pt;
	font-family: Verdana, Tahoma;
	background-color: white;
}
.errmsg
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana, Tahoma, Arial;
}	

.labelclass
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
}	
/*****************************************************************************/
#coolmenu
{
	border: 1px solid black;
	border-bottom-width: 0;
	width: 170px;
	background-color: #E6E6E6;
}	

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #add8e6;
color: white;
}
/*************** EOF coolmenu **************************************/

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
background: white url(images/bl-arrow.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(images/orarrow.gif); /*onMouseover image change. Remove if none*/
}

/* 
	Cusco Sky table styles
*/

.cuskomenu
{
	border: 0px solid #D4E0EE;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #006699;
	width: 170px;
}

.cuskomenu th{
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	width: 170px;
	padding: 1px;
	}
.cuskomenu caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

 .cuskomenu td
{
	border-left: #d4e0ee 0px solid;
	border-right: #d4e0ee 0px solid;
	border-bottom: #d4e0ee 0px solid;
	padding-right: 1px;
	padding-left: 1px;
	font: bold 10px Verdana;
	width: 138px;
	color: #006699;
	padding-top: 0px;
}

 .cuskomenu thead th
{
	font-weight: bold;
	font-size: 75% !important;
	background: #0191A9;
	color: seashell;
	height: 15px;
	text-align: center;
}

 .cuskomenu  tbody  th {
	font-weight: bold;
}

 .cuskomenu  tbody  tr 
 { background: #FCFDFE;text-decoration: none;}

 .cuskomenu  tbody tr.odd 
 { background: #F7F9FC; }

 .cuskomenu table a:visited, .cuskomenu  a:active {
	color: #3300cc;
	text-decoration: none;
	font: 10px Verdana;
}
 .cuskomenu table a:hover
 {
	
	color: #3300cc;
	background-color: #ffffcb;
	font:bold 10px Verdana;
}

.cuskomenu a
 {
	text-decoration: none;
	font:10px Verdana;
}

 .cuskomenu tfoot th  {
	font-size: 85%;
}
.cuskomenu   tfoot td {
	font-size: 85%;
}
* html .cuskomenu { /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}


/************* CasaBlanca BOF*****************/
.casablanca table {
	color: #7F7F7F;
	/*font: 10px "Trebuchet MS",Verdana,sans-serif;*/
	border-collapse: collapse
}

.casablanca table, .casablanca caption {
	margin: 0 auto;
	border-right: 0px solid #CCC;
	border-left: 0px solid #CCC
}

.casablanca caption, .casablanca td {
	border-left: 0px none;
	padding: 10px;
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 10px; 
	
}

.casablanca  .casablanca tfoot th, .casablanca tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase

}
.casablanca caption
 {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.casablanca thead th {
	background-color: #C30;
	color: #fff;
	text-align: center;
	height:25; 	
	font-size:100%; 
	text-transform: uppercase ; 
}


.casablanca tbody tr.odd {
	background-color: #F7F7F7;
	color: #666
}

.casablanca tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}

.casablanca tbody a:active, .casablanca tbody a:hover, .casablanca tbody a:focus, .casablanca tbody a:visited {
	color: #666;
	font-size:10px; 
	font-family: Verdana; 
	font-weight: bold; 
}


/************* CasaBlanca EOF*****************/

/************* CityMouse BOF*****************/
.city table 
{
	color: #000;
	text-align: left;
	border-top: none;
	border-collapse: collapse;
}
.city table a{
	text-decoration: none;
	color: #105c6e;
}
.city table a:visited {
	text-decoration: none;
}
.city table a:hover, .city table a:active {
	background-color: #ffffcb;
	text-decoration: none;
	color: #000000;
}
.city thead th {
	font-size:11px;
	font-family: Verdana; 
	font-weight: bold; 
	color: #eee;
	background-color: #27a0bd;
	border-bottom: 0px solid #008eb1;
	border-right: 0px solid #008eb1;
	border-left: 0px solid #008eb1;
	height:5px; 
}
.city tbody {

}
.city img
{
	border-right: #c0c0c0 1pt groove;
	border-top: #c0c0c0 1pt groove;
	border-left: #c0c0c0 1pt groove;
	border-bottom: #c0c0c0 1pt groove;
}
	
.city tr{
	vertical-align: top;
	padding-left:5px; 
	padding-bottom:1px; 
}

.city td 
{
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	height:2px; 
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}

.city tr,.city th
{
	height:6px; 
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
.city caption 
{
	padding:1px;
	height: 15px;
	color: #000000;
	text-align: left;
	text-indent:30; 
	background:#fff url(table_caption.jpg) no-repeat;
	background-position: 5% 0;
	font: 70% Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold; 
}

.city tr.odd td, .city tr.odd th {
	background-image: url(tealbg.bmp);
	background-repeat: repeat;
}
.city tfoot th,.city tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}
.city tfoot th {
	text-align: right;
}

.city.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:95%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   cursor:default;  
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

.city input.btnhov{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:95%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   cursor:hand;  
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

/************* CityMouse EOF*****************/


/************* New Revo BOF*****************/

/*.revo table { font:0.7em Arial, Helvetica, sans-serif; background-color:#F2F2F2; border:none;}*/
.revo table { font:7px Arial, Helvetica, sans-serif; background-color:#FFFFFF; border:none;}
.revo td, .revo tr
{
	border-right: medium none;
	border-top: medium none;
	font: 10px Verdana;
	border-left: medium none;
	border-bottom: medium none;
	/*background-color: #f2f2f2;*/
	padding-left:10px; 
	padding-right:5px; 

}
.revo caption { background:#000 url('loginbg.gif') repeat-x; color:#FFF; text-transform:uppercase; font-weight:bold; font-size:2.2em; border:0px solid #000 }

.revo thead th
{
	border-right: #b76e00 1px solid;
	padding-right: 2px;
	background-position: 0% 0%;
	border-top: #f4d39e 0px solid;
	padding-left: 2px;
	background-attachment: scroll;
	padding-bottom: 2px;
	text-transform: uppercase;
	border-left: #f4d39e 0px solid;
	color: #724809;
	padding-top: 2px;
	border-bottom: #b76e00 1px solid;
	border-left: #b76e00 1px solid;
	background-repeat: repeat-x;
	background-color: #afeeee;
}
.revo tfoot th { background:#F29601 url('effect5.gif') repeat-x; color:#724809; padding:2px; text-transform:uppercase; font-size:1.2em }
.revo table a:hover{
	background-color: #ffff66;
	text-decoration:underline;
	color: #000000;
	font: 10px Verdana;
	font-weight:normal;
}
.revo table a:active 
{
	background-color: #ffffff;
	text-decoration:  underline;
	color: #000000;
	font: 10px Verdana;
	font-weight:normal;
}
/*.revo tbody td a:hover { background-color:#000; color:#FFF;font: 12px Verdana;} */

.revo.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}
 
.revo input.btnhov{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   cursor:hand;  
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}


/************* Revo EOF*****************/

/************* EVNTListings BOF*****************/

.elist table { font:0.7em Arial, Helvetica, sans-serif; background-color:#FFF; border:1px;}
.elist td
{
	height:1px;
	border-left: 0px;
	border-right:0px;
	border-bottom:0px;
	border-top:0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom:0px; 
	font: bold 10px Verdana;
	width: 138px;
	color: #006699;
} 
.elist thead th
{
	font: bold 12px Arial;
	padding-left: 2px;
	text-transform: uppercase;
	color:#006699; /* #000099;*/
	padding-top: 2px;
	padding-bottom: 0px;
	background-color:#fff; 
	border-bottom: #000099 2px solid; 
	border-left:0px;
	border-top:0px;
	border-right:0px;
	text-align:left;  
}

.elist table a:active, table a:visited, a {
	text-decoration: none;
	color: #3333cc;
}

.elist table a:hover{
	text-decoration:underline;
	color: #3333cc;
}


/************* EVNTListings EOF*****************/

/************* EVNTListings 2 BOF*****************/
.elist2 table 
{
	color: #000;
	text-align: left;
	border-top: none;
	border-collapse:  separate;
}
.elist2 td 
{
	font: Verdana, Arial, Helvetica, sans-serif;
	height:2px; 
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	background-color:White; 
}

.elist2 tbody th
{
	height:5px; 
	border-top: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-left: 1px;
	background-color:green; 
	color:#ffffff; 
}

.elist2 table a{
	text-decoration: none;
	color: #0066cc;
	border:none; 
	
}
.elist2 table a:visited {
	text-decoration: none;
	color: #0066cc;
}
.elist2 table a:active {
	text-decoration: none;
	color: #105c6e;
}
.elist2 table a:hover
{
	text-decoration: underline;
	color: #000;
}

/************* EVNTListings2 EOF*****************/


/************* Grayed Out  BOF*****************/
.gray table 
{
	text-align: left;
	border-top: 1px;
	border-collapse:  separate;
	width:480px;
	height:80px; 
}

.gray input.btn
{
	border-right: lightsteelblue 1pt solid;
	border-top: lightsteelblue 1pt solid;
	font-size: 8pt;
	border-left: lightsteelblue 1pt solid;
	color: #000;
	border-bottom: lightsteelblue 1pt solid;
	font-family: Verdana, Tahoma;
	background-color: #0099cc;
	cursor:default;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

.gray input.btnhov
{
	cursor:hand;  
	border-right: lightsteelblue 1pt solid;
	border-top: lightsteelblue 1pt solid;
	font-size: 8pt;
	border-left: lightsteelblue 1pt solid;
	color: #000;
	border-bottom: lightsteelblue 1pt solid;
	font-family: Verdana, Tahoma;
	background-color: #0099cc;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

.gray td 
{
	font: Verdana, Arial, Helvetica, sans-serif;
	height:1px; 
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
  
.gray thead th {
	background-color: #3333cc;
	color: #fff;
	text-align: center;
	height:15; 	
	font-size:75%; 
	font-weight:bold; 
	text-transform: uppercase ; 
}


.gray tbody th, th{
	border:none;
	background-color:#3366cc; 
	color:#ffffff; 
	font: 12px Helvetica,Verdana,Arial;
}

.gray table a{
	text-decoration: none;
	color: #0066cc;
	border:none; 
	
}
.gray table a:visited {
	text-decoration: none;
	color: #0066cc;
}
.gray table a:active {
	text-decoration: none;
	color: #105c6e;
}
.gray table a:hover
{
	text-decoration: underline;
	color: #000;
}
 
/************* TixListings EOF*****************/

/***** iCubed ****/
.icube table
{
border-collapse: collapse;
border: 1px solid #BA9;
font: 90% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.icube caption{
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  color: #453827;
  background: transparent;
  }

.icube td, .icube th 
{
	border-right:1px solid #BBAA99;
    border-bottom:5px;
    padding: .3em;
	font-size: 0.9em;
color: #666;
  }

.icube table a:hover{
	text-decoration:underline;
	color: #0066cc;
	
}  

.icube a:hover{
	text-decoration:underline;
	color: #0066cc;
	
}  

.icube thead th
{ 
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background: #BA9 url("images/css/thbg.gif") repeat-x top left;
	color: #FFF;
}
.icube tbody th, .icube thead th , .icube tbody td {
	vertical-align: top;
	 
}


.icube tr.odd
{
background: url("images/css/shim.gif")  repeat-x top left;
}	

/***EOF iCubed ***/ 
