body {
	background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #00274E; 
}
h1 {
	color: #00274E; 
	font-weight:bold; 
	font-size:20px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	line-height:60px;
}

/* standard classes */
.blue {	font-family: Arial, Helvetica, sans-serif; color: blue;}
.red {font-family: Arial, Helvetica, sans-serif; color: red;}
.white {font-family: Arial, Helvetica, sans-serif; color: white;}
.black {font-family: Arial, Helvetica, sans-serif; color: black;}
.maroon {font-family: Arial, Helvetica, sans-serif; color: maroon;}
.navy {font-family: Arial, Helvetica, sans-serif; color: #1F1FAB;}
.green {font-family: Arial, Helvetica, sans-serif; color: green;}
.grey {font-family: Arial, Helvetica, sans-serif; color: #737373;}
.orange {font-family: Arial, Helvetica, sans-serif; color: #06711c;}
.gold {font-family: Arial, Helvetica, sans-serif; color: #b4975a;}

.bold { font-weight: bold; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.link { text-decoration: underline; } 
.nolink { text-decoration: none; } 
.center { text-align: center;}
.left { text-align: left;}
.right { text-align: right;}
.just { text-align: justify;}

.border_all_gold { border: 1px solid #b4975a; padding: 2px; }
.borderall { border: 1px solid black; }
.bordertop { border-top: 1px solid black; padding: 2px;	}
.bordertopbot { border-top: 1px solid black; border-bottom: 1px solid black;	padding: 2px; }
.borderbot { border-bottom: 1px solid black; padding: 2px; }
.borderbot_white { border-bottom: 1px solid white; }
.borderlbr { border-left: 1px solid black; border-bottom: 1px solid black; border-right: 1px solid black; }
.border_left { border-left: 1px solid black; }
.border_right { border-right: 1px solid black; }

/* ================================== */

.btn {
	background-color: #00274E;
	color: white;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	text-align: center;
	border: 1px solid transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;	
}

.btn:hover {
	background-color: #cccccc;
	color: #00274E;
	border: 1px solid #1256A4;
	text-align: center;
	text-decoration: none;
}

.mover_btn {
	background-color: #00274E;
	color: white;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	text-align: center;
	border: 1px solid transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	width:135px;	
}

.mover_btn:hover {
	background-color: #cccccc;
	color: #00274E;
	border: 1px solid #1256A4;
	text-align: center;
	text-decoration: none;
}

.mover_select {
	width: 200px;
	height: 300px;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
}

.altRowEven {
	background-color: #e7e7e7;
}
.altRowOdd {
	background-color: #c3c3c3;
}

.img_btn {
	cursor: pointer;
}

#instructions {
  width: 250px; 
	border: #0105a9 1px solid;  
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
  position: fixed;
  float: right;
  text-align: center;
  background-color: #00274E;
  color: white;
  font-weight: bold;
}

/* alter the file upload button appearance */
.file-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.file-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    filter: alpha(opacity=1);
    opacity: 0.01;
    -moz-opacity: 0.01;
    cursor: pointer;
}
.file-wrapper .button {
    color: #fff;
    background: #002C87;
    padding: 4px 18px;
    margin-right: 5px; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}
.file-holder{
    color: blue;
}
/* ================================== */

.tooltip_head {
	background: #00274E;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
	color: white;
	text-align: center;
	line-height: 20px;
  padding:1px;
  border: 1px solid #00274E;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

.tooltip_body {
  width:250px;
	background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
	line-height: 16px;
  border-left:1px solid #00274E;
  border-right:1px solid #00274E;
  border-bottom:1px solid #00274E;
  padding:3px;
	text-align: left;
}

.tooltip_head_email {
	background: #00274E;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
	color: white;
	text-align: center;
	line-height: 20px;
  padding:1px;
  border: 1px solid #00274E;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

.tooltip_body_email {
  width:500px;
	background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
	line-height: 16px;
  border-left:1px solid #00274E;
  border-right:1px solid #00274E;
  border-bottom:1px solid #00274E;
  padding:3px;
	text-align: left;
}

.tooltip_head_index {
	background: #00274E;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
	color: white;
  padding:1px;
  border: 1px solid #00274E;
}
.tooltip_body_index {
  width:436px;
	background-color: white;
  font-family: verdana;
  font-size:11px;
	line-height: 16px;
  border-left:1px solid #00274E;
  border-right:1px solid #00274E;
  border-bottom:1px solid #00274E;
  padding:3px;
	text-align: left;
}

.captains_update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}
.title_12 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B69659;
	background-color: #00274E;
	text-align: center;
	line-height: 20px; 
}
.title_14 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00274E;
	text-align: center;
	line-height: 20px; 
}
.title_16 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #00274E;
	text-align: center;
	line-height: 24px; 
}
.white12bold {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
  }
.red12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: normal;
}
.black10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
}
.black10bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold
}
.black10boldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
.black12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal
}
.black12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold
}
.black14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}
.black14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold
}
.black14link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	text-decoration: underline;
}
.white12boldlink {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.white12 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.white12bold {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.white14 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
.white14bold {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.white14boldlink {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.captains_update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}

/* JQuery Alerts CSS */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 2px #00C;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: url(images/menu_bkgrd.png) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
