@charset "UTF-8";

/* WHITE BACKGROUND */
 body {
	margin: 0px;
	background-color: #FFFFFF;
}

 #bodyBackground {
	background-image: url(/images/theme/IMG_bg_white.jpg);
	background-repeat: repeat-y;
	width: 800px;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
}

#myAccountbodyBackground {
	background-image: url(/images/theme/IMG_bg_white.jpg);
	background-repeat: repeat-y;
	width: 860px;
	background-position: center top;
}

#myAccountHeaderHome {
	background-position: center top;
	height: 119px;
	width: 800px;
}
#myAccountsubTitle {
	background-repeat:repeat-y;
	background-position: bottom 400px;
	padding-top:25px;
	padding-left:15px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0859a2;
	font-size: 14px;
	text-decoration: none;
	width: 160px;
	height: 28px;
	text-align: left;
	display: block;
}

#myAccountsearchBox {
	background-image: url(/images/theme/shadowSearchbox.png);
	background-position: bottom 400px;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 600px;
	background-position: left 600px
}

#myAccountfooter {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a29f9f;
	width: 800px;
	clear:both;
	background-position:top center;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a29f9f;
	text-align: center;
}

#myAccountfooter a {
	color: #004A90;
	text-decoration: none;
}

#myAccountfooter a:hover {
	color: #333333;
	text-decoration: none;
}

.myAccountlogout {
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 15px;
	text-decoration: none;
	width:250px;
	clear:left;
	display:inline-block;
}

#myAccountpageBottom {
	background-image: url(/images/theme/IMG_bg_white_bttm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 59px;
	width: 860px;
}

#rightMainContent {
	width:550px;
	float:left;
	clear:none;
	font-size: 12px;
	background-color:#FFFFFF;
	background-position:top center;
}

#rightMainContent .mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0859a2;
	padding-bottom: 5px;
	padding-top: 10px;
}
#rightMainContent .regTitle {
	font-size: 14px;
	font-weight: bold;
}
#rightMainContent fieldset {
	border: 1px solid #005ca9;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(/images/theme/IMG_sub_sub_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#rightMainContent legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #464646;
}
#rightMainContent img {
	padding: 3px;
	margin-left: 7px;
	margin-right: 7px;
	border: 0px solid #005CA9;
}


#pageBottom {
	background-image: url(/images/theme/IMG_bg_white_bttm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 59px;
	width: 860px;
}

#leftNavMainSection {
	background-image: url(/images/theme/IMG_bg_white.jpg);
	background-repeat: repeat-y;
	width:860px;
	clear:both;
	float:left;
	}

#leftNavSection {
	width:250px;
	padding-left:30px;
	float:left;
	clear:none;
	display:inline;
}

#allinoneview {
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;
	width:250px;
	clear:left;
	display:inline-block;
}
#allinoneview ul 

{ /* CSS for Simple Tree Menu */

margin: 0;
padding: 0;
}

#allinoneview li {
	
	 /*Style for LI elements in general (excludes an LI that contains sub lists)*/

	background: url(/images/open.gif) no-repeat left 2px;
	list-style-type: none;
	padding-left: 22px;
	padding-bottom: 3px;
}


#allinoneview li a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;
}


#allinoneview li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 12px;
	text-decoration: none;
}


#allinoneview li.submenu
{
 /* Style for LI that contains sub lists (other ULs). */
 
	background: url(/images/closed.gif) no-repeat left 2px;
	padding-left: 22px;
	padding-bottom: 3px;
	cursor: hand !important;
	cursor: pointer !important;

}



#allinoneview li.submenu ul
{
	
	 /*Style for ULs that are children of LIs (submenu) */
display: none;

 /*Hide them by default. Don't delete. */

}


#allinoneview .submenu ul li{
	
	 /*Style for LIs of ULs that are children of LIs (submenu) */
	
	 cursor: default;
}


#allinoneview .submenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;
}

#allinoneview .submenu ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 12px;
	text-decoration: none;	
}

#billingview {
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;
	width:250px;
	clear:left;
	display:inline-block;
}


#billingview ul 

{ /* CSS for Simple Tree Menu */

margin: 0;
padding: 0;
}

#billingview li {
	
	 /*Style for LI elements in general (excludes an LI that contains sub lists)*/

	background: url(/images/open.gif) no-repeat left 2px;
	list-style-type: none;
	padding-left: 22px;
	padding-bottom: 3px;
}


#billingview li a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;
}


#billingview li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 12px;
	text-decoration: none;
}


#billingview li.submenu
{
 /* Style for LI that contains sub lists (other ULs). */
 
	background: url(/images/closed.gif) no-repeat left 2px;
	padding-left: 22px;
	padding-bottom: 3px;
	cursor: hand !important;
	cursor: pointer !important;

}



#billingview li.submenu ul
{
	
	 /*Style for ULs that are children of LIs (submenu) */
display: none;

 /*Hide them by default. Don't delete. */

}


#billingview .submenu ul li{
	
	 /*Style for LIs of ULs that are children of LIs (submenu) */
	
	 cursor: default;
}


#billingview .submenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;
}

#billingview .submenu ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 12px;
	text-decoration: none;	
}

.fontsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003056;
	margin: 0px;
	padding-top: 10px;
}

.deenroll
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	color: #464646;
  	padding-left: 14px;
}
.deenroll span
{
	  font-family: Arial, Helvetica, sans-serif;
  	  font-size: 12px;
  	  color: #464646;
	  font-weight:bold;
}
.deenroll li
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left:18px;
	color: #464646;
	font-size:12px;
	list-style: disc;
}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #464646;
	font-size: 12px;
	text-decoration: none;
	background-image: url(/images/theme/open.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;

}

.shadow {
	background-image: url(/images/theme/shadow.png);
	background-position: bottom right;
	height: 25px;
	width: 160px;
}

.shadowBig {
	background-image: url(/images/theme/shadow_big.png);
	background-position: bottom right;
	height: 31px;
	width: 200px;
}

/* HOME PAGE CSS */

#headerHome {
	background-repeat: no-repeat;
	background-color: #088fdc;
	background-color: #579cc3;
	background-position: center top;
	height: 350px;
	width: 800px;
}

#boxNavSearch {
	background-image: url(/images/theme/IMG_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	padding-bottom: 4px;
}


.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004A90;
	font-weight: bold;
    padding-top:5px;
}

.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004A90;
	font-weight: bold;
	text-decoration: none;
}

.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A9CF1;
	text-decoration: none;
}

.dividers {
	padding-right: 9px;
	padding-left: 9px;
}
.textfield2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	height: 22px;
	width: 192px;
	border: 1px solid #51b6f3;
	background-color: #FFFFFF;
}

.boldheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-weight: bold;
}

#subTitle {
	padding-top: 25px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0859a2;
	font-size: 14px;
	text-decoration: none;
}

#searchBox {
	background-image: url(/images/theme/shadowSearchbox.png);
	background-position: bottom 400px;
	background-repeat: no-repeat;
	/*padding-top: 20px;*/
	padding-left: 365px;
	background-position: left 356px
}

.searchForm {
	margin: 0px;
	height: 20px;
	width: 162px;
	border: 1px solid #4AB3F4;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 2px;
}

.searchForm .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 15px;
	width: 132px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.searchForm .button {
	background-image: url(/images/theme/BTTN_search.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin: 0px;
	padding: 0px;
	
}
#contentTable {
	padding-bottom: 25px;
}

/* HOME PAGE EMERGENCY DIV --moved here from old css: HomeTabs - need to find out the position it should be displayed*/
#emergency {
	color: #FF0000;
	background-color: #EEEEEE;
	font-size: 1em;
	line-height: 1.25em;
	width: 446px;
	border: 2px solid #FF0000;
	margin: 0;
	padding: 10px;
}

/* HOME PAGE NEWS BOX */

#newsBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 9px;
	width: 334px;
	text-align: left;
}

#newsBox .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #004a90;
	font-weight: bold;
	padding-bottom: 0px;
}

#newsBox .date {
	color: #447F00;
	font-weight: normal;
}
#newsBox .metadata {
	color: #FFFFFF;
	font-weight: normal;
}

#newsBox .newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 8px;
}

#newsBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004A90;
	text-decoration: none;
}

#newsBox a:hover {
    color: #004a90;
}
#accountLoginexpired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: #0072BC;
	color: #FFFFFF;
	display: inline-block;
	width: 100%;
	height: 10%;
	text-align: center;
}


#newsBox .alert {
	color: #FF0000;
	font-weight: bold;
}

#newsBox .alertTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	padding-bottom: 26px;
	font-weight: bold;
	padding-left: 4px;
}


/* ACCOUNT LOG IN */
#accountLogin {
	width: 157px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-bottom: 10px;
}

#accountLogin .acctHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004a90;
	height: 22px;
	width: 157px;
	background-position: left top;
}

.accountForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003056;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
}

.accountForm .textfield {
	height: 18px;
	width: 152px;
	border: 1px solid #51b6f3;
	background-color: #FFFFFF;
	
}

.accountForm .button {
	height: 22px;
	width: 36px;
	margin-left: 25px;
}

#accountLogin .accountForm a {
	color: #085fac;
	text-decoration: none;
	padding-left: 10px;
}

#accountLogin .accountForm a:hover {
    color: #0072BC;
}

/*Formatted form*/

#uniForm {
	width: 540px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-bottom: 10px;
}

#uniForm .uniHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004a90;
	height: 22px;
	width: 157px;
	background-position: left top;
}

.detailForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003056;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
}
.detailForm p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}


.detailForm .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	height: 22px;
	width: 192px;
	border: 1px solid #51b6f3;
	background-color: #FFFFFF;
}


.detailForm .button {
	height: 35px;
	width: 65px;
	margin-left: 70px;
}

#uniForm .detailForm a {
	color: #085fac;
	text-decoration: none;
	padding-left: 0px;
}

#uniForm .detailForm a:hover {
    color: #0072BC;
}

/*End*/

#linksBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004a90;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}
#linksBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004a90;
	text-decoration: none;	
}
#linksBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A3A3;
	text-decoration: none;
}

/* AD BOX */

#adBox {
	width: 247px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#adBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004A90;
	text-decoration: none;
}
#adBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A3A3;
	text-decoration: none;
}
#adBox .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #004A90;
	text-align: center;
	padding-bottom: 13px;
}
#adBox .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

/* FOOTER */

#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a29f9f;
	width: 800px;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a29f9f;
	text-align: center;
}

#footer a {
	color: #004A90;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}


/* ///// SUB PAGE /////// */

#headerSub {
	background-image: url(/images/theme/IMG_Sub_static_bnnr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 119px;
	width: 800px;
}

#boxSubNavSearch {
	background-image: url(/images/theme/IMG_Sub_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	padding-bottom: 4px;
}

#boxNavSearchHome {
	background-image: url(/images/theme/IMG_nav_bg_home.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	padding-bottom: 10px;
}

#leftSide {
	background-color: #FCF9E1;
	width: 220px;
      text-align: left;
}

#leftNav {
	padding-top: 5px;
	padding-left: 0px;
}
#leftNav ul {
	display: inline;
}

#leftNav li {
	list-style-type: none;
	padding-bottom: 8px;
}

#leftNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;
	background-image: url(/images/theme/open.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;

}

#leftNav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 12px;
	text-decoration: none;
}



#subMainContent {
	background-color: #FFFFFF;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding-bottom: 20px;
    text-align: left;
}

.subContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	color: #464646;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 20px;
    text-align: left;
}

#subMainContent .mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0859a2;
	padding-bottom: 5px;
	padding-top: 10px;
}
#subMainContent .regTitle {
	font-size: 14px;
	font-weight: bold;
}
#subMainContent fieldset {
	border: 1px solid #005ca9;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(/images/theme/IMG_sub_sub_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#subMainContent legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #464646;
}
#subMainContent img {
	padding: 3px;
	margin-left: 7px;
	margin-right: 7px;
	border: 0px solid #005CA9;
}

/* SUB FOOTER */
#subfooter {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a29f9f;
	width: 800px;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a29f9f;
	text-align: center;
}

#subfooter a {
	color: #004A90;
	text-decoration: none;
}

#subfooter a:hover {
	color: #333333;
	text-decoration: none;
}




#treeview {
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 15px;
	text-decoration: none;
	
}

#treeview ul { /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

#treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(/images/open.gif) no-repeat left 2px;
	list-style-type: none;
	padding-left: 22px;
	padding-bottom: 3px;
}

#treeview li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;

}

#treeview li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 12px;
	text-decoration: none;
}

#treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(/images/closed.gif) no-repeat left 2px;
	padding-left: 22px;
	padding-bottom: 3px;
	cursor: hand !important;
	cursor: pointer !important;

}


#treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

#treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

#treeview .submenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004A90;
	font-size: 12px;
	text-decoration: none;
}

#treeview .submenu ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A2A3A3;
	font-size: 12px;
	text-decoration: none;	
}
.floatLeft {
	float: left;
	margin: 5 15px 15px 5;
	padding:1px 5px 1px 5px;
}

.floatRight {
	float: right;
	margin: 5 15px 15px 5;
	padding: 1px 5px 1px 5px;
}
/*Copied from map.css*/
.dummy {}
.mediumText{ font: 12px arial, helvetica, sans-serif; color: #00008B; }
.mediumTextWhite{ font: 12px arial, helvetica, sans-serif; color: #00008B; }
.mediumTextRed{ font: 12px arial, helvetica, sans-serif; color:#F00; }
.leftNavLinks { font: 12px arial, helvetica, sans-serif; color: #00008B; text-decoration: underline;}
.leftNavLinks:hover { font: 12px arial, helvetica, sans-serif; color: #00008B; text-decoration: none;}
.smallText{ font: 10px arial, helvetica, sans-serif; color: #00008B; }
.boldBlueHeader {font: 15px verdana, arial, sans-serif; color: #00008B; font-weight: bold;  }
.subContentTitle{font:Arial, Helvetica, sans-serif; size:14px; font-weight:bold }
ul {margin-left:15px; margin-right:0px; list-style:square;}

/* News Releases */
#news-release-gallery {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F7F7F7 none repeat scroll 0 0;
	float:right;
	margin-bottom:10px;
	width:245px;
}

#news-release-gallery img {
	padding:5px;
}

#news-release-gallery .download {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	color: #0000CC;
	display:block;
	float:left;
	padding:5px;
	text-align:center;
	width:235px;
}

#news-release-gallery .img-preview-container {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	clear:both;
	float:left;
	margin:15px;
	padding:5px;
	width:204px;
}

#news-release-gallery .img-preview-container .img-wrap {
	float:left;
	margin-bottom:5px;
}

/* Sortable tables */
table.sortable thead {
    background-color:#006699;
    color:#FFFFFF;
    font-weight: bold;
    cursor: hand !important;
	cursor: pointer !important;
}
