﻿html {
    margin: 0 0 0 0;
    padding: 0;
}

img{
    border:none;
}

body{
	margin:0 0 0 0;
	/*background:url('images/header.png');*/
	text-align:center;
	font-family:Arial,sans-serif;
	font-size:12px;
	background-color:#1c668b;
}
html>body {
	text-align:-moz-center;
	text-align:-webkit-center;
}

a,td{
	font-size:12px;
}


#top-panel{
	
	background:#eeeeee;
	height:25px;
}

#top-panel a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#top-panel a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#header{
	background-color:#72d1e3;
	height:150px;
}

#header-inner{
	background:url('../Images/header.png');
	height:150px;
	width:1000px;
}
#main-content{
	/*height:50px;*/
	background-color:#fff;
}

#footer{
	width:100%;
	color:#fff;
	font-size:12px;
}

.content{
	text-align:left;
	width:1000px;
}
#main-container-inner{
	text-align:center;
    /*background-color:#dff2fc;
    border:2px solid #999;*/
    padding-left:10px;
    padding-right:10px;
}

html>body #main-container-inner{
	text-align:-webkit-center;
	text-align:-moz-center;
}

#main-container-inner input[type="text"] {
         width: 120px;
         height:20px;
    }
#main-container-inner input[type="password"] {
         width: 120px;
         height:20px;
    }
#main-container-inner select {
         width: 125px;
         height:25px;
}

#main-container-inner input[type="submit"] {
         width: 120px;
         color:#fff;
         background-color:#1c668b;
         height:40px;
         border:none;
}

#main-container-inner table{
    border-collapse:collapse;
}

.page-heading{
    font-size:16px;
    font-weight:bold;
    padding-top:4px;
    padding-bottom:4px;
}

#menu{
	height:30px;
	/*background-color:#4b9309;*/
    font-weight:bold;
    vertical-align:central;
}

.table-border td,th{
    border:1px solid #000;
    width:100px;
    text-align:left;
}

.display_box {
    width:100%;
    border:1px solid #17445a;
    padding:5px 5px 5px 5px;
    text-align:left;
	height:50px;
}

.display_box a{
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
    color:#1c668b;
}

.logo {
    float:left;
    width:50px;
    height:50px;
}

.text {
    float:right;
    width:700px;
    height:50px;
    margin-top:10px;
}

#menu ul
{
    list-style-position: inside;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

#menu li{
    list-style:none;
    float:left;
    padding-right:30px;
    padding-left:10px;
    height:17px;
    border-right:1px solid #fff;
    margin-top:8px;
}

#menu a{
    color:#fff;
    text-decoration:none;
}

table {
    border-collapse:collapse;
}

.table-header {
    background-color:#1c668b;
    color:#fff;
}

.table-row {
    background-color:#72d1e3;
    color:#000;
}
.table-sub-total {
     background-color:#8ace5c;
    color:#000;
}


/*error*/

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


#external_links
{
    width:15%;
    float:right;
    text-align:center;
}
#external_links a
{
    font-size:12px;
    color:#701314;
}

#external_links a:hover
{
    font-size:12px;
    color:#701314;
}


#popupDiv{
    position:absolute;
    width:100%;
    height:200%;
    top:0px;
    z-index:5000;
    display:none;
    background-image:url('../Images/popupBg.png');
    text-align:center;
    vertical-align:central;
}
html>body #popupDiv{
    text-align:-moz-center;
    text-align:-webkit-center;
}

input[type="button"] {
         width: 120px;
         color:#fff;
         background-color:#1c668b;
         height:25px;
         border:none;
}

#processing_box {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:5000;
    display:none;
    background-image:url('../Images/popupBg.png');
    vertical-align:central;
    text-align:center;
}

.buttonLink
{   
    width:350px;
    height:40px;
    background-color:#1c668b;
    color:#fff;
    font-weight:bold;
    display:block;
    line-height:40px;
}