/* CSS Document for hydraline*/

body {
	font-family:Arial, Helvetica, sans-serif;
}

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

input, select, option, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.asterix {
	color: #FF0000;
}

.menu_button {
	background-image: url("images/button.jpg");
	background-repeat:no-repeat;
	text-align: center;
	width: 130px;
	height: 31px;
	margin-bottom: 3px;
	vertical-align:middle;
}

.menu_item:link {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	vertical-align:middle;
	text-decoration:none;
}.menu_item:visited {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	vertical-align:middle;
	text-decoration:none;
}.menu_item:hover {
	text-align: center;
	color: #ffff66;
	font-size: 14px;
	font-weight: bold;
	vertical-align:middle;
	text-decoration:none;
}.menu_item:active {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	vertical-align:middle;
	text-decoration:none;
}
.menu_item_active {
	text-align: center;
	color: #ffff66;
	font-size: 14px;
	font-weight: bold;
	vertical-align:middle;
	text-decoration:none;
}


.tagline {
	background-image: url("images/hydraline_tagline.jpg");
	background-repeat:no-repeat;
	font-family: arial narrow;
	height: 35px;
	font-weight: bold;
	padding-left: 22px;
}

.main {
	font-size: 12px;
	line-height: 18px;
	padding-top: 27px;
	padding-left: 44px;
	padding-right: 24px;
	padding-bottom: 24px;
}

.admin {
	font-size: 12px;
	line-height: 18px;
	padding-top: 27px;
	padding-left: 44px;
	padding-right: 44px;
	padding-bottom: 27px;
	height: 320px;
}

.admin_header {
	background-color: #CCCCCC;
	background-repeat:no-repeat;
	font-family: arial narrow;
	font-weight: bold;
	padding-left: 44px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.right_panel {
	background-color: #E5E5E5;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	vertical-align: top;
}
.right_panel_link:link {
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	text-align:right;
}.right_panel_link:visited {
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	text-align:right;
}.right_panel_link:hover {
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	text-align:right;
}.right_panel_link:active {
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	text-align:right;
}

.right_panel_image{
	text-align: center;	
}

.footer {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	background-color: #BB2121;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer_link:link {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}.footer_link:visited {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}.footer_link:hover {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}.footer_link:active {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;	
	text-decoration: underline;
}

.footer_title {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.swc:link {
	color: #000000;
	font-size: 9px;
	line-height: 16px;
	text-decoration:none;
}.swc:visited {
	color: #000000;
	font-size: 9px;
	line-height: 16px;	
	text-decoration:none;
}.swc:hover {
	color: #000000;
	font-size: 9px;
	line-height: 16px;	
	text-decoration: underline;
}.swc:active {
	color: #000000;
	font-size: 9px;
	line-height: 16px;
	text-decoration:none;
}

/***********************************************************************************/

h1 {
	color: #cc3333;
	font-size: 21px;
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background-image: url("images/bullet.jpg");
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 12px;
}