
/*-------------------------------------------------------------------------------------------------------------
Browser Resets - Do Not Edit */
html, body, div, spsan, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*-------------------------------------------------------------------------------------------------------------Variables */

/* Style Variables */
		
.lighttext {																
	color: #C0C0C0;
}
	
.headingfont {																	
	color: #264389;
}

.standardtext {																	
	color: #000000;
}

.margintop4
{
    margin-top: 140px;
}
.margintop3 
{
    margin-top: 100px;
}
.margintop2 
{
    margin-top: 50px;
}
.margintop1 
{
    margin-top: 20px;
}
.margintop0
{
    margin-top: 0px;
}
.paddingtop4 
{
    padding-top: 140px;
}
.paddingtop3 
{
    padding-top: 100px;
}
.paddingtop2 
{
    padding-top: 50px;
}
.paddingtop1 
{
    padding-top: 20px;
}
.paddingtop0
{
    padding-top: 0px;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.lightGray {
	color: #D0D0D0;
}
.midgray {
	color: #808080;
}
.darkgray {
	color: #444444;
}
.red {
	color: #FF0000;
}

.whitebackground {
	background-color: #FFFFFF;
	color: #000000;
}
.lightgraybackground {
	background-color: #D0D0D0;
	color: #000000;
}
.midgraybackground {
	background-color: #808080;
	color: #FFFFFF;
}
.darkgraybackground {
	background-color: #444444;
	color: #FFFFFF;
}
.redbackground {
	background-color: #FF0000;
	color: #FFFFFF;
}
.introboxbackground {
	background-color: #5B6381;
	color: #FFFFFF;
}
.rolloverbackground {
	background-color: #335ED1;
	color: #FFFFFF;
}
.bannerbackground {
	background-color: #264389;
	color: #FFFFFF;
}
.contentboxtint {
	background-color: #eeeff3;
	color: #000000;
}

/* Text Variables */
.fontsize7 {
	font-size: 1.625em;
}
.fontsize6 {
	font-size: 1.425em;
}
.fontsize5 {
	font-size: 1.125em;
}
.fontsize4 {
	font-size: 0.95em;
}
.fontsize3 {
	font-size: 0.875em;
}
.fontsize2 {
	font-size: 0.75em;
}
.fontsize1 {
	font-size: 0.625em;
	line-height: 1.025em;
}
.fontsize0 {
	font-size: 0.525em;
	line-height:  0.925em;
}
.bold {
	font-weight: bold;
}
.widthfull {
	width: 100%;
}
.width7 {
	width: 400px;
}
.width6 {
	width: 325px;
}
.width5 {
	width: 205px;
}
.width4 {
	width: 150px;
}
.width3 {
	width: 120px;
}
.width2 {
	width: 95px;
}
.width1 {
	width: 30px;
}
.width0 {
	width: 13px;
}
.dropwidth7 {
	width: 410px;
}
.dropwidth6 {
	width: 335px;
}
.dropwidth5 {
	width: 215px;
}
.dropwidth4 {
	width: 160px;
}
.dropwidth3 {
	width: 130px;
}
.dropwidth2 {
	width: 85px;
}
.dropwidth1 {
	width: 40px;
}
.dropwidth0 {
	width: 23px;
}
.height7 {
	height: 420px;
}
.height6 {
	height: 280px;
}
.height5 {
	height: 210px;
}
.height4 {
	height: 140px;
}
.height3 {
	height: 70px;
}
.height2 {
	height: 35px;
}
.height1 {
	height: 10px;
}
.height0 {
	height: 0px;
}


.boxborder { border: 1px solid #5B6381;	}
.floatright { float: right; }
.floatleft { float: left; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligntop { vertical-align: top; }
.alignmiddle { vertical-align: middle; }


.marginleft {margin-left: 25px;}
.marginright {margin-right: 25px;}
.noleftmargin {margin-left: 0px;}
.norightmargin {margin-right: 0px;}

.nowrap { white-space: nowrap; }

h1 {
	padding-top: 30px;
	line-height: 110%;
	font-size: 1.625em;
}

h2 {
	font-size: 1.425em;}

h3 {
	padding: 10px 0px;
	font-weight: normal;
	font-size: 1.125em;
}

h4 {}

/* Button Variables */

a.button {
	display: block;
	height: 24px;
	margin: 25px 25px 0px 0px;
	padding: 7px 10px 0px 10px;
	background: url(/img/bg_button.png) top #5B6381;
	position: relative;
	color: #DDDDDD;
	border: 1px solid #5B6381;
	line-height: 120%;
	float: left;
}

a.button:hover {
	background-position:0% -39px ;
	color: #FFFFFF;
}

a.button:active {
	background: url(/img/bg_button.png) bottom #335ED1;
	color: #FFFFFF;
}

a.button:visited {
	background: url(/img/bg_button.png) bottom #335ED1;
	color: #FFFFFF;
}

/* Green Button */
a.buttong {
	display: block;
	height: 24px;
	margin: 15px 5px 0px 0px;
	padding: 7px 10px 0px 10px;
	background: url(/img/bg_button_green.png) top #335ED1;
	position: relative;
	color: #FFFFFF;
	border: 1px solid #5B6381;
	line-height: 120%;
}

a.buttong:hover {
	background-position:0% -39px ;
	color: #FFFFFF;
}

a.buttong:active {
	background: url(/img/bg_button_green.png) bottom #5B6381;
	color: #FFFFFF;
}

a.buttong:visited {
	background: url(/img/bg_button_green.png) bottom #5B6381;
	color: #FFFFFF;
}	


.contentbox {																
	min-height: 80px;
	width: auto;
	padding: 10px;
	float: left;
}

.contentboximage {																
    background: url(/img/multiwrap.png) no-repeat 0px 0px ;
    padding: 30px 5px 10px 30px;
}



a.smallbutton {
	display: block;
	height: 10px;
	margin:  2px 5px 10px 0px;
	padding: 5px 5px 5px 5px;
	background: url(/img/bg_button.png) top #5B6381;
	position: relative;
	color: #DDDDDD;
	border: 1px solid #5B6381;
	line-height: 120%;
	float: left;
	font-size: 11px;
}

a.smallbutton:hover {
	color: #FFFFFF;
	background: url(/img/bg_button.png) bottom #335ED1;
	background-position:0% -39px;
}

a.smallbutton:active {
	background: url(/img/bg_button.png) bottom #335ED1;
	color: #FFFFFF;
}

a.smallbutton:visited {
	background: url(/img/bg_button.png) bottom #335ED1;
	color: #FFFFFF;
}

a.active {
	background-position: bottom;	
}


/*-------------------------------------------------------------------------------------------------------------
Global Definitions */

body {
	font-family:  Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 120%;
}

a {
	color: #264389;
	text-decoration: none;
}

a:hover {
	color: #264389;	
}

a:visited {
	color: #335ED1;		
}

p {
	font-size: 0.875em;
}

input {
	width: 100%;
	border: 1px solid #5B6381;
	background: url(/img/bg_courseselectslider.png) bottom left repeat-x ;
	padding: 4px;
}

input.button {
	display: block;
	height: 34px;
	padding: 3px 10px 0px 10px;
	background: url(/img/bg_button.png) top #335ED1;
	position: relative;
	color: #DDDDDD;
	border: 1px solid #5B6381;
	line-height: 120%;
	text-align: center;
	float: left;
}

input.button:hover {
	background-position:0% -39px;
	color: #FFFFFF;
}

input.button:active {
	background: url(/img/bg_button.png) bottom #5B6381;
	color: #DDDDDD;
}

input.button:visited {
	background: url(/img/bg_button.png) bottom #5B6381;
	color: #DDDDDD;
}

textarea {
	background: url(/img/bg_courseselectslider.png) bottom repeat-x ;	
}

.submit {
	width: 50px;
	border: 1px solid #5B6381;
	background: url(/img/bg_button.png) bottom repeat-x #5B6381;
	color: #FFFFFF;
	text-align: center;
	padding: 0 3px 1px 3px;
	float: left;
}

.spacer {
	width: 100%;
	height: 25px;
	clear: both;
	display: block;
}




.radiobuttonlist {
    width: 100%;
    margin-top:20px;
}

 

.radiobuttonlist input[type="radio"] {
	width: 12px;
	margin: 0px 15px 0px 0px;
	width: 10px;
	border: 1px solid #D0D0D0;
	background: none;
	padding: 2px;
	float: none;
}

.radiobuttonlist label {
	width: 100px;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 2px;
	float: none;
}

.checkbox {
	width: 14px;
	margin: 0px 15px 0px 0px;
}



.drop {
	border: 1px solid #5B6381;
	background: url(/img/bg_courseselectslider.png) bottom repeat-x;
	padding: 3px;
	margin: 0px 0px 14px 0px;
}


/*-------------------------------------------------------------------------------------------------------------
Input Definitions */


/* Input Definitions */

.contacttable input {
	margin: 0px 15px 15px 0px;
	float: left;
}

.contacttable textarea {
	margin: 0px 15px 15px 0px;
	float: left;
}

.contacttable td {
	vertical-align:top;
}

textarea {
	min-height: 30px;
	border: 1px solid #5B6381;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

/*-------------------------------------------------------------------------------------------------------------
Global Layout Definitions */

.content {
	width: 930px;
	height: inherit; 
	margin: 0 auto;
	position: relative;
}

#maincol {
	width: 605px;
	margin: 0px 30px 0px 0px;
	float: left;
}

#maincol .infobox {
	min-height: 35px;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #5B6381;
	text-align: center;
	float: left;	
}

#subcol {
	width: 295px;
	float: left;
}                 

#header {
	width: 100%;
	height: 124px;
	margin: 0 auto;
	background: url(/img/banner-background.png) repeat #264389;
}

#logo {
	width: 615px;
	height: 124px;
	float: left;
	background: url(/img/bg_logo.png) no-repeat;
    position: absolute; 
  
}

#headerbox {
	width: 295px;
	height: 100px;
	padding: 10px 10px 0px 10px;
	float: right;
}

#headerbox #contact {
	width: 50%;
	height: 100px;
	border-right: 1px solid #5B6381;
	float: left;
}

#headerbox #login {
	width: 129px;
	height: 100px;
	padding: 0px 5px 0px 10px;
	float: left;
}

#login .submit {
	height: 20px;
}

#headerbox input {
	margin: 3px 0px 0px 0px;
	height: 11px;
	font-size: 10px;
}

#mainnav {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	background: url(/img/bg_button.png) top repeat-x #335ED1;
	border-top: 1px solid #264389;
	border-bottom: 1px solid #5B6381;
}

#search {
	width: 295px;
	height: 40px;
	float: left;
}

.search_input {
	background: url(/img/bg_searchinput.png) no-repeat;
	border: none;
	padding: 4px 6px 8px 12px;
	margin: 5px 0px;
	float: left;
	width: 190px;
}

.search_dd 
{
    color: #D0D0D0;
	background: url(/img/bg_searchdd.png) no-repeat;
	border: none;
	padding: 4px 1px 8px 2px;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 51px;
	font-size: 0.75em;
}

.search_submit {
	width: 36px;
	height: 26px;
	background: url(/img/bg_searchbutton.png);
	float: left;
	border: none;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
}

#location {
	width: 100%;
	min-height: 30px;
	margin: 0 auto;
	padding: 6px 0px 0px 0px;
	border-bottom: 1px solid #5B6381;
	vertical-align: middle;
}

#location .content p {
	padding: 0px 0px 0px 25px;
	background: url(/img/icon_compass.png) no-repeat left center;
}

#location .content p a {
	padding: 0px 5px;
}

#footer {
	width: 100%;
	min-height: 100px;
	background: url(/img/bg_footer.png) repeat-x top;	
	margin: 0 auto;
								
	clear: both;
}

#footer .content {
	border-bottom: 1px none #5B6381;									
}

#footer p {
	padding: 25px 0px;
}

/*-------------------------------------------------------------------------------------------------------------
Main Navigation Definitions */
 #navwrap {
	width: 930px;
	margin: 0 auto;
}

 #nav { width: 635px; _width: 635px; w\idth: 635px;  z-index: 1;  margin: 0 auto; float: left;}
 #nav ul { padding: 0; margin: 0px 20px; list-style-type: none; z-index: 2;}
 #nav ul ul { width:280px;  z-index: 3; }
 #nav li { float: left; width: inherit; position: relative; z-index: 4; height: inherit;}
 #nav a, #nav a:visited { display: block; text-decoration: none; height: 27px; padding: 12px 15px 0 15px; color: #DDDDDD; } /* <------ Top Level Nav Style */
* html #nav a, * html #nav a:visited { width: 100px; w\idth: 100px; }
 #nav ul ul a, #nav ul ul a:visited { background: none; border: none;}
 #nav ul ul a:hover{ border: none;}
 #nav ul ul :hover > a { border: none;}
 #nav ul ul ul a, #nav ul ul ul a:visited { border: none;}
 #nav ul ul ul a:hover {   #5B6381; border: none;}
 #nav ul ul { visibility: hidden; position: absolute; top: 39px; left: -21px; width:300px; } 
* html #nav ul ul { top:40px;t\op:40px; border: none;}
 #nav ul ul ul{ left:150px; top:-1px; width:80px; border: none;}
 #nav ul ul ul.left { left:-150px; border: none;}
 #nav table { position:absolute; top:0; left:0; border-collapse: collapse; border: none;}
 #nav ul ul a, #nav ul ul a:visited { width:280px; color: #000000  ;  font-style: normal; height:11px; line-height:100%; padding:9px 0 10px 10px; } /* <------ Sub Level Drop Down Text Style TIMBUSHELL 108px to 280px */
* html #nav ul ul a, * html #nav ul ul a:visited { width:280px; border: none; }
 #nav a:hover, #nav ul ul a:hover{ color: #DDDDDD;  } /* <------ Sub Level Drop Down Background Image and Style */
 #nav :hover > a { background: url(/img/bg_button.png) bottom repeat-x #5B6381;  color: #DDDDDD  } /* <------ Top Level Drop Down Hover Background Image and Style */
 #nav ul ul :hover > a { background: #5B6381 ; color: #DDDDDD ; width:290px;   } /* <------ Sub Level Drop Down Hover Text Style */
 #nav ul li:hover ul,
 #nav ul a:hover ul{ visibility:visible;}
 #nav ul :hover ul ul{ visibility:hidden;}
 #nav ul :hover ul :hover ul{ visibility:visible; }
 #nav ul a.active { background-color: #335ED1; color: #DDDDDD; text-decoration: none;  }
.dd { background: #eeeff3; border-left: 1px solid #5B6381 ; border-right: 1px solid #5B6381 ; border-bottom: 1px solid #5B6381 ; padding:0px; }	/* <--------- Drop Down Background */
.dd a { color:#000000; }



/*-------------------------------------------------------------------------------------------------------------
Homepage Definitions */

#introbox {
	width: 100%;
	height: 225px;
	margin: 0 auto;
	background: url(/img/bg_introbox_rpt.png) repeat-x center #5B6381;
}

#introbox h1 {
	display: block;
	width: 605px;
	padding: 20px 0px 0px 0px;
}

#introbox p {
	display: block;
	width: 605px;
	padding: 20px 00px 0px 00px;
}


#introbox .content {
	background: url(/img/bg_introbox.png) no-repeat ;
}



/* Tab Definitions */
.coursebox {
	margin: 25px 0px 0px 0px;
}


.titlebar {
	height: 39px;
	width: inherit;
	background: url(/img/bg_button.png) bottom repeat-x #335ED1;												
	border-left: 1px solid #5B6381;
}

.titlebar li {
	min-width: 80px;
	float: left;
}


.titlebar a {
	display: block;
	height: 29px;
	padding: 10px 15px 0px 15px;
	float: left;
	color: #FFFFFF;
}

.titlebar a img {
	vertical-align: bottom;
}

ul.titlebar li a.selected{
	background: url(/img/bg_titlebar_active.png) repeat-x #eeeff3;
	color: #000000;														
	border-top: 1px solid #eeeff3;				
	border-left: 1px solid transparent;													
	border-right: 1px solid transparent;									
	border-bottom: 1px solid transparent;
	margin: -1px 0px 0px -1px;
}

ul.titlebar li a:hover {
	height: 28px;
	background: url(/img/bg_titlebar_active.png) repeat-x #5B6381;
	color: #DDDDDD;
	border-top: 1px solid #eeeff3;			
	border-left: 1px solid transparent;												
	border-right: 1px solid transparent;							
	border-bottom: 1px solid transparent;
	margin: -1px 0px 0px -1px;
}

.tabcontent {
	color: #000000;
	min-height: 240px; 
	border: 1px solid #5B6381;
	background: #eeeff3;											
	border-top: none;
	padding: 30px;
}

.tabcontent a {
	display: block;
	width: 30%;
	float: left;
	padding-top: 8px;
}

/* Multibox Definitions */


.multiwrap 
{
	width: 271px;
	min-height: 300px; 
	float: left;
	margin-top: 25px; 
	margin-bottom:5px;
	clear:right;
}

.toptenlist {
    padding-left: 15px;
    list-style-type: square; 
    list-style-position: outside;
}

/*-------------------------------------------------------------------------------------------------------------
Choose Course Definitions */
	
#searchbox {
	height: 30px;
	padding: 0px;
	float: left;
	border: 1px solid #5B6381;											 
}

#searchbox img {
	padding-right: 5px;
}

#searchbox li {
	display: block;
	float: left;
}

#searchbox span {
	display: block;
	height: 20px;
	padding: 5px;
}

#searchbox a {
	display: block;
	height: 20px;
	padding: 5px;
}

#searchbox a:hover {
	background: url(/img/bg_button.png) top left repeat-x #5B6381;
	color: #FFFFFF;
}

#sb {
	width: 880px;
	height: inherit;
	padding:  10px 25px 25px 25px;
	margin: -1px 0px 0px 0px;
	float: left;
	border: 1px solid #5B6381;											
	position: relative;
}

#sb a {
	margin: 0px 7px;
}

#sb .close {
	width: 17px;
	height: 17px;
	background: url(/img/bg_cross.png) no-repeat;
	display: block;
	position: absolute;
	top: 2;
	right: 0;
}

#sb input {
	width: 70px;
}

.cat {
	display: none;	
}

.loc {
	display: none;
}

.pos {
	display: none;
}

.inputwrap {
	width: auto;
	height: 35px;
	margin: 15px 15px 0px 0px;
	float: left;
}

.brandlogo {
	display: block;
	float: right;
	position: absolute;
	top: 45px;
	right: 65px;
	border-width:0px;
    height:44px;
    width:55px;
}

.brandlogorow {
	float: left;
	margin: 1px;
	display:inline-block;
    border-width:0px;
    height:44px;
    width:55px;
}

/*-------------------------------------------------------------------------------------------------------------
Table Definitions */

.odd, .even {
	border-right: 1px solid #D0D0D0;
	font-size: 0.875em;
}

.odd td, .even td  {
	padding:  2px 1px 2px 3px;
	border-left: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;	   
    overflow: hidden;
}

.even {
	background: #eeeff3;
}

.odd {
	 background: #FFFFFF;
}




.even:hover, .odd:hover {
	background: #D0D0D0;
	cursor: pointer;
}

/*-------------------------------------------------------------------------------------------------------------
Course Info Definitions */

.inlineimage {    
    width: auto;  
    float: right;    
    margin-left: 47px;
	border: 1px solid #5B6381;											
}  

#maincol img {
	vertical-align: bottom;
}

/*-------------------------------------------------------------------------------------------------------------
Accordion Definitions */

.np {
	padding: 0px;	
}

.courses {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
}

h2.courses {
	padding: 5px;
	margin: 0px;
}

.sort_by {
	float: left;
	margin: 0px 10px 10px 5px;
}

.courses ul {
	padding: 0;
	margin: 0;

	display: block;
	width: 100%;
}

.courses li {
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: /*STR! url(/img/bg_button.png) top */ #5B6381;
	border-bottom: 1px solid #5B6381;  
	display: block;
	width: 100%;
}

.courses li.active>a {
	background: url('/img/bg_titlebar_arrow1.png') no-repeat right;
}

.courses li .datelist {
	display: block;
	clear: both;
	
}

.courses li .datelist .dategroupheading {
	padding: 5px 10px;
		color: /*STR! url(/img/bg_button.png) top */ #FFFFFF;
		background: /*STR! url(/img/bg_button.png) top */ #808080;
}

.courses li a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	cursor: pointer;
	background: url('/img/bg_titlebar_arrow2.png') no-repeat right;
}

.courses li a.header {
	color: #FFFFFF;
}

.datatbl {
	border: 1px solid #D0D0D0;	
}

.datatbl a:link {
	background: none;
	padding-left: 0px;
}

.datatbl a:visited {
	background: none;
	padding-left: 0px;
}

/* Date Cell */
.datatbl .schdate  {
    width: 80px;
    border-left: none;
    border-right: none;
}
/* Location Cell */
.datatbl .schloc  {
    text-align: center;
    border-left: none;
    border-right: none;
}
/* Price Cell */
.datatbl .schprice  {
	background: url(/images/symbol_pound.png) left no-repeat;
    width: 80px;
    text-align: right;
    border-left: none;
    border-right: none;
    padding-right: 10px;
}


/* Green Button for Dates */
.datatbl .schdate a {
    width: 80px;
	padding: 1px;
	background:url(/img/bg_button_green.png) top  #335ED1;
	color: #FFFFFF;
	border: 1px solid #000000 ;
	text-align: center;
}

.datatbl td {
	vertical-align: top;
}

.datatbl td .coursename {
	padding-right: 20px;
}

.datatbl .schdesc  {
    white-space: normal; 
}

/* Database Data / Course Outline Styles */

#maincol h1, #subcol h1
{
    margin: 0px 0px 10px 0px;
	font-size: 1.625em;
	color: #264389;
	font-weight: bold;
}

#maincol h2, #subcol h2
{
    margin: 0px 0px 10px 0px;
	font-size: 1.425em;
	color: #264389;
	font-weight: bold;
}

#maincol h3, #subcol h3
{
    margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #264389;
	font-weight: bold;
}

#maincol p, #subcol p, #maincol body, #subcol body  {
	color: #000000;
	font-size: 1em;
	line-height: 130%;
	margin: 0px 0px 15px 0px;
}

#maincol ul, #subcol ul 
{
	color: #000000;
	font-size: 1em;
    list-style-type: disc;
	list-style-position: inside;
	line-height: 130%;
	margin: 0px 0px 15px 0px;
}

#maincol ol, #subcol ol 
{
	color: #000000;
	font-size: 1em;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 130%;
	margin: 0px 0px 15px 0px;
}

.clearall 
{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	float: none;
	clear: both;
	color: #000000;
}

.clearBoth{ clear: left; }

.modalbackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.valerror {
	background: url(/images/ValidationError.png) left no-repeat #f9e9b5;
	font-size: 0.70em;
	padding: 1px 1px 1px 13px;
}



/*  MY BOOKINGS PAGE */
pdflink {
padding-left: 16px
background-position: left top;
background-repeat: no-repeat;
background-image: url(/images/pdflink.png) ;
}

.cui_icon {
width: 100%;
height:22px;
margin-bottom: 3px;
padding:0px;
border:none;
background-position: left top;
background-repeat: no-repeat;
}
.cui_icon:hover {
background-color:#D0D0D0;
}
.cui_icon_td {
width: auto;
height:22px;
margin-bottom: 0px;
padding:0px;
border:none;
background-position: left top;
background-repeat: no-repeat;
float:left;
}
.cui_icon_inner {
vertical-align: middle;
padding:0px 0px 0px 22px;
background-position: left top;
background-repeat: no-repeat;
}
.cui_question {
background-image: url(/images/cui_question.png) ;
}
.cui_tick {
background-image: url(/images/cui_tick.png) ;
}
.cui_alarm {
background-image: url(/images/cui_alarm.png) ;
}
.cui_progress {
background-image: url(/images/cui_progress.png) ;
}
.cui_none {

}

/*  CONTENT PAGES */

.picbox { 
    width: 30%; 
    float: right; 
    padding: 5px;
    overflow: none;
}

.contentpg {
    background: url(/img/cmi_bg_headerimg.png) bottom no-repeat;
    padding: 0 0 0 15px;
    width: 930px;
	margin: 0 auto;
	position: relative;
}

.contentpg h1 {
	width: 60%;
    float: left;    
	font-size: 1.825em;    
}

.ibox {
	width: 270px;
	background:#eeeff3;
    border-bottom: 1px solid ##5B6381;
    color: #000000;
    margin: 20px 0;
    float: right;
}

.ibox h2 {
	font-size: 1.1em;  
	width: 255px;
    display: block;
    height: 29px;
    padding: 10px 0 0 15px;    
    background:url(/img/bg_button.png) repeat-x #335ED1;	
	color: #DDDDDD;
    font-weight: bold;
}

.ibox p {
	padding: 10px;
    color: #010f26;
}

.ibox a {
	color: #144784;
}

.morebox h2 {
	font-size: 1.225em;
	width: 100%;
	padding: 5px 0;
    margin: 20px 0;
	border-bottom: 1px solid #c4c7ce;
    clear: both;
    float: left;
}

a.arrow {
	width: 211px;
	height: 27px;
	padding: 4px 6px 0 8px;
	margin: 0 10px 10px 0;
	background: url(../img/bg_arrowgreen.png) no-repeat top right;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	float: left;
    clear: both;
}
a.arrow:hover {
	background: url(../img/bg_arrowgreen.png) no-repeat center right;
	color: #fff;
}

a.arrow:active {
	background: url(../img/bg_arrowgreen.png) no-repeat bottom right;
	color: #fff;
	text-shadow: rgba(246,235,113,1.0) 0 -1px 0;
}


/* Content Management System Style */
 

.contentareaboxstorylink 	
{
    width: 66%; 
    float: left;
	margin: 3px 0px 0px 0px;
    color: #000000;
}

.contentareaboxstorylink a
{
	color: #000000;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.contentareaboxstorylink .sublink a {
	color: #000000;
	font-size: 0.80em;
    font-weight: lighter;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	background-image: url(/images/nextpage.gif);
    background-repeat: no-repeat;
    background-position: 8px ;
}

.contentareabox 	
{
    width: 66%; 
    float: left;
	margin: 20px 0px 30px 0px;
    color: #000000;
}
.contentareabox h1 
{
	color: #264389;
}
.contentareabox h2 
{
    margin: 0px 0px 15px 0px;
	font-size: 1.425em;
	color: #264389;
	font-weight: bold;
}
.contentareabox h3 
{
    margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #264389;
	font-weight: bold;
}
.contentareabox h4 
{
    margin: 0px 0px 10px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.contentareabox p, .contentareabox body  {
	color: #000000;
	font-size: 0.95em;
	line-height: 130%;
	margin: 0px 0px 15px 0px;
}
.contentareabox .sublink {
	color: #000000;
	font-size: 0.95em;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(/images/nextpage.gif);
    background-repeat: no-repeat;
    background-position: left ;
}

.contentareabox li 
{
	color: #000000;
	font-size: 0.95em;
	line-height: 130%;
}
.contentareabox ul 
{
	color: #000000;
	font-size: 0.95em;
    list-style-type: circle;
	list-style-position: inside;
	line-height: 130%;
	margin: 0px 0px 15px 0px;
}

.contentareabox ol 
{
	color: #000000;
	font-size: 0.95em;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 130%;
	margin: 0px 0px 15px 0px;
}

.contentareabox .storyspacer 
{
    margin: 35px 0px 0px 0px;
}



.exambox {
	width: 270px;
	background:#eeeff3;
    border-bottom: 1px solid ##5B6381;
    color: #000000;
    margin: 20px 0;
    float: right;
    padding: 5px;
}

.exambox h2 {
	font-size: 1.1em;  
	width: 255px;
    display: block;
    height: 29px;
    padding: 10px 0 0 15px;    
    background:url(/img/bg_button.png) repeat-x #335ED1;	
	color: #DDDDDD;
    font-weight: bold;
}

.exambox p, .exambox body  {
	font-size: 0.80em;
	color: #000000;
	padding: 5px;
}

.exambox ul 
{
	font-size: 0.80em;
	color: #000000;
    list-style-type: circle;
	list-style-position: inside;
	line-height: 130%;
	margin: 0px 0px 15px 0px;
}

.exambox ol 
{
	font-size: 0.80em;
	color: #000000;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 130%;
	margin: 0px 0px 15px 0px;
}

.exambox a {
	font-size: 0.80em;
	color: #144784;
}

.exambox .sublink a {
	font-size: 0.80em;
	color: #264389;
    font-weight: lighter;
	margin: 5px;
	padding: 5px 5px 5px 15px;
	background-image: url(/images/nextpage.gif);
    background-repeat: no-repeat;
    background-position: left ;
}
