/*
 * Style sheet for korus-auto
*/
BODY { 
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  font-family: Verdana;
  font-size: small;
  font-weight: normal;
}

A:link {color: #00194D} /* unvisited link */
A:visited {color: #00194D} /* visited links */
A:active {color: #00194D} /* active links */


TABLE.biggest {
	border-style: none;
#        width: 780px;	
        width: 100%;	
	border-spacing: 0;
	padding: 0 0 0 0;
	border: outset 0;
	border: inset 0;
}

TD.left_panel {
	border-style: none;
	background-color: #00194D;
	width: 152;
	height: 100%;
	vertical-align: top;
        text-align: right;
}
TD.shadow {
	border-style: none;
	background-color: #00194D;
	width: 8;
}

IMG.1x1 {
	width: 1px;
	height: 1px;
}

DIV.alert {
  color: #FF7070;
  font-size: xx-large; 
  text-align: center;
  font-weight: bolder;
  font-family: Verdana;
}
DIV.top_header {
  color: #00194D;
  text-align: center;
  font-family: Verdana;
  font-size: small; 
  font-weight: bolder;
  vertical-align: bottom;
}
TD.main_panel {
	border-style: none;
	background-color: #8B8FA5;
	color: #00194D;
}

A.main_menu:visited,A.main_menu:link,A.main_menu:active {
	text-decoration: none;
	color: #8B8FA5;
	font-weight: bolder;
}
DIV.main_menu_current {
	text-decoration: none;
	color: #B0B0FF;
	font-weight: bolder;
}


DIV.big_header {
  color: #00194D;
  text-align: center;
  font-family: Verdana;
  font-size: xx-large;
  font-weight: bold;
  vertical-align: top;
}

P {
  text-indent: 3em;
  text-align: justify;
  margin-right: 1em;
  margin-left: 1em;
}

table.ride {
	border-style: none;
        width: 90%;	
	border-spacing: 0;
	padding: 0 0 0 0;
	border: outset 0
	border: inset 5;
	margin-left: 1em;

}
table td.left th,
table td.left {
    background-color: #AEAEEE;
    text-align: left;
    width: 25%;
}
table td.right th,
table td.right {
    background-color: #A5A5E5;
    text-align: left;
    font-weight: bolder;
    width: 25%;
}


table.rides caption,
table.rides th,
table.rides td {
    padding: 0.1em 0.5em 0.1em 0.5em;
    margin: 0;
    margin: 0.1em;
    vertical-align: top;
}
table tr.rides_header th,
table tr.rides_header {
    background-color: #00194D;
    text-align: center;
    color: #8B8FA5;
}
table tr.ride_header th,
table tr.ride_header {
    background-color: #00194D;
    text-align: left;
    color: #8B8FA5;
    font-size: normal; 
    font-weight: bolder;
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-color: #AEAEEE;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #A5A5E5;
    text-align: left;
}

table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
    background-color: #CCCCFF;
}


IMG.gallery{
	border-color: #00194D;
	border-style: groove;
	border: 1;
}
DIV.images { 
  text-align: center;
  font-family: Verdana;
  font-weight: normal;
  font-size: xx-small; 
}

