/* CSS Document */
/* custom jquery mobile class */
html head + body .ui-btn.ui-input-btn{
background: #38c;  
color: #FFFFFF;
}
html head + body .ui-btn.ui-input-btn:hover{
background: #39c;  
color: #FFFFFF;
text-shadow: none;
}
label.ui-btn {
    font-weight: 400;
}
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    font-weight: 400;
}
.ui-page-theme-a .ui-btn {
    text-shadow: none;
}
.ui-mobile-viewport, .ui-page { 
    background: #112231;
}
/* end */

body, div{
background-color: #112231;
color: #FAFAFA;
font-family:Arial;
}
.custom-table {
    border: 1px solid #eeeeee;
    width: 100%;
    max-width: 500px;
    font-weight: 400;
    background: white;
    color: black;
}
table.n2mTable {
    width: 100%;
}
table.n2mTable td {
    padding: 5px 10px;
}
.custom-span {
    background: #BCE954;
    text-align: center;
}
.custom-div {
    background: white;
    max-width: 500px;
    color: #112231;
    padding: 0px 2px 0px 2px;
}
.custom-error-div {
    background: red;
    max-width: 500px;
    color: white;
    padding: 0px 2px 0px 2px;
}
.custom-overlay{
    position:fixed;
    width:80%;
    top:70px;
    left:10%;
    right:10%;
    z-index:100;
    display:none;
}
.cutom-box{
    z-index:101;
}
a.custom-boxclose{
    float:right;
    width:14px;
    height:14px;
    background:transparent url(/net2max/host/css/images/icons-png/delete-black.png) repeat top left;
    margin-top:-4px;
    margin-right:-4px;
    cursor:pointer;
}
.custom-box h1{
    position: relative;
    top:-5px;
    padding:5px;
    background-color:red;
    color:#FFFFFF;
}
.custom-box table{
    margin:-20px -20px 0px -20px;
    padding:3px;
    background-color:#EEEEEE;
    color:#000000;
}


#wrap{
text-align:center;
margin:0 auto;
}
.header{
background-repeat:no-repeat;
text-align:center;
margin:0 auto;
}

.header p {
font-size:24px;
max-width:645px;
height:160px;
position:relative;
top:105px; 
left:95px;
text-align:left;
}

.header p span {
color:#9bd0df;
font-weight:bold;
font-style:italic
}

.header p sup {
font-size:9px;
}
.header a {
text-decoration:none;
color:#FFFFFF
}

#navigation{
background-image:url(../images/navigation.jpg);
max-width:647px;
height:58px;
text-align:center;
margin:0 auto;
}
#body{
font-size:16px;
text-align:center;
margin:0 auto;
text-shadow:#000000;
}
#body p{
padding-left:20px;
padding-right:20px;
text-indent:30px;
margin:0;
padding-top:5px;
text-align:left;
}
#body img {
border:#FFFFFF 7px solid;
text-align:center;
margin-left:15px;
}
#body h1{
font-family: Trebuchet MS;
font-size:18px;
text-align:left;
padding-left:20px;
margin:0;
padding-top:5px;
padding-bottom:5px;
}
#footer{
font-family: Trebuchet MS;
font-size:12px;
padding-top:10px;
background-image:url(../images/footer.jpg);
height:46px;
text-align:center;
margin:0 auto;
color: #000;
}

#footer a{
    color: #66f;
    cursor: pointer;
}
#footer a:hover{
    color: #fff;
}
  
.glossymenu{
	position: relative;
	padding-right:20px;
	padding-left:20px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	padding-top:10px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

a {
	color:#FFF;
}

#form1 div{
    margin: 0;
}
#wrap img{
    width: 150px;
}

tr.odd{
    background-color: white;
    color: #112231;
}
tr.even{
    background-color: whitesmoke;
    color: #112231;
}
tr.n2mTableHeader{
    background-color: gray;
    color: white;    
}