/* Default Styles
--------------------------------------------------------------------------------*/
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, 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%;
    font: inherit;
    vertical-align: baseline;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

body
{
    font: 12px/1.7em arial, sans-serif;
    background: #EFEFEF;
    color: #333;
}

h1, h2, h3, h4, h5, h6
{
    color: #111;
    margin-bottom: .75em;
}

h1
{
    color: #002e6e;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #ccc;
}

h2
{
    font-size: 20px;
    font-weight: normal;
    color: #222;
    padding-bottom: .5em;
    border-bottom: 1px dotted #ccc;
    margin-top: 1.5em;
    margin-bottom: 1em;
    clear: both; /* Clear floated content in spans */
}

.clientSummaryButton
{
    display: inline;
    padding: 2px 7px;
    line-height: 19px;
    height: 20px;
    background: #002e6e;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
a.btn.visited
{
    color: #fff;
}

a.btn:hover
{
    background: #222;
}

h3
{
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: .75em;
}

h4
{
    font-size: 14px;
    color: #666;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6
{
    font-size: 11px;
    font-weight: bold;
}

p
{
    margin: 0 0 1.5em;
}

ul, ol
{
    margin-left: 28px;
    margin-bottom: 1.5em;
}

ul li
{
    list-style-type: square;
}

dl
{
    margin: 0 0 1.5em 0;
}

dl dt
{
    font-weight: bold;
}

dd
{
    margin-left: 1.5em;
}

abbr, acronym
{
    border-bottom: 1px dotted #666;
}

address
{
    margin-top: 1.5em;
    font-style: italic;
}

del
{
    color: #666;
}

sup
{
    font-size: 9px;
    vertical-align: top;
}

a
{
    color: #002e6e;
    text-decoration: underline;
}

a:hover
{
    color: #333;
}

blockquote
{
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong
{
    font-weight: bold;
}

em, dfn
{
    font-style: italic;
}

dfn
{
    font-weight: bold;
}

table
{
    width: 100%;
    margin-bottom: 2em;
}

table th
{
    font-weight: bold;
    text-align: left;
    padding: 6px 10px;
    border-bottom: 1px solid #b5b5b5;
}

table td
{
    padding: 10px;
    background: #f8f8f8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}

/* Summary Table */
.SummaryTable
{
    width: 100%;
    background-color:Red;
}

.SummaryTable th
{
}

.SummaryTable tr
{
}

.SummaryTable td
{
    width: 60%;
    padding: 4px 10px;
}

.SummaryTable tdRight
{
    text-align: right;
    width: 40%;
}

/* Layout Table */
.LayoutTableData { background-color: Transparent; }		
		
/* The default properties for elements table and td ruin the looks of the DatePicker calendar. This is the fix: */
.calendarCalendarDefault table
{
    width: auto;
}

.calendarCalendarDefault table td
{
    padding: 0px;
}

/* Results Table */
.resTable a
{
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

.resTable a:hover
{
    color: #002e6e;
    border-bottom: 0;
}

/* General
--------------------------------------------------------------------------------*/
/* Clearing */
div.clear
{
    clear: both;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.group:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .group
{
    zoom: 1;
}

*:first-child + html .group
{
    zoom: 1;
}

/* Message Boxes */
.msg, .msg-warning, .msg-success, .msg-info, .msg-error
{
    background: #f5f5f5 url(../images/icons/lightbulb_off.png) no-repeat 10px 12px;
    font-size: 13px;
    color: #74655f;
    display: block;
    padding: 10px 10px 10px 42px;
    margin-bottom: 2em;
    border: 1px solid #c2beb1;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.msg-info-main-page
{
  background: rgba(255,255,0,0.5) url(../images/icons/lightbulb_off.png) no-repeat 10px 12px;
    font-size: 13px;
    color: #74655f;
    display: block;
    border: 1px solid #c2beb1;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto 2em;
    max-width: 1400px;
    position: relative;
    width: 95%;
}

.msg-info-main-page div
{
	padding:10px 35px;
}


.msg-warning
{
    background-color: #fff7cb;
    background-image: url(../images/icons/error.png);
    color: #74655f;
    border-color: #efdc75;
}

.msg-success
{
    background-color: #e8ffca;
    background-image: url(../images/icons/accept.png);
    color: #688006;
    border-color: #b3dc7c;
}

.msg-info
{
    background-color: #e4f5fd;
    background-image: url(../images/icons/information.png);
    color: #4b6bab;
    border-color: #afdbee;
}

.msg-error
{
    background-color: #ffd6d6;
    background-image: url(../images/icons/exclamation.png);
    color: #c32727;
    border-color: #ebb1b1;
}

/* Main Layout
--------------------------------------------------------------------------------*/
#page
{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#header
{
    background: #444646 url(../images/header-bg.png) left bottom repeat-x;
    width: 100%;
    min-width: 960px;
    height: 70px;
    padding-top: 8px;
}

.header-content, .nav-content, .wrapper-content, .footer-content
{
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

#wrapper
{
    width: 100%;
    min-width: 960px;
}

.wrapper-content
{
    margin: 4.5em auto 2.5em;
}

#main
{
    margin-right: 250px;
}

.fullwidth #main
{
    margin-right: 0;
}

#sidebar
{
    width: 220px;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 3em;
}

#footer
{
    width: 100%;
}

/* Header
--------------------------------------------------------------------------------*/
.logo
{
    float: left;
    height: 64px;
}

.login-detail
{
    float: right;
}

.login-detail p
{
    color: #d8d8d8;
    text-align: right;
}

.login-detail p span
{
    font-style: italic;
    margin-left: 0px;
}

.nav
{
    clear: both;
    width: 100%;
    min-width: 960px;
    height: 38px;
    background: #002e6e;
}

.nav ul
{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.nav li
{
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 6px 10px 0 0;
    position: relative;
}

.nav li a
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    text-decoration: none;
    float: left;
    padding: 7px 10px 8px 10px;
    border: 1px solid transparent;
    border-bottom: none;
}

.nav li a img
{
    vertical-align: middle;
    margin-right: 6px;
}

.nav li a:hover
{
    color: #99ccff;
}

.nav li a.current
{
    color: #000;
    background: #EFEFEF;
    border-color: #f2f2f2;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* Content
--------------------------------------------------------------------------------*/
.main-content
{
    background: #FFF;
    margin-bottom: 1.5em;
    position: relative;
    border: 1px solid #CCC;
    padding: 15px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    box-shadow: 1px 1px 2px rgba(0,0,0,.10);
}

.main-content span.Title
{
    display: block;
    width: 200px;
    float: left;
    clear: left;
    margin-bottom: .25em;
}

.main-content span.Content
{
    display: block;
    float: left;
    margin-bottom: .25em;
    font-weight: bold;
}

/* Pagination */
.paging td
{
    border: 0;
}

a.expandable
{
    color: Black;
    background: url(../Images/icons/icon_more.gif) no-repeat left;
    padding-left: 15px; /*background:white  repeat:none;*/
}
a.less
{
    color: Black;
    background: url(   "../Images/icons/icon_less.gif" ) no-repeat left;
    padding: 15px; /*background:white url("Images/icons/icon_less.gif") repeat:none;*/
}
.paging table
{
    width: auto;
    margin: 0;
}

.paging table td
{
    padding: 0;
    border: 0;
}

.paging span
{
    display: block;
    margin: 0 4px 0 0;
    padding: 3px 6px;
    color: #002e6e;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    border: 1px solid #002e6e;
    cursor: default;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.paging a
{
    display: block;
    margin: 0 4px 0 0;
    padding: 3px 6px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    color: #494a4b;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.paging a:visited
{
    color: #494a4b;
}

.paging a:hover
{
    background-color: #002e6e;
    border-color: #002e6e;
    color: #fff;
}
/* Sidebar
--------------------------------------------------------------------------------*/
.sidebar-content {
	background: #FFF;
	margin-bottom: 1.5em;
	position: relative;
	border: 1px solid #CCC;
	padding: 15px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
	box-shadow: 1px 1px 2px rgba(0,0,0,.10); }
 
#sidebar .menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px; }
 
#sidebar .menu li {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	list-style-type: none; }
 
	#sidebar .menu li a {
		display: block;
		color: #333;
		font-size: 13px;
		padding: 6px 8px 6px 26px;
		text-decoration: none;
		background: url(../images/arrow-r.gif) 8px 13px no-repeat; }
 
		#sidebar .menu li a img {
			vertical-align: middle;
			margin-right: 5px; }
 
		#sidebar .menu li a:hover { background: #efefef url(../images/arrow-r.gif) 8px 13px no-repeat; }
 
		#sidebar .menu li a.current {
			color: #002e6e;
			background: url(../images/menu-current.gif) 4px 8px no-repeat; }

/* SideMenu
--------------------------------------------------------------------------------*/

.SideMenu
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.SideMenu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.SideMenu li
{
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    list-style-type: none;
}

.SideMenu li a
{
    display: block;
    color: #333;
    font-size: 13px;
    padding: 6px 8px 6px 26px;
    text-decoration: none;
    background: url(../images/arrow-r.gif) 8px 13px no-repeat;
}

.SideMenu li a img
{
    vertical-align: middle;
    margin-right: 5px;
}

.SideMenu li a:hover
{
    background: #efefef url(../images/arrow-r.gif) 8px 13px no-repeat;
}


.SideMenu li a.current
{
    color: #002e6e;
    background: url(../images/menu-current.gif) 4px 8px no-repeat;
}



/* Credit Info */
.credit-info
{
}

.credit-info h4
{
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 8px;
}

.credit-info p
{
    margin-bottom: 0;
}

.credit-info a
{
    text-decoration: none;
}

.credit-info .value
{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 16px;
    margin-bottom: 8px;
    background: #002e6e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Forms
--------------------------------------------------------------------------------*/
/* Input appearance */
input[type="text"], textarea, select
{
    padding: 4px;
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #5e5e5e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type="text"].error, textarea.error, select.error
{
    border: 1px solid #ef4323;
    background: #fef5f3;
}

input[type="text"]:focus, textarea:focus, select:focus
{
    color: #282828;
    border: 1px solid #c5e3f0;
    background: #fff;
}

option
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.form-table td
{
    border: 0;
    padding: 0 20px 12px 0;
}


/* Register */
.boxes_wrapper
{
    width: 100%;
}

.boxes_wrapper h2
{
    color: #002e6e;
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}

.boxes_left
{
    width: 45%;
    float: left;
    padding: 20px;
    margin-left: 30px;
    margin-bottom: 40px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    box-shadow: 1px 1px 2px rgba(0,0,0,.10);
}
.logoutBtn
{
    background-color: #1d1f1e;
    -moz-border-radius: 5px;
    color: White;
    width: 53px;
    height: 25px;
}
.boxes_right
{
    width: 45%;
    float: right;
    padding: 20px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    box-shadow: 1px 1px 2px rgba(0,0,0,.10);
}



.register-table
{
    width: 100%;
    margin-bottom: 2em;
}

.register-table th
{
    font-weight: bold;
    text-align: left;
    padding: 6px 10px;
    padding-top: 10px;
}

.register-table td
{
    padding: 10px;
    padding-left: 0;
    background: none;
    border-top: none;
    border-bottom: 1px dashed #CCC;
    padding-top: 10px;
}

.summarySearchLabel
{
	display:inline-block;
	width:200px;
}

div.PaymentWarning
{
    font-size:1.5em; 
    border: #EE1010 2px solid; 
    padding: 12px; 
    text-align: center; 
    color: #EE1010;
}

.ErrorText
{
	color: Red;
	font-weight: bold;
}