@charset "UTF-8";
/* Globals */

html, body {  
	background-image: url("/_images/PageBG.jpg");
    background-repeat: repeat-x;
	/*background-color: #B3C8E3;*/
	background-color: #0d6fac;
	margin:0;
	padding:0;
	height:100%; 
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size:9pt;	
	color: #000000;
}

.menuOff {
	background-image: url("/_images/MenuBG-off.jpg");
    background-repeat: repeat-x;
	/*border-left:1px #FFFFFF dotted;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size:9pt;	
	text-align:center;
	margin:6px 0 5px 0;
	padding:0;	
}

.menuOn {
	background-image: url("/_images/MenuBG-on.jpg");
    background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;	
	text-align:center;
	margin:6px 0 5px 0;
	padding:0;	
}

.menuSubOff {
	background-color:#EEEEEE;
	border-top:1px #EEEEEE solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size:8pt;	
	text-align:center;
	margin:3px 3px 1px 3px;
	padding:0;
}

.menuSubOn {
	background-color:#EEEEEE;
	border-top:1px #EEEEEE solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size:8pt;	
	text-align:center;
	margin:3px 3px 1px 3px;
	padding:0;	
}

.menuLeftMainOff {
	background-color:#EEEEEE;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;	
	text-align:center;
	margin:7px 5px 7px 8px;
	padding:0;	
}
.menuLeftMainOn {
	background-color:#005581;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;	
	text-align:center;
	margin:7px 5px 7px 8px;
	padding:0;	
}

.menuLeftSubOff {
	background-color:#EEEEEE;
	border-top:1px #CCCCCC solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;	
	text-align:center;
	margin:3px 3px 3px 3px;
	padding:0;
}

.menuLeftSubOn {
	background-color:#EEEEEE;
	border-top:1px #CCCCCC solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;	
	text-align:center;
	margin:3px 3px 3px 3px;
	padding:0;	
}

form {
	margin:0px; 
	padding:0px;>
}

li {
	font-size:9pt;
	text-decoration: none;
	margin:0 0 2px 30px;
}

ol {
	margin:10px 0 10px 0; 
	padding:0 0 0 0;
}

ul {
	list-style-image:url(/_images/bullet_gray.png);
	margin:10px 0 10px 0; 
	padding:0 0 0 0;
}

a:link {
	color: #005581;
	text-decoration: none;
}

a:visited {
	color: #005581;
	text-decoration: none;
}

a:hover {
	color: #0082C8;
	text-decoration: none;
}

a:active {
	color: #669933;
	text-decoration: none;
}

h1 {
	font-size:12pt;
	color:#0082C8;
	border-bottom:1px solid #CCCCCC;
	margin:5px 0 10px 0;
}

h2 {
	font-size:11pt;
	color: #005581;
	font-weight: bold;
	margin:12px 0 6px 0;
	padding:0 0 0 0;
}

h3 {
	font-size:11pt;
	color: #005581;
	font-weight: bold;
	margin:12px 0 15px 0;
	padding:0 0 0 0;
}

h4 {
	font-size:10pt;
	color: #005581;
	font-weight: bold;
	margin:12px 0 6px 0;
	padding:0 0 0 0;
}

h5 {
	font-size:11pt;
	color: #0082C8;
	font-weight: bold;
	margin:12px 0 0 0;
	padding:0 0 0 0;
}

hr {
	border:0; 
	height:1px; 
	border-bottom: 1px dashed #B3C8E3; 
	margin:10px 0 5px 0;
	padding:0 0 0 0;
}

.mainHeaderDkBlueLg { /* H1 */
	font-size:12pt;
	color: #005581;
	font-weight: bold;
}


.mainHeaderBlueLg { /* H1 */
	font-size:12pt;
	color: #0082C8;
	font-weight: bold;
}

.mainHeaderDkBlue { /* H2 */
	font-size:11pt;
	color: #005581;
	font-weight: bold;
}

.mainHeaderBlue { /* H2 */
	font-size:11pt;
	color: #0082C8;
	font-weight: bold;
}

.mainHeaderDkBlueMed { /* H3 */
	font-size:10pt;
	color: #005581;
	font-weight: bold;
}

.mainHeaderBlueMed { /* H3 */
	font-size:10pt;
	color: #0082C8;
	font-weight: bold;
}

.mainHeaderDkBlueSm { /* H4 */
	font-size:10pt;
	color: #005581;
	font-weight: bold;
}

a img {
	border: 0;
}

#halyards {
	font-family: Bradley Hand ITC;
	font-size:12pt;
	color: #005581;
	font-weight: bold;
}

/* Layout */

#mainTable {
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF; 
}

#contentTable {
	width:100%;
	height:100%;
}

#contentTable td.header {
	height:95px;
}

#contentTable td.menu {
	height:26px;
}

#contentTable td.header {
	width:1000px;
	background-image: url("/_images/Header.jpg");
	background-repeat: no-repeat
}

/********************************************************************************/
/* START OF LEFT NAVIGATION MENU STYLES */
/********************************************************************************/

div.nav {
	padding:0 15px 0 15px;
}

div.navHeader {
	width:190px; 
	height:28px;
	border:1px #CCCCCC solid;  
	text-align:left; 
	color:#005581; 
	font-weight:bold; 
	line-height:12px; 
	background-color:#E2E0E0; 
	background-image: url('/_images/QuickLinks.jpg'); 
	background-repeat: no-repeat; 
	background-position: left center;;
}

div.navHeaderHL {
	width:190px; 
	height:28px;
	border:1px #CCCCCC solid;  
	text-align:left; 
	color:#005581; 
	font-weight:bold; 
	line-height:12px; 
	background-color:#E2E0E0; 
	background-image: url('/_images/Highlights.jpg'); 
	background-repeat: no-repeat; 
	background-position: left center;;
}

div.navHeaderNews {
	width:188px; 
	height:28px;
	border-top:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	text-align:left; 
	color:#005581; 
	font-weight:bold; 
	line-height:12px; 
	background-color:#E2E0E0; 
	background-image: url('/_images/Calendar.jpg'); 
	background-repeat: no-repeat; 
	background-position: left center;;
}

/* FORMATS THE SIGNLE LINE HEADER WITHIN THE LEFT/RIGHT NAVIGATION MENUS */
div.navHeaderSingle {
	padding: 8px 0 0 23px;	
}

/* FORMATS THE SIGNLE LINE HEADER WITHIN THE LEFT/RIGHT NAVIGATION MENUS */
div.navHeaderDouble {
	padding: 3px 0 0 23px;
}

#contentTable td.leftnav {
	vertical-align:top;
	width:220px;
	height:100%;
	padding:14px 0 33px 0;
	border-left:1px #666666 solid; 
	border-right:1px #CCCCCC solid; 
	background-color:#FFFFFF;
}

#leftNavTable {
	width:190px;
	text-align:center;
}

#leftNavTable td.menuLeftNavHeader {
	width:100%;
	height:30px;
	vertical-align:center;
	text-align:left;
	background-color:#E2E0E0; 
	border:1px #CCCCCC solid; 
	color:#005581; 
	font-weight:bold; 
	padding:0 0 0 25px;
	line-height:12px;
	background-image: url("/_images/QuickLinks.jpg");
    background-repeat: no-repeat;
	background-position: left center;
}

#leftNavTable td.menuHighlightsHeader {
	width:100%;
	height:30px;
	vertical-align:center;
	text-align:left;
	background-color:#E2E0E0; 
	border:1px #CCCCCC solid; 
	color:#005581; 
	font-weight:bold; 
	padding:0 0 0 25px;
	line-height:12px;
	background-image: url("/_images/Highlights.jpg");
    background-repeat: no-repeat;
	background-position: left center;
}

/********************************************************************************/
/* START OF INDIVIDUAL NAVIGATION MENU STYLES (you must specify a height and width on all div tags) */
/********************************************************************************/

div.menuAbout {
	height:330px;
	width:190px;
	text-align:left;
}

div.menuAcademicAffairs {
	height:400px;
	width:190px;
	text-align:left;
}

div.menuAcademicServices {
	height:200px;
	width:190px;
	text-align:left;
}

div.menuAdmissions {
	height:330px;
	width:190px;
	text-align:left;
}

div.menuAdvancement {
	height:215px;
	width:190px;
	text-align:left;
}

div.menuAdvising {
	height:360px;
	width:190px;
	text-align:left;
}

div.menuAlumni {
	height:330px;
	width:190px;
	text-align:left;
}

div.menuAthletics {
	height:360px;
	width:190px;
	text-align:left;
}

div.menuBasketball {
	height:300px;
	width:190px;
	text-align:left;
}

div.menuCamden {
	height:155px;
	width:190px;
	text-align:left;
}

div.menuCardOffice {
	height:300px;
	width:190px;
	text-align:left;
}

div.menuCareerServices {
	height:215px;
	width:190px;
	text-align:left;
}

div.menuCheer {
	height:70px;
	width:190px;
	text-align:left;
}

div.menuCommunity {
	height:155px;
	width:190px;
	text-align:left;
}

div.menuCompliance {
	height:300px;
	width:190px;
	text-align:left;
}

div.menuCrossCountry {
	height:150px;
	width:190px;
	text-align:left;
}

div.menuCurrent {
	height:350px;
	width:190px;
	text-align:left;
}

div.menuCustomerService {
	height:185px;
	width:190px;
	text-align:left;
}

div.menuDining {
	height:130px;;
	width:190px;
	text-align:left;
}

div.menuET {
	height:145px;
	width:190px;
	text-align:left;
}

div.menuFacultyStaff {
	height:190px;
	width:190px;
	text-align:left;
}

div.menuFinAid {
	height:200px;
	width:190px;
	text-align:left;
}

div.menuFitCenter {
	height:120px;
	width:190px;
	text-align:left;
}

div.menuFuture {
	height:270px;
	width:190px;
	text-align:left;
}

div.menuFoundation {
	height:325px;
	width:190px;
	text-align:left;
}

div.menuGolf {
	height:185px;
	width:190px;
	text-align:left;
}

div.menuHighlights {
	height:135px;
	width:190px;
	text-align:left;
}

div.menuHR {
	height:360px;
	width:190px;
	text-align:left;
}

div.menuInauguration {
	height:185px;
	width:190px;
	text-align:left;
}

div.menuIRB {
	height:245px;
	width:190px;
	text-align:left;
}

div.menuLearnCenter {
	height:245px;
	width:190px;
	text-align:left;
}

div.menuLibrary {
	height:240px;
	width:190px;
	text-align:left;
}

div.menuSchoolMNS {
	height:195px;
	width:190px;
	text-align:left;
}

div.menuNews {
	border:1px #CCCCCC solid;
	width:188px;
	text-align:left;
}

div.menuNewsCenter {
	height:330px;
	width:190px;
	text-align:left;
}

div.menuOIE {
	height:285px;
	width:190px;
	text-align:left;
}

div.menuPolicy {
	height:100px;
	width:190px;
	text-align:left;
}

div.menuPresOffice {
	height:155px;
	width:190px;
	text-align:left;
}

div.menuPublicSafety {
	height:285px;
	width:190px;
	text-align:left;
}

div.menuQuickLinks {
	height:338px;
	width:190px;
	text-align:left;
}

div.menuRecycling {
	height:125px;
	width:190px;
	text-align:left;
}

div.menuResLife {
	height:540px;
	width:190px;
	text-align:left;
}

div.menuSACSCOC {
	height:240px;
	width:190px;
	text-align:left;
}

div.menuSchoolAHSS {
	height:155px;
	width:190px;
	text-align:left;
}

div.menuSchoolBPA {
	height:233px;
	width:190px;
	text-align:left;
}

div.menuSchoolBPAHighlights {
	height:155px;
	width:190px;
	text-align:left;
}

div.menuSchoolEd {
	height:140px;
	width:190px;
	text-align:left;
}

div.menuSchoolNursing {
	height:115px;
	width:190px;
	text-align:left;
}

div.menuSelfService {
	height:455px;
	width:190px;
	text-align:left;
}

div.menuServiceLearning {
	height:200px;
	width:190px;
	text-align:left;
}

div.menuSoftball {
	height:155px;
	width:190px;
	text-align:left;
}

div.menuSpeakersBureau {
	height:70px;
	width:190px;
	text-align:left;
}

div.menuStaffAssembly {
	height:200px;
	width:190px;
	text-align:left;
}

div.menuTechServices {
	height:255px;
	width:190px;
	text-align:left;
}

div.menuTennis {
	height:215px;
	width:190px;
	text-align:left;
}

div.menuTestingServices {
	height:245px;
	width:190px;
	text-align:left;
}

div.menuVolleyball {
	height:155px;
	width:190px;
	text-align:left;
}

/********************************************************************************/
/* START OF RIGHT COLUMN STUDENT PROFILE STYLES */
/********************************************************************************/

div.schoolProfiles {
	width:188px;
	height:125px;
	text-align:center;
	margin:15px 0 15px 0;
}

/********************************************************************************/
/* START OF RIGHT COLUMN/NAVIGATION STYLES */
/********************************************************************************/

#contentTable td.rightnav {
	vertical-align:top;
	width:220px;
	height:100%;
	padding:14px 0 0 0;
	border-left:1px #CCCCCC solid; 
	border-right:1px #666666 solid; 
	background-color:#FFFFFF;
}

#rightNavTable {
	width:190px;
	text-align:center;
}

#rightNavTable td.menuRightNavHeader {
	width:100%;
	height:30px;
	vertical-align:center;
	text-align:left;
	background-color:#E2E0E0; 
	border:1px #CCCCCC solid; 
	color:#005581; 
	font-weight:bold; 
	padding:0 0 0 25px;
	line-height:12px;
	background-image: url("/_images/QuickLinks.jpg");
    background-repeat: no-repeat;
	background-position: left center;
}

/********************************************************************************/
/* START OF HEADER DIV STYLES */
/********************************************************************************/

div.header {
	width:100%; 
	height:95px;
}

div.headerLeft {
	float:left; 
	width:520px;
}

div.headerRight {
	float:right; 
	width:285px; 
	margin-top:56px;
}

/********************************************************************************/
/* START OF STANDARD THREE COLUMN DIV STYLES */
/********************************************************************************/

div.threeCol {
	width:100%; 
}

div.threeColLeft {
	float:left; 
	width:33%;
}

div.threeColCenter {
	float:left; 
	width:33%;
}

div.threeColRight {
	float:right; 
	width:33%; 
}

/********************************************************************************/
/* START OF STANDARD TWO COLUMN DIV STYLES */
/********************************************************************************/

div.twoCol {
	width:100%; 
}

div.twoColLeft {
	float:left; 
	width:50%;
}

div.twoColRight {
	float:right; 
	width:50%; 
}

/********************************************************************************/
/* START OF CENTER/MAIN CONTENT TABLE STYLES */
/********************************************************************************/

#contentTable td.mainContent {
	vertical-align:top;
	text-align:left;
	line-height:18px;
	width:560px;
	height:100%;
	padding:10px 0 10px 0;
}

#contentTable td.mainContentSpanned {
	vertical-align:top;
	text-align:left;
	line-height:18px;
	width:780px;
	height:100%;
	padding:10px 0 10px 0;
	border-right:1px #666666 solid;
}

#mainContentFrame {
	padding-right:15px;
	padding-left:15px;
}

#headerTable {
	padding:0; 
	margin:0; 
	border-bottom:1px #666666 solid; 
	border-left:1px #666666 solid; 
	color:#FFFFFF; 
	background-color:#0082C8; 
	border-left:1px #666666 solid; 
	border-bottom:1px #666666 solid;
}

#headerTable tr.menu {
	height:26px;
	background-color:#005581;
}

.gsearch {
	padding:0 0 0 8px;	
}

#footerRow {
	height:52px;
}

#footerTable {
	text-align:center;
	vertical-align:bottom;
	background-color:#EEEEEE;
    background-repeat: repeat-y;
	border-left:1px #666666 solid; 
	border-right:1px #666666 solid; 
}

.footer {
	padding: 0 0 2px 0;
	font-size: 10px;
	text-indent: 0;
}

/* Text */

.maintxtLg {
	font-size: 10pt;
	font-weight: normal;
}

.maintxtSm {
	font-size: 8pt;
	font-weight: normal;
}

.maintxtSm a:link {
	color: #333333;
	text-decoration: underline;
}

.maintxtSm a:visited {
	color: #333333;
	text-decoration: underline;
}

.maintxtSm a:hover {
	color:#0082C8;
	text-decoration: underline;
}

.maintxtSm a:active {
	color: #333333;
	text-decoration: underline;
}

.maintxtSmCondensed {
	font-size: 8pt;
	line-height:13px;
	font-weight: normal;
}

.maintxtBlue {
	color:#0082C8;
}

.maintxtDkBlue {
	color:#005581;
}

.maintxtDkRed {
	color:#990000;
	font-size:13pt;
}

.maintxtRed {
	color:#CC0000;
	font-size:13pt;
}

.maintxtRed a:link {
	color: #990000;
}

.maintxtRed a:visited {
	color: #990000;
}

.maintxtRed a:hover {
	color:#CC0000;
}

.maintxtRed a:active {
	color: #990000;
}

.maintxtWhite {
	color:#FFFFFF;
	font-size:9pt;
}

.maintxtWhite a:link {
	color: #FFFFFF;
}

.maintxtWhite a:visited {
	color: #FFFFFF;
}

.maintxtWhite a:hover {
	color:#CCCCCC;
}

.maintxtWhite a:active {
	color: #FFFFFF;
}

.mainListBlue {
    list-style-type:square; 
	font-weight:bold;
}

.mainListBlue a:link {
	color: #333333;
}

.mainListBlue a:visited {
	color: #333333;
}

.mainListBlue a:hover {
	color:#0082C8;
}

.mainListBlue a:active {
	color: #333333;
}

.mainListDkBlue {
    list-style-type:square; 
	font-weight:bold;
}

.mainListDkBlue a:link {
	color: #005581;
}

.mainListDkBlue a:visited {
	color: #005581;
}

.mainListDkBlue a:hover {
	color:#0082C8;
}

.mainListDkBlue a:active {
	color: #005581;
}

.mainListRed {
    list-style-type:square; 
	color:#990000;
	font-weight:bold;
}

.mainListRed a:link {
	color: #333333;
}

.mainListRed a:visited {
	color: #333333;
}

.mainListRed a:hover {
	color:#990000;
}

.mainListRed a:active {
	color: #333333;
}

.mainListNoLink {
	list-style-image:url(/_images/bullet_blue_dk.png);
}

.mainListNoBullet {
	list-style-type: none;
}

.searchfield {
	border: 1px solid #999999;
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	padding: 2px;
	margin: 0;
	margin-left: 2px;
}

.mainField {
	font-size: 9pt;
}

#searchbutton {
	padding-bottom: 2px;
}

.nobullet {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.nobullet2 {
	list-style-type: none;
	margin-left: 10;
	padding-left: 10;
}

/********************************************************************************/
/* START ASP.NET NEWS GRID STYLE (NEWS/EVENTS) */
/********************************************************************************/

.newsGrid { 
    width: 100%; 
    background-color: #FFFFFF; 
    margin: 5px 0 10px 0; 
    border: solid 1px #333333; 
    border-collapse:collapse; 
}
.newsGrid td { 
    padding:3px 5px 3px 5px; 
    border: solid 1px #CCCCCC; 
    color: #717171;
}

.newsGrid td.events { 
	width:87%;
}

.newsGrid th { 
	text-align:left;
    padding:5px 4px 5px 5px; 
    color: #FFFFFF; 
	background-image: url("/_images/css/bg_news.jpg");
    background-repeat: repeat-x;
	background-color: #333333;
    border-left: solid 1px #525252; 
}
.newsGrid .alt { 
	/*background: #fcfcfc url(/_images/css/grd_alt.png) repeat-x top; */
	background-color: #ECE8E8;
}
.newsGrid .pgr { 
	background-image: url("/_images/css/bg_pgr.jpg");
    background-repeat: repeat-x;
	background-color: #333333;
}
.newsGrid .pgr table { 
	margin: 5px 0; 
}
.newsGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #FFFFFF; 
    line-height: 12px; 
 }   
.newsGrid .pgr a { 
	color: #999999; text-decoration: none; 
}
.newsGrid .pgr a:hover { 
	color: #FFFFFF; text-decoration: none; 
}

/********************************************************************************/
/* START CALENDAR DATE PICKER STYLE */
/********************************************************************************/

/* the div that holds the date picker calendar */
.dpDiv {}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-size: 8pt;
	text-align: center;
	color: #000000;
	background-color: #E3E4E6;
	border: 1px solid #666666;

	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #0082C8;
	border: 1px solid #999999;
	cursor: pointer;
	color: #FFFFFF;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #0082C8;
	border: 1px solid #666666;
	color: #FFFFFF;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 10pt;
	color: #005581;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #005581;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-size: 8pt;
	color: #FFFFFF;
	background: #666666;
	font-weight: bold;
	padding: 0 1px 0 1px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-size: 8pt;
	color: #FFFFFF;
	background: #666666;
	font-weight: bold;
}

/********************************************************************************/
/* START OF SORTABLE TABLE SYLE */
/********************************************************************************/

table.sortable {
	border-spacing: 0;
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border: 1px solid #CCCCCC;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #666666;
	color:#FFFFFF;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #DCE0E8;
	border-bottom: 1px solid #CCCCCC;
}
table.sortable tr.even td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}

/********************************************************************************/
/* START OF MOUSEOVER TOOLTIP / PICTURE STYLE */
/********************************************************************************/
.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid #999999;
background:white;
color: black;
z-index:2000;
padding: 0;
}

/********************************************************************************/
/* START OF PRINT SYLE */
/********************************************************************************/

/* Hide in print mode */
@media print{
 .printHidden{
	display:none;
 }


