﻿a:link {
        color: #1F3F69;
        text-decoration: none;
}
        
a:visited {
        color: #2B5794;
        text-decoration: none;
}
 
a:hover {
        color: #457DC9;
}
        
        
html {
        font-size: 76%;
        font-family:tahoma,verdana,arial,sans-serif;
	overflow-y: scroll;
}       

img{
        border:none;
}

body{
	font-family:tahoma,verdana,arial,sans-serif;
	margin:0px auto;
	padding:0px;
	padding-top:5px;
	width:900px;
        background-color:#235A9D;
}

textarea {
	font-family:tahoma,verdana,arial,sans-serif;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        border-color: #B5B5B5;
        background: #FFFFFF;
        margin: 0px;
}


input {
	font-family:tahoma,verdana,arial,sans-serif;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        border-color: #B5B5B5;
        background: #FFFFFF;
        margin: 0px;
	padding:2px;
}

select {
	font-family:tahoma,verdana,arial,sans-serif;
        font-size: 12px;
        border-width: 1px;
        border-style: solid;
        border-color: #B5B5B5;
        background: #FFFFFF;
        margin: 0px;
	padding:1px;
	height:22px;
	width:300px;
}



option {
	font-family:tahoma,verdana,arial,sans-serif;
        font-size: 12px;
	color: #000000;
        margin: 0px;
	height: 12px;
	padding:4px;
}

#loginbox{
		position:relative; 
		float:left; 
		width:400px; 
		left:225px; 
		top:50px; 
		border-width: 1px; 
		border-style: solid; 
		border-color: #B5B5B5;
		background-color: #F3F3F3;
		padding:25px;
		
	 }
	 
#Header{
        width:100%;
        height:141px;
	background:#B6D7FF;
        background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	border-bottom-width:0px;
}

#Contain{
	position:relative;
	float:left;
	width:100%;
        height:auto !important;
	height:375px;
	min-height:375px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#000000;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	padding-bottom:50px;
}

#Footer{
	float:left;
        width:100%;
        height:18px;
	background-color:#6EB7EB;
	border-style:solid;
	border-color:#000000;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	padding-top:3px;
	text-align:center;
	color: #0F2746;
	font-size:11px;
}


#Footer a:link {
        color: #0F2746;
        text-decoration: none;
}
        
#Footer a:visited {
        color: #0F2746;
        text-decoration: none;
}
 
#Footer a:hover {
        color: #000000;
}


.defaultTitle{
		color:#000000;
        font-size:14pt;
        font-weight:bold;
}

#defaultTitle{
	position:relative;
	float:left;
	left:35px;
	top:20px;
        width:900px;
	height:35px;
        color:#000000;
        font-size:14pt;
        font-weight:bold;
}


#defaultSubTitle{
	position:relative;
	float:left;
	left:35px;
	top:20px;
        width:900px;
	height:60px;
        color:#000000;
        font-size:10pt;
}  


#default{
	position:relative;
	left:100px;
	top: 40px;
}

#LoggedIn{
	position:relative;
	text-align: right;
	left:-20px;
	top: 10px;
}

#full{
	position:relative;
	left:10px;
	top: -10px;
}

#NavBar{
	position:relative;
	float:left;
	top:5px;
        width:882px;
	height:20px;
        color:#000000;
        font-size:9pt;
	text-align:right;
}


/*    Main Menu    */
/*    Main Menu    */
/*    Main Menu    */
/*    Main Menu    */


#menuItem{
	position:relative;
	float:left;
	left:40px;
	width: 350px;
}



#menuItemTxt{
	position:relative;
	left:60px;
	top: -30px;
	color:#262628;
        font-size:17px;
        font-weight:bold;
}

#DefTitle1{
	position:relative;
	float:left;
	left:20px;
	top:10px;
        width:60px;
	height:35px;
        color:#000000;
        font-size:14pt;
        font-weight:bold;
}

#DefTitle2{
	position:relative;
	float:left;
	left:20px;
	top:15px;
        width:300px;
	height:35px;
        color:#000000;
        font-size:14pt;
        font-weight:bold;
}


#DefSubTitle{
	position:relative;
	float:left;
	left:38px;
	top:10px;
        width:900px;
	height:45px;
        color:#000000;
        font-size:10pt;
}

#Spacer{
	position:relative;
	float:left;
	height:10px;
	width:880px;
}



#MessageBox{
	position:relative;
	float:left;
	left:150px;
	top:25px;
	width:600px;
	height:100px;
	background:#EEEEEE;
	border-width:1px;
        border-style:solid;
        border-color:#B5B5B5;
	padding:3px;
}

#MessageBoxMsg{
	position:relative;
	text-align:center;
	font-size:14px;
	top:38px;
}

#LargerMessageBox{
	position:relative;
	float:left;
	left:150px;
	top:25px;
	width:600px;
	height:175px;
	background:#EEEEEE;
	border-width:1px;
        border-style:solid;
        border-color:#B5B5B5;
	padding:3px;
}

.ImageViewAllProductsInputbt {
        font-size: 11px;
        border-width: 1px;
        border-style: solid;
        border-color: #B5B5B5;
        background: #FFFFFF;
        margin: 0px;
	height:22px;
	width:120px;
	padding-bottom:5px;
}

#ImageViewAllProductsBT{
	position:relative;
	float:left;
	left: 175px;
	top:4px;
	_top:5px;
	width:180px;
	height:30px;
}

#CheckBoxMissingImages{
	position:relative;
	float:left;
	left: 550px;
	top:-22px;
	_top:5px;
	width:180px;
	height:30px;
}


