﻿/* RESET
----------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body
{
	background: #ffffff url('images/BodyBG.png') repeat-x top left;
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #444444;
}


/* LINKS   
----------------------------------------------------------*/
a
{
    color: #FC6703;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
    cursor:pointer;
}

a:hover
{
    color: #ff9622;
}

p[class="back"]
{
    margin: 10px 0px 10px 0px;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #444444;
    margin: 20px 0px 20px 0px;
    clear: both;
}

h1
{
    font-size: 2em;
    color: #ff9622;
}

h2
{
    font-size: 1.6em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.button
{
	background: transparent url('images/Button.png') no-repeat bottom right;
	padding: 2px 60px 5px 40px;
	margin: 10px 0px 0px 0px;
	color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-size: 11px;
}

.buttonlink
{
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #FC6703;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    font-size: 12px;
    cursor: pointer;
}


/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#title
{
	color: #ffffff;
    float: left;
    background: transparent url('images/TitleLeft.png') no-repeat top left;
}

#title h1
{
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 22px 20px 30px 15px;
    background: transparent url('images/TitleRight.png') no-repeat top right;
}

#logindisplay
{
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    padding-top: 10px;
}

#logindisplay a:link, #logindisplay a:visited
{
    color: #ffffff;
	text-decoration: none;
}

#logindisplay a:hover
{
    text-decoration: underline;
}

#menucontainer
{
    margin-top: 51px;
}

#main
{
	margin-top: 100px;
    margin-bottom: 30px;
	padding: 10px 30px 15px 30px;
}

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
    color: #cccccc;
    padding: 11px 0;
    text-align: center;
    font-size: 11px;
    width: 100%;
	background: #ffffff url('images/BodyBG.png') repeat-x top left;
}

input[type="submit"], input[type="button"]
{
	background: transparent url('images/Button.png') no-repeat bottom right;
	padding: 2px 60px 5px 40px;
	margin: 10px 0px 0px 0px;
	color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-size: 11px;
}

#loginstatus
{
	width: 100%;
	text-align: right;
}

#loginstatus a
{
	text-align: right; 
	color: white;
	text-align: right;
	width: 100%;
	font-size: 110%;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	float: right;
	margin: 0;
	padding: 0, 0, 0, 0;
	list-style: none;
}

ul#menu li
{
	float: left;
    background: transparent url('images/TabInactiveLeft.png') no-repeat bottom left;
}

ul#menu li a
{
	display: block;
	padding: 12px 20px 8px 15px;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url('images/TabInactiveRight.png') no-repeat bottom right;
}

ul#menu li a:hover
{
	text-decoration: underline;
}

ul#menu li.active
{
    background: transparent url('images/TabActiveLeft.png') no-repeat bottom left;
}

ul#menu li.active a
{
    background: transparent url('images/TabActiveRight.png') no-repeat bottom right;
}

table#reportProperties, table#reportProperties td
{
	border: 0px;
}

table#reportProperties input
{
	margin: 1px;
}

table#reportProperties select, table#reportProperties input[type='text'], table#reportProperties input[type='select']
{
    width: 200px;
    border: 1px solid #cccccc;
	color: #333333;
    font-size: 1.2em;
    margin-right: 10px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 0px 5px 10px;
    padding: 1em;
    border: 0px solid #ff9622;
    font-size: 90%;
}

fieldset.legend
{
    border: 1px solid #ff9622;
}

select option
{
    font-size: 80%;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
    color: #F36F08;
    padding: 3px;
    margin: 0px 0px 0px 0px;
}

fieldset p a:hover
{
	color: #000000;
}

fieldset p[class="inline"] 
{
    margin: 0px;
    padding: 0px;
    display: table-row;
}

fieldset p 
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 15px;
    display: block;
}

fieldset p[class="filter"] 
{

    margin: 3px 3px 0px 0px;
    padding: 8px 10px 0px 0px;
    display: inline;
}

fieldset p[class="field"] 
{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 0px 0px;
    display: table-cell;
}

fieldset p label[class="header"] 
{
	font-weight: 900;
	font-family: Arial;
	font-size: 110%;
}

fieldset label
{
    display: inline;
    font-weight: bold;
    margin: 5px 5px 3px 0px;
}

fieldset label.inline 
{
    display: inline;
}

fieldset select
{
    width: 200px;
    border: 1px solid #cccccc;
	color: #333333;
    font-size: 1.2em;
    margin-right: 10px;
}

input[type="text"], input[type="password"]
{
    width: 200px;
    border: 1px solid #aaaaaa;
	color: #333333;
    font-size: 1.2em;
    margin-right: 10px;
}

input[type="text"]:focus, input[type="password"]:focus
{
	background-color: #ffd09d;
    border: 1px solid #ff9622;
}

textarea
{
	display: block;
	height: 100px;
	width: 400px;
	color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1em;
    border: 1px solid #cccccc;
}

textarea:focus
{
	background-color: #ffd09d;
    border: 1px solid #ff9622;
}

/* TABLE
----------------------------------------------------------*/
table 
{
	border: solid 1px #cccccc;
	width: 100%;
}

table tr
{
	height: 20px;
}

table td
{
	padding:  0px 0px 0px 3px;   
	margin: 0px;
	border: solid 1px #cccccc;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

table thead td, table th
{
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff9622; 
	border: solid 1px #cccccc;
}

table thead
{
    font-size: 1.2em;
    font-weight: bold;
}

table th
{
	background-color: #333333;
	padding: 3px;
	text-transform: capitalize;
}

table th a
{
	color: white;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}

table td
{
	font-size: 100%;
}

table tr.row-alternate
{
	background-color: #E4E4E4; 
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: #ff0000;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
	padding: 10px 10px 10px 35px;
	margin: 10px 0;
	border: 1px solid #dfdfdf;
	color: #ff0000;
	font-weight: bold;
	background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}

.errorMessage, .warningMessage, .infoMessage
{
	padding: 10px 10px 10px 35px;
	margin: 5px 0;
	border: 1px solid #DFDFDF;
	color: #333333;
	font-weight: bold;
}

.errorMessage
{
	background: #fcf9ce url(icons/error.gif) 5px 6px no-repeat;
}

.warningMessage
{
	background: #fcf9ce url(icons/exclamation.gif) 5px 6px no-repeat;
}

.infoMessage
{
	background: #fcf9ce url(icons/info.gif) 5px 6px no-repeat;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

/* TABLE-LIST
----------------------------------------------------------*/
.table-list
{
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

.table-list th
{
    font-size: 9pt !important;
    border-bottom: 2px solid #6678B1;
    text-align: center;
}

.table-list .sort_asc
{
    background-image: url('../Content/Images/sort_asc.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.table-list .sort_desc
{
    background-image: url('../Content/Images/sort_desc.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.sgridrow_alternate:hover{ background-color:#eee !important; color:Red;}
.sgridrow:hover{ background-color:#f5f5f5 !important; color:Red;}

.table-list .gridrow_alternate
{
    background-color: #eee;
    height:20px;
}

.gridrow_alternate:hover {
    background-color: #fff891;
}

.gridrow:hover {
    background-color: #fff891;
}

.table-list .tr-item {
    background-color: #fff;
    height: 20px;
}

/*.table-list td
{
    padding: 5px;
}*/

/* GRID PAGINATION
----------------------------------------------------------*/
.pagination
{
	background-color: #333333; 
	color: #ffffff; 
	height: 18px; 
	padding-bottom: 0px; 
	padding-left: 5px; 
	padding-right: 0px; 
	padding-top: 5px;
}

/* OTHER HTML TAGS  
----------------------------------------------------------*/
code, blockquote
{
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  background: #fafafa;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #ff9622;
}

code
{
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}

blockquote
{
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;
}

ul, ol
{
	margin: 10px 30px;
	list-style-position: inside;
}

ul
{
	list-style-type: disc;
}

ol
{
	list-style-type: decimal;
}

img
{
	border: 1px solid #dadada;
	padding: 5px;
	background: #fafafa;
}

img.float-right
{
	margin: 5px 0px 5px 15px;
	border-right: 3px solid #ff9622;
}

img.float-left
{
	margin: 5px 15px 5px 0px;
	border-left: 3px solid #ff9622;
}

.pager 
{
	margin-top: 5px;
	padding: 0px 3px 0px 3px;
	text-align: right;
}

.permissionmodule
{
	font-weight: bold; 
	margin: 5px 0px 4px 0px; 
	font-size: 120%;
	color: #000000;
	padding: 0px;
}



.SeaComplyGridButton{
    width:20px; 
    height:16px;
    border-radius:2px;
    font-size:12px;
    float:left;
    border:solid 1px #cccccc;
    margin-left:3px;
    text-align:center;
    vertical-align:central;
}

    .SeaComplyGridButton:hover {
        background-color:#ffffcc;
        cursor:pointer;
    }

.SeaComplyGridBusy {
    width: 80px;
    height: 16px;
    float: left;
    margin-left: 3px;
    text-align: center;
    vertical-align: central;
    background-image: url('../../Content/images/FadingFountain.gif');
    background-size: 80px 15px;
    overflow: hidden;
    display: none;
    align-content:center;
}

.SeaComplyColumn {
    width:100px;
}

.SeaComplyColumnShips {
    width: 140px;
}