/* mango.css, main CSS for mangocam.
   For styling of image slider on index.php see orbit-1.2.3.css */
   
/* Main HTML Styling */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

body {
	background: #005FA0;
	padding: 0;
	margin: 0;
	border: 0;
	background: #EEEEEE;
	height: 100%;
	line-height:1.3;
	font-size:90%;
	color:#222;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

#left_block {
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left:1px
}

#right_block {
    text-align: center;
    padding-top: 10px;
    position: absolute;
    right:1px
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#111;
}

h1 {
	font-size:2em;
	line-height:1;
	margin-bottom:0.5em;
}

h2 {
	font-size:1.6em;
	font-weight: bold;
	margin-bottom:0.75em;
}

h3 {
	font-size:1.4em;
	line-height:1;
	margin-bottom:1em;
	margin-left:1em;
}

h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	margin-left:1em;
}

h5 {
	font-size:1em;
	font-weight:700;
	margin-bottom:1.5em;
}

h6 {
	font-size:1em;
	font-weight:700;
}

p,dl {
	margin:0 0 1.5em;
}

ul,ol {
	padding-left:3.333em;
	margin:0 1.5em 1.5em 0;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

a:visited {color:#005FA0; }
a:link {color:#005FA0; }

/* links
a:visited {color:#333333; text-decoration: none; font-weight: bold; }
a:link {color:#000000; text-decoration: none; font-weight: bold; }
*/

/* Page setup, containers and warppers for positioning content */

#background {
	background: #EEEEEE;
}

#container {
	background: #005787;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	height: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 1020px;
	height: 100%;
	padding-bottom: 60px;
	background: #fff;
	/* Gradient border */
	-moz-box-shadow: 0px 0px 7px 2px #a6a6a6;
	-webkit-box-shadow: 0px 0px 7px 2px #a6a6a6;
	box-shadow: 0px 0px 7px 2px #a6a6a6;
        min-height: 600px;
}

#content  {
	padding: 10px;
}


/* Header */

#headerWrapper {
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	height: 74px;
	border-bottom: 2px solid #33B5E5;
	background: #005787;
	z-index: 99;
	min-width: 1020px;
}
	
#header {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	height: 74px;
	z-index: 100;
}

/* Logo Positioning */

#header img {
	padding-left: 24px;
	padding-top: 13px;
}

/* For login and registration buttons */

#headerAd {
        float: right; */
        margin: 10px;
        display: inline;
        padding-top: 10px;
        height: 40px;
        width: auto;
        }

#headerNav {
	float: right;
	margin: 30px;
	display: block;
	height: 20px;
	width: auto;
	}

.headerMenu {
	margin: 20;
	width: 100%;
	height: auto;
	font-family: Helvetica;
	font-weight: bold;
	color: #fff;
}

.headerMenu ul {
	margin: 0;
	padding: 0;
	float: left;
}

.headerMenu ul li {
	display: inline;
	}
	
.headerMenu  ul li a {
	text-decoration: none;
	padding: 10px 11px;
}

li#login a {
	padding: 5px 10px;
	background: #ffb931;
	color: #3D3D3D;
	border: 1px solid #ffb931;
	-webkit-border-radius: 6px;
}

li#login a:hover {
	color: black;
	background: #ff8a02;
	border: 1px solid white;
	background: #ffb931; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb931 0%, #ff8a02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb931), color-stop(100%,#ff8a02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb931 0%,#ff8a02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb931 0%,#ff8a02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb931 0%,#ff8a02 100%); /* IE10+ */
	background: linear-gradient(top, #ffb931 0%,#ff8a02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb931', endColorstr='#ff8a02',GradientType=0 ); /* IE6-9 */
}

li#register a {
	color: #fff;
}

li#register a:hover {
	color: #ff8a02;
	}

/* Footer */

.footerWrapper {
	margin: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	border-top: 2px solid #33B5E5;
	background: #005787;
	min-width: 1020px;
}

#footer {
	padding-top: 20px;
	color: white;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	z-index: 100;
	height: 200px;
	
}

#footer ul {
	list-style: none;
	padding: 0;
	float: right;
	margin: 20px;
}

#footer ul li {
}

#footer ul li a {
	text-decoration: none;
	color: #DDDDDD;
}


#footer ul li a:hover {
	color: white;
	
}

#footer img {
	
	float: right;
	margin: 20px;
	}

#footer p {
	font-size: 75%;
	margin: 20px;
	}

#footer h1 {
	margin-bottom: 5px;
	font-size: 16px;
	color: white;
	}

/* Main Navigation Menu */

.menu {
	margin: 0;
	width: 100%;
	height: 38px;
	background: #fff;
	border-bottom: 2px solid #0099cc;
	font-family: Helvetica;
	font-weight: bold;
	padding-top: 2px;
}

.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	float: left;
	text-decoration: none;
	color: #333;
	padding: 13px 11px 2px 11px;
	background: #fff;
}

.menu ul li a:visited {
	color: #000;
}

.menu ul li a:hover {
	color: #33B5E5;
	border-bottom: 5px solid #33B5E5;
}

.menu ul li a:active{
	color: #33B5E5;
	border-bottom: 5px solid #33B5E5;
}

 li.active a {
	background: #fff;
	border-bottom: 5px solid #0099cc;
}

/* Submenu Specific Alterations */

.submenu .menu {
	border-bottom: 0;
}

.submenu ul li a {
	padding: 5px 10px 5px 10px;
	}

.submenu ul li a:hover {
	background: #eee;
	border: 0;
	}
.submenu li.active a {
	color: #333333;
	background: #cbe3ec;
	border-bottom: 0;
	}

#infoMenu {
	padding-top: 0px;
	width: 100%;
}

/* Tables */

table {
	margin: 0px;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
        border-style: solid;
        border-width: 0px;
	}

th {
	/* font-weight: bold; */
	font-size: 14px;
	background: #005FA0;
	border: 0;
	padding: 4px 4px;
	text-align: left;
	color: white;
        border-style: solid;
        border-width: 1px;
}

td {
	padding: 4px 8px;
}

.newtable tbody tr:hover td {
	background: #cbe3ec;
	color: #000;
}

.viewtable tbody tr td {
        vertical-align: top;
        color: #000;
        border-width: 0px;
        border-style: none;
}

.viewtable table thead tbody tr td {
        border-width: 0px;
        border-style: none;
}

/* Index Page Info Boxes */

.infoWrapper {
	height: 200px;
}

.inforow { 
	margin-top: 60px;
	margin-left: 20px;
	margin-right: 20px;
	width: 0 auto; 
	height: 200px; 
	background-color: #white; 
} 
.leftcont { 
	width:640px; 
	height:200px; 
	float:left; 
	background-color: #FFfFFF; 
} 
.center { 
	width:300px; 
	height:100%; 
	float:right; 
	background-color: #d9f1fa; 
	border-top: 2px solid #0099CC;
} 
.leftcol {
	width:320px; 
	height:200px; 
	float:left; 
	background-color: #d9f1fa; 
	border-top: 2px solid #0099CC;
}

.rightcol { 
	width:320px; 
	height:200px; 
	float:right; 
	background-color: #d9f1fa; 
	border-top: 2px solid #0099CC;
} 

.infoWrapper h1 {
	margin-top: -20px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.infoWrapper h2 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.infoWrapper p, h2{
	margin: 10px;
	}

/* other */

td.skinny {
width:40px;
border:0;
border-spacing:0 0;
margin:0;
padding:0;
}

td.vskinny {
width:20px;
border:0;
border-spacing:0 0;
margin:0;
padding:0;
}

th.skinny {
        font-weight: bold;
        font-size: 18px;
        background: #33B5E5;
        border: 0;
        padding: 10px 8px;
        text-align: left;
        color: white;
}

#recmenu {
background:#005FA0;
color:#eee;
border:1px solid #fff;
}

#recmenu ul {
margin:0;
padding:2px 20px 3px;
}

#recmenu ul li a {
color:#fff;
background-color:transparent;
font-size:13px;
font-weight:700;
text-decoration:none;
padding:5px 8px;
}

#rec2menu {
background:#005FA0;
color:#eee;
border:1px solid #fff;
}

#rec2menu ul {
margin:0;
padding:2px 20px 3px;
}

#rec2menu ul li a {
color:#fff;
background-color:transparent;
font-size:13px;
font-weight:700;
text-decoration:none;
padding:5px 8px;
}

#recmenu ul li, #rec2menu ul li {
display:inline;
}

table td.mask {
 border:1px solid #888888;
 border-spacing:0 0;
}

.maskedit {
border:1px solid #888888;
border-spacing:0 0;
width: 465px;
height: 349px;
/* vertical-align:center;
float:middle; */
border:0;
border-spacing:0 0;
margin:0;
padding:0;
font-size:8px;
color:#888888;
background-size: 100% auto;
background-position: top center;
background-repeat: no-repeat;
}

.maskedit td {
  padding:0;
}

/* buttons */

.bluebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fa0), color-stop(1, #256199) );
	background:-moz-linear-gradient( center top, #005fa0 5%, #256199 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#005fa0', endColorstr='#256199');
	background-color:#07151f;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1a3b66;
	display:inline-block;
	color:#dde3eb;
	font-family:arial;
	font-size:15px;
	/* font-weight:bold; */
	padding:1px 16px;
	text-decoration:none;
        min-width: 60px;
	text-shadow:1px 1px 0px #123354;
}.bluebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #256199), color-stop(1, #07151f) );
	background:-moz-linear-gradient( center top, #256199 5%, #07151f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#256199', endColorstr='#07151f');
	background-color:#256199;
}.bluebutton:active {
	position:relative;
	top:1px;
        left:1px;
}

a.blubutton:visited {color:#fff; }
a.blubutton:link {color:#fff; }

.blubutton {
        -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
        -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
        box-shadow:inset 0px 1px 0px 0px #bee2f9;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fa0), color-stop(1, #256199) );
        background:-moz-linear-gradient( center top, #005fa0 5%, #256199 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#005fa0', endColorstr='#256199');
        background-color:#07151f;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        border:1px solid #1a3b66;
        display:inline-block;
        color:#dde3eb;
        font-family:arial;
        font-size:14px;
        /* font-weight:bold; */
        padding:1px 10px;
        text-decoration:none;
        min-width: 58px;
        text-shadow:1px 1px 0px #123354;
}.blubutton:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #256199), color-stop(1, #07151f) );
        background:-moz-linear-gradient( center top, #256199 5%, #07151f 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#256199', endColorstr='#07151f');
        background-color:#256199;
}.blubutton:active {
        position:relative;
        top:1px;
        left:1px;
}

a.blubutton:visited {color:#fff; }
a.blubutton:link {color:#fff; }


.tablebutton {
/*        -moz-box-shadow:inset 0px 1px 0px 0px #888888;
        -webkit-box-shadow:inset 0px 1px 0px 0px #888888;
        box-shadow:inset 0px 1px 0px 0px #888888; */
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #cccccc) );
        background:-moz-linear-gradient( center top, #eeeeee 5%, #cccccc 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
        background-color:#dddddd;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        border:1px solid #666666;
        display:inline-block;
        color:#000000;
        font-family:arial;
        font-size:13px;
        padding:2px 6px;
        text-decoration:none;
        max-width: 60px;
        min-width: 60px;
        /*max-height: 22px; */
        /* text-shadow:1px 1px 0px #aaaaaa; */
}.tablebutton:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #256199), color-stop(1, #07151f) );
        background:-moz-linear-gradient( center top, #256199 5%, #07151f 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#256199', endColorstr='#07151f');
        background-color:#256199;
        color:#ffffff;
}.tablebutton:active {
        position:relative;
        top:1px;
        left:1px;
}

.orangebutton1 {
	background-color:#f27f2f;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:2px 5px;
        min-width: 58px;
	text-decoration:none;
}
.orangebutton1:hover {
	background-color:#f37520;
}
.orangebutton1:active {
	position:relative;
	top:1px;
}


.bluebutton1 {
	background-color:#0096cc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 5px;
        min-width: 66px;
	text-decoration:none;
}
.bluebutton1:hover {
	background-color:#0088bb;
}
.bluebutton1:active {
	position:relative;
	top:1px;
}
