﻿body
{
    background-color: #03305A;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body, ul, li {  
        font-size:12px;   
        font-family:Arial, Helvetica, sans-serif;  
        line-height:21px;  
        text-align:left;  
    }

.clear {
clear:both;
}

/*==============================MENU STARTS==========================================*/
/* Navigation Bar */

#menu {
    list-style: none;
    width: 833px;
    margin: 0px auto 0px auto;
    height: 43px;
    padding: 0px 20px 0px 20px;
    /* Rounded Corners */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Background color and gradients */
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    /* Borders */
    border: 1px solid #002232;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
    box-shadow: inset 0px 0px 1px #edf9ff;
}

    #menu li {
        float: left;
        text-align: center;
        position: relative;
        padding: 4px 10px 4px 10px;
        margin-right: 30px;
        margin-top: 7px;
        border: none;
    }

        #menu li:hover {
            border: 1px solid #777777;
            padding: 4px 9px 4px 9px;
            /* Background color and gradients */
            background: #F4F4F4;
            background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
            /* Rounded corners */
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
        }

        #menu li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #EEEEEE;
            display: block;
            outline: 0;
            text-decoration: none;
            text-shadow: 1px 1px 1px #000;
        }

        #menu li:hover a {
            color: #161616;
            text-shadow: 1px 1px 1px #FFFFFF;
        }

        #menu li .drop {
            padding-right: 21px;
            background: url("img/drop.png") no-repeat rightright 8px;
        }

        #menu li:hover .drop {
            background: url("img/drop.png") no-repeat rightright 7px;
        }

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em; /* Hides the drop down */
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #777777;
    border-top: none;
    /* Gradient background */
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
    /* Rounded Corners */
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {
    width: 140px;
}

.dropdown_2columns {
    width: 280px;
}

.dropdown_3columns {
    width: 420px;
}

.dropdown_4columns {
    width: 560px;
}

.dropdown_5columns {
    width: 700px;
}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
    left: -1px;
    top: auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.col_1 {
    width: 130px;
}

.col_2 {
    width: 270px;
}

.col_3 {
    width: 410px;
}

.col_4 {
    width: 550px;
}

.col_5 {
    width: 690px;
}

/* Right alignment */

#menu .menu_right {
    float: right;
    margin-right: 0px;
}

#menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
    left: auto;
    right: -1px;
    top: auto;
}

/* Drop Down Content Stylings */

#menu p, #menu h2, #menu h3, #menu ul li {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-size: 12px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#menu h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 7px 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}

#menu h3 {
    font-size: 14px;
    margin: 7px 0 14px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #888888;
}

#menu p {
    line-height: 18px;
    margin: 0 0 10px 0;
}

#menu li:hover div a {
    font-size: 12px;
    color: #015b86;
}

    #menu li:hover div a:hover {
        color: #029feb;
    }

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.imgshadow {
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.img_left { /* Image sticks to the left */
    width: auto;
    float: left;
    margin: 5px 15px 5px 5px;
}

#menu li .black_box {
    background-color: #333333;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px;
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* Shadow */
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

    #menu li ul li {
        font-size: 12px;
        line-height: 24px;
        position: relative;
        text-shadow: 1px 1px 1px #ffffff;
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        width: 130px;
    }

        #menu li ul li:hover {
            background: none;
            border: none;
            padding: 0;
            margin: 0;
        }

#menu li .greybox li {
    background: #F4F4F4;
    border: 1px solid #bbbbbb;
    margin: 0px 0px 4px 0px;
    padding: 4px 6px 4px 6px;
    width: 116px;
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #menu li .greybox li:hover {
        background: #ffffff;
        border: 1px solid #aaaaaa;
        padding: 4px 6px 4px 6px;
        margin: 0px 0px 4px 0px;
    }
/*==============================MENU END==========================================*/
/*==============================CSS MENU START====================================*/
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu {
  border: 1px solid #061b2e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 873px;
  margin:0 auto;
}
#cssmenu ul {
  zoom: 1;
  background: #1769b6;
  background: -moz-linear-gradient(top, #1769b6 0%, #114f89 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1769b6), color-stop(100%, #114f89));
  background: -webkit-linear-gradient(top, #1769b6 0%, #114f89 100%);
  background: -o-linear-gradient(top, #1769b6 0%, #114f89 100%);
  background: -ms-linear-gradient(top, #1769b6 0%, #114f89 100%);
  background: linear-gradient(top, #1769b6 0%, #114f89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#cssmenu li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
}
#cssmenu li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1769b6;
}
#cssmenu li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #0b355c;
  border: 1px solid #061b2e;
  -moz-box-shadow: inset 0 5px 10px #061b2e;
  -webkit-box-shadow: inset 0 5px 10px #061b2e;
  box-shadow: inset 0 5px 10px #061b2e;
}
#cssmenu li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1769b6;
}
#cssmenu li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #0b355c;
  border: 1px solid #061b2e;
  -moz-box-shadow: inset 0 5px 10px #061b2e;
  -webkit-box-shadow: inset 0 5px 10px #061b2e;
  box-shadow: inset 0 5px 10px #061b2e;
}
/*==============================CSS MENU END======================================*/
.MasterHeader {
    width:869px;margin:0 auto 0 auto;
}

.MasterContainer {
    width: 833px;
    min-height: 500px;
    margin: 0 auto 0 auto;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
}

.MasterFooter {
height:82px;text-align:center;margin-bottom:-3px;
}
.MasterFooter img{
margin-bottom:-5px;
}

.MasterContainerTitleBar {
    background: url(../images/title_bar_mid.jpg);
    height: 30px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    text-align: left;
    color: white;
    padding: 7px 0 0 13px;
    margin-bottom: 20px;
    font-weight:bold;
}

.LeftContentDiv
{
    width: 150px;
    float: left;
    text-align: right;
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2D2D2D;
    margin: 2px 10px 10px 10px;
}

.RightContentDiv
{
    width: 660px;
    float: left;
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #3C3C3C;
    margin: 0 0 10px 0;
}

.RightContentDiv input[type="text"],[type="password"].TextBoxMedium, .TextBoxMedium
{
    background: #F4F4F4;
    width: 350px;
    height: 22px;
    color: #2D2D2D;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;margin-right:5px;
    font-size:12px;
}

.RightContentDiv textarea
{
    background: #F4F4F4;
    width: 350px;
    height: 50px;
    color: #2D2D2D;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;margin-right:5px;
    font-size:12px;
}

.RightContentDiv select
{
    background: #F4F4F4;
    width: 356px;
    height: 28px;
    color: #2D2D2D;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;margin-right:5px;
    font-size:12px;
}

.RightContentDiv input[type="file"]
{
    background: #F4F4F4;
    width: 349px;
    height: 22px;
    color: #2D2D2D;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;margin-right:5px;
    font-size:12px;
}

.RightContentDiv span
{
    color: red !important;
}

.failureNotification
{
    font-size: 12px;color: Red;font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

input[type="password"].TextBoxLarge, .TextBoxLarge
{
    background:#F4F4F4;
	width: 97%;
	height:25px;
	color : #2D2D2D;
	border:1px solid #CBCBCB;
	border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding:5px;
    font-size: 12px;
}
textarea.TextBoxLarge
{
    background:#F4F4F4;
	width: 485px;
	height:45px;
	color : #2D2D2D;
	border:1px solid #CBCBCB;
	border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding:5px;
    font-size:12px;
}
.TextBoxLargeDDL
{
    background:#F4F4F4;
	width: 463px;
	height:37px;
	color : #2D2D2D;
	border:1px solid #CBCBCB;
	border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding:8px 5px 8px 5px;
    font-size: 12px;
}
.TextBoxMediumDDL
{
    background:#FFFFFF;
	width: 231px;
	height:28px;
	color : #2D2D2D;
	border:1px solid #CBCBCB;
	border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding:2px 1px 2px 1px;
    font-size: 12px;
}
input[type="password"].TextBoxMedium, .TextBoxMedium
{
    background:#ffffff;
	width: 225px;
	height:20px;
	color : #2D2D2D;
	border:1px solid #CBCBCB;
	border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding:2px;
    margin-top:-3px;
    font-size: 12px;
}
textarea.TextAreaMedium, .TextAreaMedium
{
    background:#ffffff;
	width: 225px;
	height:60px;
	color : #2D2D2D;
	border:1px solid #CBCBCB;
	border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding:2px;
    margin-top:-3px;
    font-size:12px;
}
input[type="password"].TextBoxLargeShadow, .TextBoxLargeShadow
{
    background:#F4F4F4;
	width: 450px;
	height:25px;
	color : #2D2D2D;
	border:1px solid #CBCBCB;
	border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding:5px;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    font-size: 12px;
}

.DefaultButtons {
-moz-box-shadow: 0px 0px 0px 0px #000000;
-webkit-box-shadow: 0px 0px 0px 0px #000000;
box-shadow: 0px 0px 0px 0px #000000;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #c7c7c7) );
background:-moz-linear-gradient( center top, #f0f0f0 5%, #c7c7c7 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#c7c7c7');
background-color:#f0f0f0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #b8b8b8;
display:inline-block;
color:#666666 !important;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
font-weight:normal;
padding:3px 9px;
text-decoration:none;
text-shadow:0px 0px 10px #ffffff;
text-align:center;
}.DefaultButtons:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c7c7c7), color-stop(1, #f0f0f0) );
background:-moz-linear-gradient( center top, #c7c7c7 5%, #f0f0f0 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#f0f0f0');
background-color:#c7c7c7;
}.DefaultButtons:active {
position:relative;
top:1px;
}
 
.ProgressBarBackground
{
background: url("../images/overlay.png") repeat scroll left top transparent;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index:100001;
}

.ProgressBarImage
{
background-color: transparent;
position: fixed;
left: 50%;
top: 50%;
margin-top: -24px; /* make this half your image/element height */
margin-left: -24px; /* make this half your image/element width */
}

.NormalText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    }

.WhiteSmallHeading
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: normal;
}

.DarkGraySmallHeading
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #2D2D2D;
    font-weight: normal;
}
/* Style for overlay and box */
.overlay
{
    background: transparent url(../images/overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10001;
}
.overlayViewer
{
    background: transparent url(../images/overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10001;
}
.box
{
    position: fixed;
    top: -400px;
    left: 30%;
    right: 30%;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 1px solid #3C3C3C;
    border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    z-index: 10005;
}
.box h1
{
    border-bottom: 1px dashed #7F7F7F;
    margin: -20px -20px 0px -20px;
    padding: 10px;
    background-color: #D2D2D2;
    color: #5A5A5A;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}
a.boxclose
{
    float: right;
    width: 26px;
    height: 26px;
    background: transparent url(../images/cancel.png) repeat top left;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
}
a.boxcloseViewer
{
    float: right;
    width: 26px;
    height: 26px;
    background: transparent url(../images/cancel.png) repeat top left;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
}
.boxP1
{
    font-size: 12px; 
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color : #2D2D2D;
    margin:10px 0 0 0;
}
.boxP3
{
    text-align:right;
}
.boxP3DivLeft
{
    width:350px;
     float:left;
     text-align:left;
}
.boxP3DivRight
{
    width:90px;
     float:right;
}
.boxSaveButtonMid
{
    padding-top:20px;
    width:100%;
    text-align:center;
}
/* Style for overlay and box ends*/
.mainLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A:active {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A:link {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.menu:link {
	COLOR: #000000; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	Font-weight: normal;
}
A.menu:visited {
	COLOR: #000000; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	Font-weight: normal;
}
A.menu:active {
	COLOR: #000000; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	Font-weight: normal;
}
A.menu:hover {
	COLOR: #990000; 
	FONT-SIZE: 11px; 
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	Font-weight: normal;
}

/*Login PopUp - Box Start*/

#container {
    background-color:gray;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99;
    opacity:0.6;
    visibility:hidden;
}

#LoginBox {
      display:none; /* Hide the DIV */
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6 */  
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url('../images/login-box-backg.png') no-repeat left top;
     left: 50%;
    top: 50%;
    z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left:-243px; 
    margin-top:-205px;  
}

#LoginBox img {
	border:none;
}

#LoginBox h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


#LoginBox .login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 11px 10px 0 0;
	margin:0 0 7px 0;
}

#LoginBox .login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

#LoginBox .login-button {
  background: #5897e8;
  background-image: -webkit-linear-gradient(top, #5897e8, #427bbd);
  background-image: -moz-linear-gradient(top, #5897e8, #427bbd);
  background-image: -ms-linear-gradient(top, #5897e8, #427bbd);
  background-image: -o-linear-gradient(top, #5897e8, #427bbd);
  background-image: linear-gradient(to bottom, #5897e8, #427bbd);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 0px 0px 2px #000000;
  -webkit-box-shadow: 1px 1px 2px #000000;
  -moz-box-shadow: 1px 1px 2px #000000;
  box-shadow: 1px 1px 2px #000000;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
  font-weight:bold;
  margin-left:10px;
}

#LoginBox .login-button:hover {
  background: #427bbd;
  background-image: -webkit-linear-gradient(top, #427bbd, #5897e8);
  background-image: -moz-linear-gradient(top, #427bbd, #5897e8);
  background-image: -ms-linear-gradient(top, #427bbd, #5897e8);
  background-image: -o-linear-gradient(top, #427bbd, #5897e8);
  background-image: linear-gradient(to bottom, #427bbd, #5897e8);
  text-decoration: none;
}

#LoginBox .margin-left-90 {
    margin-left:90px;
}
/*Login PopUp-Box Ends*/
/* Style for overlay and box */
.overlay {
    background: transparent url(images/overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10003;
}

.overlayViewer {
    background: transparent url(images/overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10003;
}

.box {
    position: fixed;
    top: -400px;
    left: 30%;
    right: 30%;
    background-color: #fff;
    color: #7F7F7F;
    padding: 20px;
    border: 1px solid #3C3C3C;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    z-index: 10005;
    font-family: Arial, Helvetica, sans-serif;
}

    .box h1 {
        border-bottom: 1px dashed #7F7F7F;
        margin: -20px -20px 0px -20px;
        padding: 10px;
        background-color: #D2D2D2;
        color: #5A5A5A;
        -moz-border-radius: 20px 20px 0px 0px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -khtml-border-top-left-radius: 20px;
        -khtml-border-top-right-radius: 20px;
    }

    .box h2 {
        border-bottom: 1px dashed #7F7F7F;
        margin: -20px -20px 0px -20px;
        padding: 10px;
        background-color: #D2D2D2;
        color: #5A5A5A;
        -moz-border-radius: 20px 20px 0px 0px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -khtml-border-top-left-radius: 20px;
        -khtml-border-top-right-radius: 20px;
    }

    .box p {
        font-size: 13px;
    }

a.boxclose {
    float: right;
    width: 26px;
    height: 26px;
    background: transparent url(../images/cancel.png) repeat top left;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
}

a.boxcloseViewer {
    float: right;
    width: 26px;
    height: 26px;
    background: transparent url(../images/cancel.png) repeat top left;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
}

.boxP1 {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2D2D2D;
    margin: 10px 0 0 0;
}

.boxP3 {
    text-align: right;
}

.boxP3DivLeft {
    width: 350px;
    float: left;
    text-align: left;
}

.boxP3DivRight {
    width: 90px;
    float: right;
}

.boxSaveButtonMid {
    padding-top: 20px;
    width: 100%;
    text-align: center;
}
/* Style for overlay and box ends*/

/* Style for Shiplocator Top Menu starts*/
.ShipLocatorTopMenu {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ) !important;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf') !important;
	background-color:#ededed !important;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #dcdcdc !important;
	display:inline-block;
	color:#525252 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
    margin-right:5px;
}
.ShipLocatorTopMenu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ) !important;
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed') !important;
	background-color:#dfdfdf !important;
}.ShipLocatorTopMenu:active {
	position:relative;
	top:1px;
}
 .ShipLocatorTopMenu.active {
	-moz-box-shadow:inset 0px 0px 6px 0px #9e9e9e !important;
	-webkit-box-shadow:inset 0px 0px 6px 0px #9e9e9e !important;
	box-shadow:inset 0px 0px 6px 0px #9e9e9e !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e3e3e3), color-stop(1, #c7c7c7) ) !important;
	background:-moz-linear-gradient( center top, #e3e3e3 5%, #c7c7c7 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#c7c7c7') !important;
	background-color:#e3e3e3 !important;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #8c8c8c !important;
	display:inline-block;
	color:#525252 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
    margin-right:5px;
}
/* Style for Shiplocator Top Menu ends*/
/* Style for Shiplocator Nested Menu starts*/
.ShipLocatorNestedMenu {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ) !important;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf') !important;
	background-color:#ededed !important;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #dcdcdc !important;
	display:inline-block;
	color:#525252 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
    margin-right:5px;
    margin-top:10px;
}
.ShipLocatorTopNestedMenu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ) !important;
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed') !important;
	background-color:#dfdfdf !important;
}.ShipLocatorNestedMenu:active {
	position:relative;
	top:1px;
}
 .ShipLocatorNestedMenu.active {
	-moz-box-shadow:inset 0px 0px 6px 0px #9e9e9e !important;
	-webkit-box-shadow:inset 0px 0px 6px 0px #9e9e9e !important;
	box-shadow:inset 0px 0px 6px 0px #9e9e9e !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e3e3e3), color-stop(1, #c7c7c7) ) !important;
	background:-moz-linear-gradient( center top, #e3e3e3 5%, #c7c7c7 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#c7c7c7') !important;
	background-color:#e3e3e3 !important;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #8c8c8c !important;
	display:inline-block;
	color:#525252 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
    margin-right:5px;
    margin-top:10px;
}
/* Style for Shiplocator Nested Menu ends*/
#ShiplocatorContainer {
clear:both;
}
#ShiplocatorMenu #Menu {
width:400px;
float:left;
}
#ShiplocatorMenu #Date {
width:400px;
float:right;
text-align:right;
padding-top:17px;
font-size:14px;
font-weight:bold;
}
#ShiplocatorContainer #CruiseLines {
width:260px;
float:left;
text-align:left;
}
#ShiplocatorContainer #CruiseShips {
width:260px;
float:left;
text-align:left;
}
#ShiplocatorContainer #OtherInfo,#ShiplocatorContainer #ctl00_cphBody_OtherInfo {
width:310px;
float:right;
text-align:left;
}
#ShiplocatorContainer #CruiseShipsOtherInfo {
width:653px;
float:left;
text-align:left;
}
#ShiplocatorContainer #PortFilters {
width:260px;
float:left;
text-align:left;
}
#ShiplocatorContainer #Ports {
width:260px;
float:left;
text-align:left;
}
#ShiplocatorContainer #ShipsInPort {
width:160px;
float:left;
}
#ShiplocatorContainer #DateSelection {
width:120px;
float:right;
padding-right:10px;
}
#OtherInfo .LeftColumn,#OtherInformation .LeftColumn,#ctl00_cphBody_OtherInfo .LeftColumn,#ctl00_cphBody_OtherInformation .LeftColumn {
width:150px;
float:left;
text-align:left;
}
#OtherInfo .RightColumn,#OtherInformation .RightColumn,#ctl00_cphBody_OtherInfo .RightColumn,#ctl00_cphBody_OtherInformation .RightColumn {
width:150px;
float:left;
text-align:right;
}
#ShiplocatorContainer #MoreShipDetail {
    padding-top:15px;
    clear:both;
}
#ShiplocatorContainer #CruiseItinerary {
    padding-top:30px;
}
#BottomFooter {
    background-color:#1C70B4;
   clear:both;
    font-weight:bold;
    font-style:italic;
    color:white;
    margin-top:20px;
    padding:5px;
}
.PointerCursor {
cursor:pointer;
}

#CruiseContainer #OtherInformation,#CruiseContainer #ctl00_cphBody_OtherInformation {
width:310px;
float:left;
text-align:left;
}
#CruiseContainer #CruiseItinerary {
width:260px;
float:left;
text-align:left;
}
#CruiseContainer #OtherShipsInPort,#CruiseContainer #ctl00_cphBody_OtherShipsInPort {
width:260px;
float:left;
text-align:left;
}
/*	DDGridView/DDListView	*/
.GridRoundedCorners {
    border: 1px solid #dbddff;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            overflow: hidden;
            -webkit-box-shadow: 0px 0px 8px 0px rgba(62, 50, 50, 0.85);
-moz-box-shadow:    0px 0px 8px 0px rgba(62, 50, 50, 0.85);
box-shadow:         0px 0px 8px 0px rgba(62, 50, 50, 0.85);
}
table.DDGridView, table.DDListView
{
	border:solid 1px #dbddff;
}

table.DDGridView .th, table.DDListView .th
{
	/*background: url(../images/header_back.gif) repeat-x;*/
   background: #1e5799; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 55%, #2989d8 100%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(55%,#207cca), color-stop(100%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 55%,#2989d8 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#207cca 55%,#2989d8 100%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 55%,#2989d8 100%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#207cca 55%,#2989d8 100%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */

	text-align: left;
	font-size: 1em;
	border:solid 1px #dbddff;
}

table.DDGridView .th a, table.DDListView .th a
{
	color: #666;
	text-decoration: none;
}


/*apple like searchbox */
#SearchBox #txtSearch{
    background: url(../images/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#SearchBox #txtSearch:focus {
    background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }