/* main css file for Ugunssiena */

/* import css definitions for newer browsers */
@import "/common/ie.css";

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #425363;
/*	background-color: #ffffff; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	}

.table_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
.table_cell {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.table_cell_title {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	font-weight: bold;
}


.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
  font-weight: bold;
}

a { 
	text-decoration:none;
	color: red;
	}

a:hover { 
	text-decoration:underline;
	color: red;
	}

FORM {
	margin:0px;
	padding:0px;
	}

.mainNav, a.mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #55626B;
	font-weight: bold;
	text-decoration: none;
	}

a.mainNav:hover {
	color: #989898;
	}

.sInput { /* search field decoration */
	width: 120px;
	height: 18px;
	font-family: sans-serif;
	font-size: 11px;
	}
.sInputText {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
.sDate {
	width: 76px;
	height: 20px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}
.sInputLong {
	width: 300px;
	height: 18px;
	font-family: sans-serif;
	font-size: 11px;
	}
.input150 {
	width: 150px;
	height: 20px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.sButton {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}
.select {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	height: 20px;
}



/* selfads */
.adTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #55626B;
	font-weight: bold;
	}

.adTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #55626B;
	}

/* content ala text formating */
h2 { /* use this for headings */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #55626B;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	}

h1 { /* use this for big titles */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #55626B;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	}


.body { /* main body font */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 150%;
	}

ul {  /* list style */
  list-style-image:url(/img/li.gif);
	margin-top: 0px;
	margin-right: 5px;
	}

.small { /* small font for address & where needed */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #55626B;
	line-height: 150%;
	}

.foot, a.foot { /* footer text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D8DBDF;
	line-height: 150%;
	text-decoration: none;
	}

a.foot:hover { /* footer text: hover */
	color: white;
	text-decoration: underline;
	}

td.foot { /* footer text: padding from top :) */
	padding-top:17px;
	}

label:hover {
color: #666;
}