﻿body 
{
/*	background-image: url(../images/bgr_top.gif);
	background-repeat: repeat-x;*/
	border: none 0px;
	background-position:left top; 
	font-family:Verdana;
	font-size: 12px;
	height:100%;
}


a 
{
	color: #003366;
    text-decoration: none;	
}

a:hover
{
    text-decoration: underline;
}


.loginHeaderText
{
	font-family:Verdana; 
	font-size: 18px;
	font-weight:bold;
	color:white;
	background-color:#9bb4ce;
	width:100%;
	height:27px;
	border: solid 1px black;
	border-bottom: none;
	margin-right:16px;
}

.loginFormDiv 
{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -95px;
	text-align: center;
	min-width: 900px; 
	font-family: Arial;
	font-size: 10px;
}

.wrapper 
{
	background-repeat:no-repeat;
	position: relative;
	text-align: center;
	width: 265px;
	height: 189px;
	margin: 0px auto;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/popupShadow.png', sizingMethod='scale');
}



.wrapper td { font-size: 10px; }

.wrapper input 
{
	font-family: Arial;
	font-size: 10px;
}

head:first-child+body .wrapper
{
	background-image: url(images/popupShadow.png);
}



.xhighlight
{
	font-style:normal;
	background-color: yellow;
}

.resultpager
{
	text-align: left;
	color: blue;
	font-weight: bold;
	background-color: #eeeeee;
}

.resultpager a
{
	font-weight: normal;
	color:Black;
}

.resultsummary
{
	margin-top:-15px;
}

.resultGrid
{
	padding-bottom: 0px;
	padding-top:0px;	
}

.commandLink
{
	color: #003366;
    text-decoration: none;	
    cursor:pointer;
}

input 
{
    margin:3px 3px 3px 0;
}

.mo_settings .block
{
    margin-bottom:30px;
}

.mo_settings table
{
    min-width:500px;
    margin:10px 10px 10px 0;    
}

.mo_settings select
{
    min-width:150px;
    min-height:150px;
}

.mo_settings table th 
{
    text-align:left;
}

.mo_settings table .shrinkCell 
{
    width:0px;
    white-space:nowrap;
}

.mo_settings table input 
{
    margin:0;
}

.publishButton {
    text-align:center;
    margin-bottom:30px;
}
#outbox-nav
{
    text-align:center;
    margin-bottom:30px;
}
#outbox-nav a
{
    font-weight:bold;
    padding:4px;
}

#outbox-comment
{
    margin:40px 0;
}
#outbox-left p 
{
    margin:0 0 10px 0;
}
#outbox-left 
{
    text-align:left;
    width:200px;
    float:left;
    position:fixed;
    top:100px;
    padding:5px;
}
#outbox-right 
{
    margin-left:200px;        
}
#left 
{
    text-align:left;
    width:200px;
    float:left;
    white-space:nowrap;
}
#right
{    
    margin-left:200px;
}

#left h2, #outbox-left h2{
  font: 400 20px/1.5 Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
 
#left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
#left li {
  font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
}
 
#left li:last-child {
  border: none;
}
 
#left li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 150px;
 
  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  -ms-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
 
#left li a:hover {
  font-size: 16px;  
}

/*Addresses*/
.addressListbox {
    width: 300px;
    height: 200px;
}

.addressButton {
    width: 50px;
    height: 50px;
}
.addressbuttonTD {
    vertical-align:middle;
    height: 200px;
    width: 50px;
}

/* data table */

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}

.dataTables_info {
	padding-top: 3px;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */


.dataTables_wrapper {
	margin: 10px 0;
	position: relative;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

.dataTable td, .dataTable th
{
    text-align:center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;	
}

table.display td.center {
	text-align: center;
}
tr.odd {
	background-color: #ffffbf;
}

tr.even {
	background-color: white;
}

td.highlighted 
{
    background-color: #00aa00;
}






/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers a.paginate_button,
 	.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}

/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

/*send to Resume*/
.SendToResumeHeader
{
    font-size: 14px;
    color: black;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 0px;
}

.SendToResumeTitle
{
    font-size: 15px;
    color: #070DAF;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 4px;
}
.SendToResumeInfo
{
    color: #535151;
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}