
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, sans-serif;
	background: url(/hli-resources/images/background.gif) #FFF repeat-y left;
	padding: 0;
	margin: 0;
}

#skipNav {
	position: absolute;
	font-size: 0px;
}

img {
	border: 0;
}

#page {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
}
html>body #page { /* adjustment for Mozilla browsers */
	height: auto;
}

#container { padding-bottom: 30px; } /* height of footer + extra space */
#login #container { padding-bottom: 60px; } /* height of footer + extra space */

a {
	text-decoration: none;
	color: #00F;
}
a:hover	{ 
	text-decoration: underline; 
}
a:visited {
	color: #800080;
}

form {
	margin: 0;
}

hr {
	height: 1px;
}

table {
	width: auto;
}

html>body pre {
	font-size: 120%;
}

/* begin header styles */

#header {
	border-bottom: 1px solid #666;
	margin-left: 189px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 189px;
	height: 80px;
	text-align: center;
	background: #FFF;
	padding: 6px 0 5px;
	border: 1px solid #666;
	border-width: 0 1px 1px 0;
}
html>body #logo { /* adjustments for Mozilla-based browsers */
	width: 188px;
	padding: 6px 0 3px;
}
#logo a {
	width: 101px;
	height: 74px;
	margin: 3px 44px 3px 43px;
	display: block;
}

#title {
	position: relative;
	background: url(/hli-resources/images/title.gif) #A30134 no-repeat 13px 6px;
	height: 37px;
}

#title span {
	display: none;
}

#utilities {
	text-align: right;
	background: #E0E0E0;
	color: #000;
	padding: 6px 10px 0 0;
	height: 51px;
}
html>body #utilities {
	height: 2.85em;
}
#utilities table {
	width: auto;
	float: right;
	clear: both;
}
#utilities table td {
	width: auto;
	white-space: nowrap;
}
#utilities img {
	display: none;
}
#utilities #utilityHome table {
	width: auto;
	margin: -0.2em -10px 0 0;
	float: right;
	clear: none;
}
#utilities #utilityHome table#utilInsert {
	margin: 0.2em -10px 0 10px;
}
#utilities td {
	font: bold 70% Arial, Helvetica, Verdana, sans-serif;
}
#utilities a {
	color: #A30134;
}
#utilities a.navLink, #utilities span.navLink_on {
	font-size: 110%;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #A30134;
}
#utilities span.navLink_on {
	font-weight: normal;
}
#utilities a.hdrLink {
	font-size: 110%;
}


/* end header styles */

/* begin left column */

#column1 {
	position: absolute;
	left: 0;
	width: 188px;
	background: #EEE;
}

#breadcrumb {
	font: 70% Arial, Tahoma, Verdana, sans-serif;
	height: 1.4em;
	background: url(/hli-resources/images/dotted_line.gif) #FFF repeat-x bottom left;
	padding: 5px 8px;
	margin-left: 189px;
}
#breadcrumb table.crumbs {
	font-size: 100%;
	margin-left: -8px;
	border-collapse: collapse;
}
#breadcrumb a {
	text-decoration: underline;
}

#welcome {
	/*margin-top: -1.5em;*/
	margin-top: -.3em;
	text-align: right;
}
html>body #welcome {
	float: right;
}
/* company name */
td.welcome {
	font-size: 70%;
	font-weight: bold;
	padding-left: 6px;
}
/* current date */
td.welcome div {
	font-weight: normal;
	padding-left: 10px;
}

/* begin content area styles */

#content {
	font: 75%/150% Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 10px 15px 15px 205px;
	clear: both;
}
html>body #content { width: auto; } /* "fix" for Mozilla-based browsers */
#content table {
	font: 100% Arial, Helvetica, sans-serif;
	width: 100%;
}
#content a {
	text-decoration: underline;
}

h1, .title, .pagetitle, h1.title, h1.welcome {
	font: bold 125% Arial, Verdana, sans-serif;
	color: #A30134;
	/*margin: 15px 0 10px;*/
	/*margin: 1.2em 0;*/
	margin: .2em 0 0 0;
}
big, small {
	font-size: 100%;
}
h1.instructions, .instructions {
	font: bold 100% Arial, Verdana, sans-serif;
	color: #666;
	margin: 10px 0 15px;
}

h2 {
	font: bold 110% Arial, Verdana, sans-serif;
	color: #666;
}

h3 {
	font-size: 100%;
	color: #333;
	margin: 10px 0 10px;
}

.agreement {
	width: 100%;
	height: 203px; /* height of standard certification statement */
	margin: 5px 0;
	border: 1px solid #999;
	overflow: auto;
}
.agreement pre {
	margin: 3px 6px;
}
html>body .agreement {
	height: auto;
	max-height: 300px;
}

table.buttons {
	width: 100%;
	margin-top: 15px;
}
.buttons {
	text-align: center;
}
.buttons a, .buttons input {
	text-decoration: none !important;
	color: #000;
	background: #E6E6D4;
	padding: 1px 8px;
	margin: 0 5px 10px;
	border: 1px solid #D4D0C8;
	border-width: 1px 2px 2px 1px;
	border-color: #D4D0C8 #606060 #606060 #D4D0C8;
	display: inline-block;
}
.buttons input {
	padding: 1px 3px;
}
.buttons a:hover {
	text-decoration: none;
}
.buttons a:active {
	border-width: 2px 1px 1px 2px;
	border-color: #606060 #D4D0C8 #D4D0C8 #606060;
}
.buttons a:visited {
	color: #000;
}
.buttons a img {
	margin: -3px -10px;
}
html>body .buttons a img {
	margin: 0 -10px -6px;
}

/* begin login page / registration page specific styles */

#column2 {
	/*width: 67%;
	float: left;*/
}

#column3 {
	text-align: right;
	width: 200px;
	float: right;
}
#column3 img {
	margin-top: 15px;
}

.logoBorder {
	display: none;
}
#login table {
	width: auto;
}
#login table table {
	background: #F0F0F0;
	border: 1px solid #CCC;
}
#login table table td {
	padding: 4px 16px 8px 4px;
}
#login table table td.welcome {
	padding: 4px 4px 8px 16px;
}
#login table table a {
	font-size: 90%;
}
#login td.welcome {
	font-size: 100%;
}
#login table.buttons {
	width: 60%;
	margin: 10px 15px;
}

/* end login page / registration page specific styles */

/* end content area styles */
/* begin footer styles */

#poweredBy {
	width: 60%;
	text-align: center;
	margin: 10px 30px 0;
}
html>body #poweredBy {
	margin: 10px 15px 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #FFF;
	background: #A30134;
	clear: both;
}
#footer td {
	/*font-size: 65%;*/
	color: #FFF;
	background: #A30134;
	vertical-align: top;
}

#legal {
	width: 189px;
	padding: 3px 6px;
	background: #A30134;
	font-size: 65%;
	
}
html>body #legal {
	width: 177px;
}
#legal a { color: #FFF; }
#copyright {
	font-family: Arial;
	text-align: left;
	padding: 3px 6px;
	font-size: 65%;
}
#footerPrint {
	display: none;
}
/*#footer {
	position: absolute;
	bottom: 0;
	font-size: 65%;
	width: 100%;
	color: #FFF;
	background: #A30134;
	clear: both;
}

#poweredBy {
	text-align: center;
	background: url(/hli-resources/images/background.gif) #FFF repeat-y left;
	padding: 5px 0px 5px 189px;
}

#legal {
	width: 189px;
	padding: 3px 6px;
	background: #A30134;
	float: left;
}
html>body #legal {
	width: 177px;
}
#legal a { color: #FFF; }
#copyright {
	font-family: Arial;
	padding: 3px 6px;
	background: #A30134;
	float: left;
}
#footerPrint {
	display: none;
}*/

/* end footer styles */

/* FOR REST OF CSS, REALLY ONLY EDITED STYLES RELATED TO .menu, .form, .form2 */
/*BenefitsXML styles Start */

/*** Color Reference ***/

/*** Defaults ***/
/* table {
    background-color: #FFFFFF;
} */
/*  td {
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px; font-weight:normal;    
} */
/* a { 
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
    color:#333333; 
}*/
.space { /* blank space */
	height: 10px;
	width: 10px;
}

/*** Splash Page(s) ***/


.callout { /* main message on a splash page, such as "Welcome to your Employee Benefits Portal!" */
	font-size: 130%;
	font-weight: bold;
	vertical-align: top;
	color: #A30134;
}
.copy { /* text explaining options with icons on the employee splash page such as "My Profile" and "My Benefits"*/
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    text-align: justify;
    /* color:#003366; */
    color:#333333;
}
.text { /* normal text for the splash and login screens */
    font-family: Arial, Helvetica, sans-serif;
}

/*** Text Styles ***/
.underline { /* used for some underlined elements */
    text-decoration:underline;
}
.errorMsg { /* error text */
    font-family: Arial, Helvetica, sans-serif;
    color: #900;
}
.error { /* main error from brix */
    font: bold 100% Arial, Helvetica, sans-serif;
    color: #900;
}
.error big { /* asterisks on Health Questions page */
    font-size: 110%;
}

.left {
    text-align: left;
}
.middle {
    vertical-align: middle;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.instruction { /* instructional text */
    font-style:italic;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    text-align:center;
    font-weight:normal;
    /* color:#003366; */
    color:#333333;
}

/*** layout ***/
table.layout { /* width of main screen */
    width:760px;
}
tr.layout_menu { /* menu images */
}
td.layout_menu { /* menu images */
/*
    background-color:#F2F2F2;
*/
    vertical-align:top;
    width:110px;
}
td.layout_space {
/*
    background-color:#F2F2F2;
*/
    width:4px;
}
td.layout_body { /* basic layout for page bodies */
/*
    background-color:#F2F2F2;
*/
    vertical-align:top;
    /*width:646px;*/
}
.background {

/*
    background-color:#F2F2F2;
*/
}


/* Outlining table around the Logo and Title images */
.logoBorder {
    width: 100%;
    margin-top:5px;
    border:1px solid #DAD8D8;
    background-color:#FFFFFF;
}

/*** Navigation Text  ***/




/*** Crumbs, as coded by BenefitsXML on table class - Hartford uses DIV#breadcrumbs as standard ***/
/*.crumbs {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 70%;
	background: url(/hli-resources/images/dotted_line.gif) #FFF repeat-x bottom left;
	padding: 4px 8px 6px 8px;
	margin-left: 185px;
}
/* a.crumbs:hover { /* crumb over which the mouse is hovering */
/* text-decoration: underline;
	color: #000099;
	} */

/*** Standard Forms and Form fields ***/
.form {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: normal;
	
/*	
	color:#003366; 
	background-color:#D8D8D8;
	text-decoration:none;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;*/
}
table.form {
    border: 1px solid #CCCCCC;	
	width: 100%;
	margin: 10px 0 15px;
	border-collapse: collapse;
}

caption.form {
    text-align:right;
/*
    background-color: #F2F2F2;
*/
}
th.form {
	font: bold 100% Arial, Tahoma, sans-serif;
	vertical-align: bottom;
	color: #FFF;
	background: #86A0AC;
	padding: 5px;
	border: 1px solid #CCC;
}
th.form big {
	font-size: 120%;
}
th.form a {
/*
    color:#F60;
*/
    font: bold 130% Arial, Helvetica, sans-serif;
    background-color: #FFF;
	text-decoration: underline;
}
th.form_alt { /* form field description text */
    padding: 5px;
    text-align: left;
    color: #FFF;
    background: #86A0AC;
	border: 1px solid #CCC;
}

th.form_alt a {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #BFBFBF;
    /* color: #036; */
    color: #333;
	text-decoration: underline;
}
tr.form {
    vertical-align: middle;
}

td.form_alt, td.form {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	border: 1px solid #CCC;
	text-align: left;
}

/* used for business name labels on some pages such as fsa calendar and pay calendar */
td.form_check {
    font-weight:bold;
    background-color:#D8D8D8;
    color:#FFCC00;
    padding:3px 3px;
    border:1px solid #FFFFFF;
}
td.form_nopad { /* not used */
    border:1px solid #FFFFFF;
}
table.form_inner {
    width: 542px;
}  
.read_only {  /* not used */
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px; font-weight:600;
             text-decoration:none; padding-left:2px;
}
a.form {
    font-family: Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:normal;
    /* color:#003366; */
    color:#333333;
    text-decoration:underline;
}
a.form-big { /* not used */
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    /* color:#003366; */
    text-decoration:underline;
}



/* Future Use Custom Buttons */
/*.text-button {
    display: inline;
    font: bold 10px Helvetica, arial, sans-serif;
    padding: 4px 15px 4px 0px;
    margin: 0px 1px 0px 1px;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #dad8d8;
    border-right: 1px solid #dad8d8;
    border-bottom: 1px solid #dad8d8;
    text-decoration: none;
    white-space:nowrap;
    vertical-align:middle;
    background-image: url(/hli-resources/images/iportal/buttonBG.gif);
    color: #000000;
    height: 20px;
}

a.text-button:hover {
    background-image: url(/hli-resources/images/iportal/buttonBG2.gif);
    border-left: 1px solid #dad8d8;
}

a.text-button:active {
    background-image: url(/hli-resources/images/iportal/buttonBG3.gif);
}
*/
/* Custom Icon Buttons */
.icon-button {
    display: inline;
    padding: 0px 1px 1px 0px;
    margin: 0px 0px 0px 0px;
    vertical-align:middle;
    border: thin outset #FFFFFF;
    background-color: #DDDDDD;
    text-decoration: none;
}

a.icon-button:hover {
    background-color: #FFFFFF;
}

a.icon-button:active {
    padding: 1px 0px 0px 1px;
    border: thin inset #999999;
}


.icon {
    background-repeat: no-repeat;
    margin: 0 0 0 2px;
    padding: 1px 0px 0px 14px;
}

.buttonSubmit .icon { background-image: url(/images/button_icons/rightArrow.gif); }
.buttonCancel .icon { background-image: url(/images/button_icons/x.gif); }
.buttonRestore .icon { background-image: url(/images/button_icons/undo.gif); }
.buttonAdd .icon { background-image: url(/images/button_icons/plus.gif); }
.buttonDelete .icon { background-image: url(/images/button_icons/trash.gif); }
.buttonEdit .icon { background-image: url(/images/button_icons/edit.gif); }
.buttonView .icon { background-image: url(/images/button_icons/view.gif); }
.buttonCopy .icon { background-image: url(/images/button_icons/copy.gif); }
.buttonProcess .icon { background-image: url(/images/button_icons/gear.gif); }
.buttonSearch .icon { background-image: url(/images/button_icons/search.gif); }
.buttonContinue .icon { background-image: url(/images/button_icons/rightArrow.gif); }
.buttonPrevious .icon { background-image: url(/images/button_icons/leftArrow.gif); }
.buttonSchedule .icon { background-image: url(/images/button_icons/stopwatch.gif); }
.buttonLogin .icon { background-image: url(/images/button_icons/key.gif); }
.buttonSave .icon { background-image: url(/images/button_icons/disk.gif); }
.buttonExport .icon { background-image: url(/images/button_icons/disk.gif); }
.buttonImport .icon { background-image: url(/images/button_icons/import.gif); }
.buttonPromote .icon { background-image: url(/images/button_icons/upArrow.gif); }

/* vcr */
.buttonRewSkp .icon { background-image: url(/images/button_icons/rewSkip.gif); }
.buttonRRew .icon { background-image: url(/images/button_icons/rrew.gif); }
.buttonRew .icon { background-image: url(/images/button_icons/rew.gif); }
.buttonFwd .icon { background-image: url(/images/button_icons/fwd.gif); }
.buttonFFwd .icon { background-image: url(/images/button_icons/ffwd.gif); }
.buttonFwdSkip .icon { background-image: url(/images/button_icons/fwdSkip.gif); }

/*** Lists ***/
.list, .list_alt { /* items in element lists */
    font: normal Arial,Helvetica,sans-serif;
	color: #000;
    text-decoration: none;
    margin-top: 5px;
}
.list .list, .list .list_alt {
	font-size: 100%;
}
table.list {
    border-collapse: collapse;
    border-bottom: 2px solid #CCC;
    width: 90%;
}
.list th.list, th.list {
    font-size: 110%;
	font-weight: bold;
    text-align: left;
	color: #000;
	background: #FFF;
    padding: 3px 5px;
    border-bottom: 2px solid #CCC;
}
.list th.list big, th.list big {
    font-size: 110%;
	color: #903;
	padding-bottom: 10px;
	display: block;
}
a.thlink { /* not used */
    font-size: 110%;
}

tr.list {
    background: #F4F4F4;
}
tr.list_alt { /* every other tr list item */
    background: #E9E9E9;
}
td.list, td.list_alt {
    padding: 3px 5px;
    border-bottom: 1px solid #CCC;
}
a.list, a.list_alt {
	text-decoration: underline;
	color: #00C;
}

/*** form2 Form ***/
.form2 { /* form styles used on employee search and billing pages */
    font-family: Arial, Helvetica, sans-serif;
    /* color: #006; */
    color: #000;
}
table.form2 {
    border-collapse: collapse;
    /*border: 1px solid #D8D8D8;*/
    width: 100%;
    margin: 5px auto;
	text-align: left;
}
th.form2 {
	font-size: 130%;
	color: #A30134;
	margin: 15px 0 10px;
	text-align: left;
    
	 /* font-size:small;
    font-weight:bold;
	color:#fff;
    background: #86A0AC;
   color:#FF6600;
    padding:3px;
    text-align: left;
	border-bottom:1px solid #ccc; */
}

td.form2 {
    padding: 3px;
}
td.form2_alt {
    padding: 3px;
	text-align: right;
}
table.form2 {
	border-collapse: collapse;
}
table.form2 tr.form2 td {
	padding: 1px 3px;
}
table.form2 tr.form2 td td {
	background: #F8F8F8;
	border: 1px solid #DDD;
}
.form2 .cqlayer {
	background: #F1F1F1;
	padding: 2px 4px;
	border: 1px solid #CCC;
}
.form2 .cqlayer table.form2 tr.form2 td {
	text-align: left !important;
	background: none;
	border: none;
}

/*** Dialogs ***/
#dialogBox{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.dialogBackground{
    filter: Alpha(Opacity=10); -moz-opacity:0.1; opacity: 0.1;
    width: 100%; height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.dialogContainer{
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.dialog{
    background-color:#BFBFBF;
    border:solid 2px #404040;
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 400px;
    /*height: 250px;*/
    padding: 0px;
    min-height:125px;
    height:auto !important;
    height:125px;
}
.dialogTop{
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
    background-color:#FFFFFF;
    /* color:#FF6600; */
    padding: 4px;
    text-align: left;
    font-weight: bold;
}
.dialogTop a, .modalTop a:visited{
    color: #ffffff;
}
.dialogBody{
    padding: 10px;
}

.dialogBody p{
    text-align: left;
}

.PopupPanelModalArea
{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color:silver;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	z-index: 99;
	border: 0;
	-moz-opacity: 0.60;
}

.PopupPanel
{
	border: solid 1px black;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: white;
	z-index: 100;
	height: 200px;
	margin-top: -100px;
	width: 400px;
	margin-left: -200px;
}


/*** Side Menu Configurations ***/ 
table.menu {
    width: 188px;
	padding: 0px;
	border-collapse: collapse;
	background-color: #EEE;
}
.menu th {
	font: bold 75% Arial;
	text-align: left;
	color: #FFF;
	width: 180px;
	background: #86A0AC;
	padding: 3px 5px 4px 5px;
	border-top: 1px solid #F8F8F8;
	border-left: 1px solid #F8F8F8;
}
.menu span {
	margin-right: 4px;
}

.menu td div, .menu_on td div, .menu_off td div {
	font: bold 75% Arial;
	padding: 1px 5px 2px 20px;
	background: url(/hli-resources/images/dot2.gif) #EEE 4px 0.6em no-repeat;
}
.menu_on td div {
	background-color: #FFF;
}

.menu a {
	color: #000;
	display: block;
}

.menu a:hover {
    text-decoration: underline;
}

.menu a:visited { color: #333; }

.menu_on a, .menu_on a:visited { /* currently selected menu item */
	font: bold 75% Arial;
	color: #fff;
	padding: 2px 5px 3px 15px;
	border: none;
}

a.menu_off { /* menu item not yet accessible */
	font-weight: normal;
	color: #333;
}

/*** Side Menu Indentation Scheme ***/
/* level 1 */
.menu_1 {
    padding-left: 5px;
}
/* level 2 */
.menu_2 {
	background: url(/hli-resources/images/dot2.gif) #EEE 15px 0.6em no-repeat;
    padding-left: 15px;
}
/* level 3 */
.menu_3 {
	background: url(/hli-resources/images/dot2.gif) #EEE 25px 0.6em no-repeat;
    padding-left: 25px;
}
/* level 4 */
.menu_4 {
	background: url(/hli-resources/images/dot2.gif) #EEE 35px 0.6em no-repeat;
    padding-left: 35px;
}
/* level 5 */
.menu_5 {
	background: url(/hli-resources/images/dot2.gif) #EEE 45px 0.6em no-repeat;
    padding-left: 45px;
}

/*** Specialized Styles ***/


/*** Event Task List ***/
td.no_width {
            }

table.form_inner { width:638px; }

#sidebar {
   float: left;
   width: 220px;
   \width: 220px;
   w\idth: 220px;
   margin: 0px;
   margin-right: 5px;
   padding: 0px;
}

#leftHalf {
   float:left;
   width: 300px;
   \width: 300px;
   w\idth: 300px;
   margin: 0px 5px 0px 0px;
   padding: 0px;
}

#rightHalf {
   width: 300px;
   \width: 300px;
   w\idth: 300px;
   margin: 0px;
   margin-left: 310px;
   padding: 0px;
}

#position {
   padding-top: 0px;
   margin-top:  0px;
}

div.portalContent p { margin: 6px 8px 0px 8px; padding: 0px; }
div.header {margin: 0px 8px 0px 8px; padding: 0px;}

.accordionTabTitleBar {
   font-size           : 12px;
	padding             : 4px 6px 4px 6px;
   border-style        : solid none solid none;
	/*border-top-color    : #BDC7E7;*/
	/*border-bottom-color : #182052;*/
   border-width        : 1px 0px 1px 0px;
}

.accordionTabTitleBarHover {
   font-size        : 11px;
	/*background-color : #1f669b;*/
	/*color            : #000000;*/
}

.accordionTabContentBox {
   font-size        : 11px;
   border           : 1px solid #1f669b;
   border-top-width : 0px;
   padding          : 0px 8px 0px 8px;
}

#accordionExample {
	width : 700px;
}


#formLetterAccordion {
	/*font-family : Trebuchet MS, Arial, Helvetica, sans-serif;*/
	font-size   : 11px;
}


a.menuLink:visited, a.menuLink:link {
   color: #CCCCCC;
}

div.mdBlueBox a:visited, div.mdBlueBox a:link {
   color: white;
}
a.menuLink:hover, div.mdBlueBox a:hover {
   color: white;
}

.menuLink {
  margin-right : 25px;
}

div.portalContent a:visited, div.portalContent a:link {
   text-decoration:underline;
   color:black;
}

div.portalContent a:hover {
   text-decoration:underline;
}

#leftHalf a:visited, #leftHalf a:link, #rightHalf a:visited, #rightHalf a:link {
   color: white;
}

.demoLinks {
	display : block;
}

.bigText {
	/*font-family : Trebuchet MS, Arial;*/
	font-size   : 18px;
	font-weight  : bold;
	color       : rgb(30,69,82);
}

.menuBox, .clearBox,
.ltOliveBox, .mdOliveBox, .dkOliveBox,
.ltBlueBox, .mdBlueBox, .dkBlueBox,
.portalBox, outlineBox {
    background-color : rgb(206, 222, 189);
	/*font-family      : Trebuchet MS, Helvetica, Arial;*/
	font-size        : 11px;
	color            : black;
	padding-top      : 6px;
	padding-bottom   : 6px;
	margin-top       : 6px;
}

.clearBox, .outlineBox {
   background-color : transparent;
}

.outlineBox {
   border: 1px solid gray;
}

.dkOliveBox {
   background-color : #6b795a;
   color:white;
}
.mdOliveBox {
   background-color : #adba8c;
}
.ltOliveBox {
   background-color : #cedebd;
}
.dkBlueBox {
   background-color : #003658;
   color:white;
}
.mdBlueBox {
   background-color : #1f669b;
   color:white;
}
.ltBlueBox {
   background-color : #C0D4e6;
}
.dkBlueGreenBox {
   background-color : #1e4552;
   color:white;
}

ul.stylizedList {
   list-style  : url("../images/liBullet.gif");
}

/*
COLOR PALETTE
DkBlueGreen #1e4552
Orange #f79a10

DkOlive #6b795a
MdOlive #adba8c
LtOlive #cedebd

DkBlue #003658
MdBlue  #1f669b
LtBlue #90D4e6
*/

.headerEndCap {
   background-color : #1F669B;
   width:50%;

}

/* fixes firefox padding in table cell with image in all
but transitional mode */
td .imgcell { display: block; }

.menuBox {
   background-color : rgb(30, 69, 82);
   color            : white;
}

.cellPadding {
   padding: 2px 2px 2px 2px;
}

.leftPadding {
	padding-left  : 10px;
   padding-right : 10px;
}

.topPadding {
	padding-top : 6px;
}

div.simpleDropPanel {
   width    : 200px;
   height   : 80px;
   padding  : 2px;
   border   : 1px solid #5b5b5b;
}

span.indentedLine {
   display     : block;
   margin-left : 110px;
}

a.backToSearch:link, a.backToSearch:hover, a.backToSearch:visited {
   text-decoration:underline;
   font-size: 14px;
   margin: 6px 0px 6px 0px;
   }

/**
 *   Global
 *
 **/

.statusContainer {
   background-color : #ffd363;
}

span.statusMsg {
   font-family      : Tahoma;
   font-size        : 11px;
   font-weight      : bold;
   margin           : 2px 6px;
}

span.code {
   font-family : fixed;
   font-size   : 11px;
   color       : #4b4b4b;
}

span.codeTitle {
   font-family : Courier;
   font-size   : 12px;
}

span.code2 {
   font-family : Courier;
   font-size   : 11px;
   margin      : 12px;
}

span.code3 {
   display      : block;
   font-family  : Courier;
   font-size    : 11px;
   padding-left : 12px;
}

span.bigTitle {
   font-family : Arial;
   font-size   : 14px;
}

div.title {
   font-family      : Arial;
   font-size        : 10px;
   background-color : #797979;
   color            : #ffffff;
   width            : 200px;
   margin           : 1px;
}

span.title {
   font-family      : Arial;
   font-size        : 12px;
   margin           : 1px;
}

span.catHeader {
   font-family : Arial;
   font-weight : bold;
   font-size   : 11px;
   color       : #5b5b5b;
   margin-left : 8px;
   margin-top  : 12px;
   display     : block;
}

/**.x { display:block; #5b5b5b }
*/
.linkBox {
   padding-top      : 5px;
   padding-bottom   : 5px;
   background-color : #cdd7b5;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size   : 11px;
}

.listBox {
   padding-top      : 5px;
   padding-bottom   : 5px;
   background-color : #ffffff;
   border           : 1px solid #8b8b8b;
}

.logBox {
   padding-top      : 5px;
   padding-bottom   : 5px;
   background-color : #ffffee;
   border           : 1px solid #8b8b8b;
}

.codeBox {
   padding-top      : 5px;
   padding-bottom   : 5px;
   background-color : #E0DDB5;
}

.links {
   font-family      : Arial;
   font-size        : 10px;
   text-decoration  : none;
   margin-bottom    : 0px;
}

.customDraggable {
   background-color : #E0DDB5;
   color            : #5b5b5b;
   border           : 1px solid #5b5b5b;
   -moz-opacity     : 0.7;
   padding          : 1px 5px 1px 5px;
}

 /**
  *   ricoColor.html
  *
  **/

.formPanel {
   background-color : #cdd7b5;
   width            : 150px;
}

div.explain-text {
   width       : 550px;
   font-family : Arial;
   font-size   : 14px;
   padding     : 8px
}

span.label {
   font-family : Arial;
   font-size   : 13px;
}

#colorBox {
   height : 5px;
}

input.field {
   border-top       : 0px solid #ffffff;
   border-left      : 0px solid #8b8b8b;
   border-bottom    : 1px solid #cedbc1;
   border-right     : 1px solid #cedbc1;
   background-color : #eef1e5;
   text-align       : right;
}

/**
 *  dragAndDropSimple.html
 *
 **/

div.box {
   font-family   : Arial;
   font-size     : 14px;
   width         : 100px;
   height        : 40px;
   text-align    : center;
   border-bottom : 1px solid #6b6b6b;
   border-right  : 1px solid #6b6b6b;
}

div.panel {
   width    : 200px;
   height   : 80px;
   padding  : 2px;
   border   : 1px solid #5b5b5b;
}

div.explanation {
   font-family      : Arial;
   font-size        : 12px;
   width            : 600px;
   background-color : #cdd7b5;
}

span.logMsg {
   display      : block;
   font-family  : Helvetica;
   font-size    : 10px;
}

/**
 *  ricoCorner.html
 *
 **/
div.cornerSamples {
   width            : 440px;
   margin-top       : 4px;
   background-color : #ffffee;
   font-family      : Arial;
   font-size        : 11px;
   text-align       : left;
}

/**
 * ricoEffectSize.html
 *
 *
 **/
div.sizeMe {
   width            : 120px;
   padding-top      : 5px;
   padding-bottom   : 5px;
   background-color : #c6c3de;
   font-family      : Arial;
   font-size        : 11px;
   text-align       : center;
}

/**
 * ricoDragAndDripCustomDraggable.html
 *
 **/
span.nameSpan {
   font-family  : Helvetica;
   font-size    : 11px;
}

div.customDropZone {
   background-color : #c6c3de;
   font-family      : Helvetica;
   font-size        : 10px;
}
/*BenefitsXML styles End */
 
