/* 
    TAGS
	
	html, body, #content_container, #content {height: 100%;}
*/


body {
	background-color: #002735;
	background-image: url(../../images/master/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
	margin: 0 0;
	padding: 0 0 0 0;
}

img{
	border: 0;
}

a {
	color:       #7dd0c9;
	font-size:   11px;
	font-weight: normal;
	text-decoration:none;
}

a:hover {
	color:       #8ee0da;
	font-size:   11px;
	font-weight: normal;
	text-decoration:none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	float: left;
	margin: 0 15px;
}

h3 {
	padding-left:30px;
}


/*
	LAYOUT
*/

#container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
#header_container {
	width: 100%;
	height: 136px;
	background: #FFFFFF;
	text-align: center;
}
#header {
	width: 947px;
	padding: 10px 0 10px 0;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
}
#menu_container {
	width: 100%;
	height: 30px;
	background: #D4CD9F;
	background-image: url(../images/menubg.gif);
	text-align: center;
}
#menu {
	width: 800px;
	padding: 8px 0 5px 0;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#content_container {
	width: 100%;
	text-align: center;
}
#content {
	width: 950px;
	min-height: 700px;
	padding: 40px 20px 0 20px;
	background: url(../images/bg.png) repeat-y;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

/*  
    CONTACTS TABLES IN ADMIN
*/
.admintable td{
	border-top: 5px solid #fff;
	padding:0 0 0 0px;
	border-left:none;
	border-bottom:none;
	padding-left:3px;
	
	background: #F7F5f5;
	padding: 2px 5px 2px 5px;
}
.admintable {
	table-layout:fixed;
	border-left:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	background: #F7F5f5;
	padding: 0px 3px 3px 0px;
}
.admintablebut {
	text-align:center;
	color:#7ac142;
}
.admintablebut td {
	border: none; 
}
.admintablehead{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}
.admintablehead td{
	border-top:none;
	background: #04445D;
	padding: 4px 5px 4px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#admincontent{
	position:relative;
	top:36px;
	left:62px;
	width:830px;
	padding-bottom:50px;
}
.adminexport {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position:relative;
	width:530px;
	background-color:#FFFFFF;
	font-size:11px;
	table-layout:auto;
	border: 10px solid #ffffff;
	padding:0 0 0 0px;
	border-left:none;
	border-bottom:none;
	padding-left:15px;
	padding-right:7px;
}
.adminexportcontent td{
	border-top: 5px solid #fff;
	/*padding:0 0 0 0px;
	border-left:none;
	border-bottom:none;
	/*padding-left:3px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #F7F5f5;
	padding: 2px 5px 2px 5px;
}

#tablemain {
	border:1px solid white;
	border-left:none;
	border-bottom:none;
}

/*
	TYPE
*/

#menu a{

	text-decoration:none;
	color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
}
#menu a:hover{
	color:#1391c1;
}
.list-sub {
	color: #aeaeae;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
}
.list-title {
	font-family: "BradleyHand ITC",Geneva, Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold;
	color: #1391c1;
}
.list-type-header {
	color: #5d666f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   13px;
	font-weight: bold;
}
.list-unit-number {
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   13px;
	font-weight: bold;
}
.list-unit-price {
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   13px;
	font-weight: bold;
}
.darkgray {
	color: #5d666f;
}

/* login page and other misc stuff */
.boldtext {
	color:       #002735;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   12px;
	font-weight: bold;
}
.inputfield {
    border:#169ed2 thin solid;
	color: #6a6a6a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding: 2px 5px 2px 5px;
	letter-spacing: 1px;
}

#logintable {
    background-color: #F5EED2;
    border: #FFFFFF solid thick;
}

#errortable {
    background-color: #FF0000;
    border: #990000 solid thin;
    color:       #ffffff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
   	font-size:   11px;
	font-weight: normal;
}

.introtext {
	color:       #002735;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   11px;
	font-weight: normal;
}

.loginbutton {
  border: 1px solid #169ed2;
  padding: 3px 20px;
  font-size: 14px;
  color: #002735;
  font-weight: bold;
  background: #FFF url(../images/button.gif) repeat-x top left;
}

#containertable {
	margin-top: 100px;
}

.form_desc {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

#textfield {
    font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	border: #169ed2 thin solid;
	background: #FFFFFF; 
	padding: 2px 5px 2px 5px;
}
.textfield {
    font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	border: #169ed2 thin solid;
	background: #FFFFFF; 
	padding: 2px 5px 2px 5px;
}
.page-title {
    font-family: "BradleyHand ITC",Geneva, Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold;
	color: #1391c1;
	padding: 0px 50px 0px 50px;
}
.form {
	padding: 0px 50px 0px 50px;
}
.form table td {

	padding-bottom: 4px;
}
.form_fineprint {
	font-size: 9px;
	color: #999999;
}
.form A {
	font-size: 11px;
}
#release {
	min-width: 500px;
	background-color: #F0F2EC;
	padding: 2px;
	margin: 4px 4px;
}
.listrowheader {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	background: #04445D; 
	padding: 4px 5px 4px 5px;
	color: #fff;
}
.listrow {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	background: #F7F5f5;
	padding: 2px 5px 2px 5px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

