﻿body {
	margin: 0px 0px 0px 0px;
	min-width: 893px;
}

/* These are here because IE was written by morons */
td {
	font-family: Tahoma;
	font-size: 11px;
}

th 	{
	font-family: Tahoma;
	font-size: 11px;
}


div#navout {
	background-color: #ffffff;
	width: 100%; 
	height: 35px; 
	border-bottom: solid 2px #f0f3f6;
	padding-bottom: 1px;
}

div#navin {
	text-align: center;
	width: 100%;
	height: 30px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: solid 1px #f0f3f6;
}

div#navcenter {
	margin-left: auto; 
	margin-right: auto; 
	width: 900px;
	border-left: solid 2px #f0f3f6;
	height: 29px;
}

div.navbtn {
	cursor: pointer;
	color: #0c6375;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	border-right: solid 2px #f0f3f6;
	float: left;
	padding: 7px 10px 8px 10px;
	background-color: #FFFFFF;
}

div.dead 
{
	cursor: default;
	color: #CCCCCC;
}

div.navbtnsub {
	border-right: solid 0px #ffffff;
	border-top: solid 2px #f0f3f6;
	float: none;
}

div#header {
	text-align: center;
}

div.input_medium_div {
	background-image: url('/images/generic/input_text_medium.jpg'); 
	width: 246px; 
	height: 19px; 
	position: relative; 
}

.inputText_medium {
	background-color: Transparent; 
	border: none; 
	font-family: Tahoma; 
	font-size: 10px; 
	color: #909090; 
	margin-bottom: 2px; 
	margin-left: 4px; 
	width: 236px;
}

a {
	text-decoration: none;
	color: #c69000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.defaultContent {
	font-family: Tahoma;
	font-size: 11px;
}

img.headerimg {
	border: none;
}

a.headerButton {
	float: right;
	display: block;
	height: 103px;
	width: 84px;
}

a:hover.headerButton img {
	visibility: hidden;
}

a.login {
	background: url("/images/generic/header_Login_Over.jpg") 0 0 no-repeat;
}

a.register {
	background: url("/images/generic/header_Register_Over.jpg") 0 0 no-repeat;
}

a.settings {
	background: url("/images/generic/header_Settings_Over.jpg") 0 0 no-repeat;
}

a.logout {
	background: url("/images/generic/header_Logout_Over.jpg") 0 0 no-repeat;
}

a.watchlist {
	background: url("/images/generic/header_Watchlist_Over.jpg") 0 0 no-repeat;
}

a.smallButton {
	height: 41px;
	width: 147px;
	display: block;
}

a:hover.smallButton img {
	visibility: hidden;
}

a.addModel {
	background: url("/images/watchlist/add_over.jpg") 0 0 no-repeat;
}

a.removeModel {
	background: url("/images/watchlist/remove_over.jpg") 0 0 no-repeat;
}

/* ==============
 *	ERROR DIV CSS
 * ============== 
 */
div.errorEmpty {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

div.error {
	vertical-align: middle;
	height: 36px;
	padding-left: 5px;
	background-color: #FF0000;
	text-align: left;
}

div.success {
	background-color: #00F000;
}

span.errorText {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: 7px;
}

span.warningText {
	color: #000000;
}

div.info {
	background-color: #004EFF;
}

div.warning {
	background-color: #FFFE91;
} 

img.errorClose {
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	cursor: pointer;
}

img.errorIcon {
	display: block;
	float: left;
}
	
/* ====================================
 *  INHERITING PAGE'S PRIMARY BLOCK CSS
 * ====================================
 */

div.pageTop {
	text-align: left;
	height: 40px; 
	background-image: url('/images/generic/page_Top.jpg');
} 

div.pageStretch {
	background-image: url('/images/generic/page_Stretch.jpg'); 
	background-repeat: repeat-y;
}

div.pageBottom {
	background-image: url('/images/generic/page_Bottom.jpg'); 
	background-repeat: no-repeat; 
	height: 14px;
}

span.pageTitle {
	text-align: left;
	font-family: Tahoma; 
	font-size: 14px; 
	font-weight: bold; 
	color: #515151; 
	position: relative; 
	top: 11px; 
	left: 15px;
}

img.pageIcon {
	float: right; 
	margin-right: 20px; 
	margin-top: 15px;
}

div.contentHeader {
	background-color: #f7f9fa;
	width: 100%;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #515151;
	padding-top: 5px;
	padding-bottom: 5px;

}

span.contentHeader {
	padding-left: 5px;
}

div.content {
	font-family: Tahoma;
	font-size: 11px;
}

div.indentContent {
	padding-left: 15px; 
	width: 659px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

div.pageContent {
	padding: 10px 20px 15px 20px
}