body
{
	margin: 0px;
	padding: 0px;
	background-color: #b6b6b6;
	background-image: url(/images/global/page-bg.png);
	background-repeat: repeat-x;
}
body, td, input, textarea
{
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

a
{
	color: #123763;
	text-decoration: none;
}
a:visited
{
	color: #123763;
	text-decoration: none;
}
a:active
{
	color: #123763;
	text-decoration: none;
}
a:hover
{
	color: #900;
	text-decoration: underline;
}
/****************************************/

.outertable
{
	margin:50px 20px 20px 20px;
	width:960px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}


.content_bkg
{
	background-color:#fff;

}
.leftcolumn
{
	padding:0 5px;
}
.rightcolumn
{
	padding:0 5px;
}
.maincolumn
{
	padding:0 20px;
}
.header_bkg
{
	BORDER-RIGHT: #dedede 1px solid; 
	BORDER-TOP: #dedede 1px solid; 
	background: url(/images/global/header-bg.png) #ededed repeat-x 0px 0px; 
	BORDER-LEFT: #dedede 1px solid; 
	POSITION: relative; 
	HEIGHT: 84px
}
img#logo {
	MARGIN-TOP: -50px; DISPLAY: block; FLOAT: left; MARGIN-LEFT: 35px; WIDTH: 500px; POSITION: absolute; HEIGHT: 150px;
	BACKGROUND: url(/images/global/logo.png) no-repeat 0px 0px;
}

#footer {
	BORDER-RIGHT: #dedede 1px solid; BACKGROUND: url(/images/global/footer-bg.png) repeat-x 0px 100%; BORDER-LEFT: #dedede 1px solid; HEIGHT: 75px
}
.footer-left {
	BACKGROUND: url(/images/global/footer-bl.png) no-repeat 0px 100%; MARGIN-LEFT: -1px; HEIGHT: 75px
}
.footer-right {
	BACKGROUND: url(/images/global/footer-br.png) no-repeat 100% 100%; MARGIN-RIGHT: -1px; HEIGHT: 75px
}
.footer-mod {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px
}
/*************************************** calendar */
.cpYearNavigation, .cpMonthNavigation
{
	background-color: #C0C0C0;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText
{
	font-family: arial;
	font-size: 8pt;
}
TD.cpDayColumnHeader
{
	text-align: right;
	border: solid thin #c0c0c0;
	border-width: 0 0 1 0;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate
{
	text-align: right;
	text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
.cpCurrentMonthDate
{
	color: #000000;
}
.cpCurrentDate
{
	color: #FFFFFF;
	font-weight: bold;
}
.cpOtherMonthDate
{
	color: #808080;
}
TD.cpCurrentDate
{
	color: #FFFFFF;
	background-color: #C0C0C0;
	border-width: 1;
	border: solid thin #c0c0c0;
}
TD.cpCurrentDateDisabled
{
	border-width: 1;
	border: solid thin #FFAAAA;
}
TD.cpTodayText, TD.cpTodayTextDisabled
{
	border: solid thin #c0c0c0;
	border-width: 1 0 0 0;
}
A.cpTodayText, SPAN.cpTodayTextDisabled
{
	height: 20px;
}
A.cpTodayText
{
	color: #000000;
	font-weight: bold;
}
SPAN.cpTodayTextDisabled
{
	color: #D0D0D0;
}
.cpBorder
{
	border: solid thin #c0c0c0;
}

/***************/

.officeadmin_name
{
	color: #333;
	font-weight: bold;
	background-color: #fff;
	padding: 3px 0px 5px 3px;
	border-bottom: 1px dotted #369;
}

.agentlist_head td
{
	color: #fff;
	font-weight: bold;
	background-color: #036;
	padding: 3px;
	font-size: 10px;
}
td.pending
{
	background-color: #ccc;
	color: #333;
}

td input, .StripeElement {
    border: 1px solid #ccc !important;
}

.agentlist_row td, .agentlist_row_alt td
{
	color: #333;
	font-weight: bold;
	padding: 3px;
	font-size: 9px;
	border-bottom: 1px solid #ccc;
}
.agentlist_legend td
{
	color: #333;
	font-weight: bold;
	padding: 3px;
	font-size: 9px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.agentlist_legend_head td
{
	background-color: #fff;
	font-size: 10px;
	border: 1px solid #369;
	color: #990033;
}
h1
{
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	color: #C00;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 2px solid #369;
}
h2
{
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 5px;

}
H1,H2,H3,H4,H5  {
	FONT-WEIGHT: normal; PADDING-BOTTOM: 5px; MARGIN: 0px 0px 10px; LINE-HEIGHT: 120%
}

H1 {
	FONT-SIZE: 200%; LINE-HEIGHT: 100%
}
H2 {
	FONT-SIZE: 175%; LINE-HEIGHT: 100%
}
H3 {
	FONT-SIZE: 150%
}
H4 {
	FONT-SIZE: 120%
}
H5 {
	FONT-SIZE: 120%; TEXT-TRANSFORM: uppercase
}
.agentlist_row
{
	background-color: #f5f5f5;
}

.agentlist_row_alt
{
	background-color: #fafafa;
}
input.readonly
{
	border: 1px solid #e8eee5;
	background-color: #e8eee5;
}
select.readonly
{
	border: 1px solid #e8eee5;
	background-color: #e8eee5;
}
input.readonly_alt
{
	border: 1px solid #eee;
	background-color: #eee;
}
.required
{
	color:#c00;
}
.event_co_notrequired
{
	color: eee;
}
.large
{
	font-size:14px;
}
.small
{
	font-size:11px;
}
.selectFormNoBold
{
    FONT-SIZE: 11px;
    WIDTH: 200px;
    COLOR: #271A72;
   
}
.selectForm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 200px;
    COLOR: #000000;
   
}
.selectFormMedium
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 150px;
    COLOR: #271A72;
   
}
.selectFormSmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 125px;
    COLOR: #271A72;
   
}
.selectFormSmallest
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 75px;
    COLOR: #271A72;
   
}
.radialForm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #271A72;
   
}
.checkForm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #271A72;
   
}
.inputFormLarge
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 400px;
    COLOR: #271A72;
   ;
    HEIGHT: 100px
}
.inputForm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 150px;
    COLOR: #271A72;
   
}
.inputForm125
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 125px;
    COLOR: #271A72;
   
}
.inputFormSmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 75px;
    COLOR: #271A72;
   
}
.inputFormSmaller
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 40px;
    COLOR: #271A72;
   
}
.inputFormSuperSmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    WIDTH: 20px;
    COLOR: #271A72;
   
}
.formButton
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
   
}

.profile_tbl{
	border:1px solid #ccc;
	width:100%
	
}

.profile_hdr{
	color:#000;
	padding: 2px 5px 0px 5px;
	font-weight:700;
	font-size:11px;
	background-image:url(/images/global/header-bg.png);
	background-repeat:repeat-x;
}

.profile_ftr {
border-top:1px dotted #ccc;
}

.profile_ftr a:link, .profile_ftr a:visited {
	color:#069;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	padding: 0px 10px 0px 10px;
}
.profile_ftr a:hover {
	text-decoration:underline;
	color:#900;
}


div.main-nav {margin:0;padding:0;width:180px;
	background-image:url(/images/global/mainnav_bkg.jpg);
	background-repeat:repeat-x;
		border:1px solid #ccc;
		padding:5px;}
div.main-nav h3 {
	font-size:12px;
	color:#000;
	font-weight:700;
	line-height:12px;
	margin:0;
	padding:0 0 5px 0;}
div.main-nav div {margin:0;padding:0;list-style:none;margin:0 0 0.3em 0; float:left; width:170px;}
div.main-nav div a {text-decoration:none;display:block;padding:0.3em 0.5em;border:1px solid silver;color:#003;background:#fff;}
div.main-nav div a:hover {border:1px solid gray;color:#000;background:#efefef}


.dgEvents
{
    text-align: left;
}

.radInput {
    font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif !important;
    font-size: 12px !important;
    height: 19px;
    width: 192px !important;
} 

.radInput_Default {
    display: inline-block !important;
}

