/* GENERAL AND MISC. STYLES */

html
{
	height: 100%;
}

body
{
	margin: 1px 0 0 1px;
	padding: 0;
	font: normal 12px Trebuchet MS;
	color: #000;
	overflow: hidden;
	height: 99%;
}

table
{
	margin: 0;
	padding: 0;
	font: normal 12px Trebuchet MS;
	color: #000;
}

p
{
	padding:0 0 0 20px;
}

.selectField
{
	font: normal 12px Trebuchet MS;
	color: #000;
}

.error
{
	font: bold 12px Trebuchet MS;
	color: #FF0000;
}

.helpMessage
{
	font: bold 12px Trebuchet MS;
	color: #FF6600;
}

.inactive
{
	font: normal 12px Trebuchet MS;
	color: #FF0000;
}

.textField
{
	width: 200px;
	font: normal 12px Trebuchet MS;
}

.textArea
{
	height: 60px;
	width: 200px;
	font: normal 12px Trebuchet MS;
	overflow: auto;
}

.normal
{
	background-color: #EEE;
}

.alternate
{
	background-color: #FFF;
}

.expiredRow
{
	background-color: #FFF;
}

tr.expiredRow td
{
	color: #CCC;
}




.separator
{
	background-color: #D1CECF;
}

.searchResultsHeader
{
	padding: 0 5px 0 5px;
}

.required
{
	font: bold 13px Trebuchet MS;
	color: #FF0000;
	vertical-align: top;
}

.attention
{
	color: #EE0000;
}

.attentionGreen
{
	color: #048a05;
}

.attentionBlue
{
	color: #0010e0;
}

.disabled
{
	color: #CCC;
}
/* ############################################## */

/* Page Title */
#pageTitle
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 26px;
	overflow: auto;
}

#pageTitle ul
{
	margin: 0 5px 0 0;
	padding: 0;
	height: 26px;
	background-image: url("../images/header_blue_background.jpg");
	background-repeat: repeat-x;
	font: bold 14px Trebuchet MS;
	color: #FFF;
	overflow: auto;
}

#pageTitle .left
{
	height: 26px;
	width: 13px;
	background-image: url("../images/header_blue_left.jpg");
	background-repeat: repeat-x;
	display: inline;
	float: left;
	overflow: auto;
}

#pageTitle .middle
{
	margin: 0;
	padding: 3px 0 0 0;
	height: 23px; /* Set the height smaller than all the others to make up for the 3px top-padding */
	width: auto;
	display: inline;
	float: left;
	overflow: auto;
}

#pageTitle .right
{
	margin: 0;
	padding: 0;
	height: 26px;
	width: 13px;
	background-image: url("../images/header_blue_right.jpg");
	background-repeat: repeat-x;
	display: inline;
	float: right;
	overflow: auto;
}
/* End Page Title */

/* ############################################## */

/* Page Content */
#pageContent
{
	margin: 0 5px 0 0;
	padding: 0;
	height: 87%;
	font: normal 11px Trebuchet MS;
	color: #000;
	overflow: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	clear: both; /* FireFox needs this for when scrolling is needed */
}

#pageContent a:link,
#pageContent a:active,
#pageContent a:visited
{
	font: normal 12px Trebuchet MS;
	color: #04a2eb;
}

#pageContent a:hover
{
	font: normal 12px Trebuchet MS;
	color: #ff8704;
}

#pageContent .newNote a,
#pageContent .newNote a:active,
#pageContent .newNote a:visited,
#pageContent .newNote a:link
{
	color: #f00;
}

#pageContent h2
{
	margin: 10px 0 0 10px;
	padding: 0;
	font: bold 14px Trebuchet MS;
	color: #000;
}

#pageContent h3
{
	margin:200px 0 0 0;
	font: normal 16px Georgia;
	color: #666;
	text-align: center;
}

#pageContent h4
{
	margin:100px 0 0 0;
	font: normal 14px Georgia;
	color: #666;
	text-align: center;
}

#pageContent .scenesLink a, #pageContent .scenesLink a:link, #pageContent .scenesLink a:active, #pageContent .scenesLink a:visited
{
	font: normal 10px Trebuchet MS;
	color: #000;
}

#pageContent .scenesLink a:hover
{
	font: normal 10px Trebuchet MS;
}

/* End Page Content */

/* ############################################## */

/* Page Footer */
#pageFooter
{
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
	height: 50px;
	background-color: #EEE;
	font: bold 14px Trebuchet MS;
	color: #000;
	position: relative;
	bottom: 0;
	border: 1px solid #000;
	text-align: right;
}

#pageFooter ul
{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

#pageFooter li
{
	margin: 0 8px 0 8px;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
	text-align: center;
}

#pageFooter .off
{
	color: #BABABA;
}

#pageFooter .description
{
	padding: 15px 45px 0 0;
}

#pageFooter .selector
{
	position: absolute; 
	left: 0px; 
	top: 10px; 
	text-align: left;
}

#pageFooter .help
{
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
}

#pageFooter li a:link
{
	font:bold 14px Trebuchet MS;
	color: #000;
	text-align: center;
	text-decoration: none;
}

#pageFooter li a:active
{
	font:bold 14px Trebuchet MS;
	color: #000;
	text-align: center;
	text-decoration: none;
}

#pageFooter li a:visited
{
	font:bold 14px Trebuchet MS;
	color: #000;
	text-align: center;
	text-decoration: none;
}

#pageFooter li a:hover
{
	font:bold 14px Trebuchet MS;
	color: #000;
	text-align: center;
	text-decoration: none;
}
/* End Page Footer */

/* ############################################## */

/* List Table */
.listTable td
{
	margin: 0;
	padding: 0 5px 0 5px;
	font: normal 12px Trebuchet MS;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px dashed #CCC;
	
}

.listTable thead td
{
	margin: 0;
	padding: 1px 5px 3px 10px;
	height: 24px;
	background-color: #EEE;
	background-image: url("../images/header_list.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: 1px solid #000;
	font: bold 14px Trebuchet MS;
	color: #000;
	text-align: left;
}

.listTable .newNote
{
	color: #f00;
}

.listTable .newNote a,
.listTable .newNote a:link,
.listTable .newNote a:visited,
.listTable .newNote a:active
{
	color: #f00;
}

.sort-arrow
{
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending
{
	background-image:		url("../images/icon_arrow_down.png");
}

.sort-arrow.ascending
{
	background-image:		url("../images/icon_arrow_up.png");
}

.listTable .subTable
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.listTable .subTable tr
{
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #CCC;
	border-right: 0;
}

.listTable .subTable td
{
	margin: 0;
	padding: 0 0 2px 3px;
	border: 0;
	border-bottom: 1px dashed #CCC;
}

.listTable .smallIcon
{
	width: 20px;
	text-align: left;
	padding-left: 5px;
}
/* End List Table */

/* ############################################## */

/* View Table */
.viewTable
{
	margin: 0;
	padding: 0;
	font: normal 12px Trebuchet MS;
	color: #000;
	width: 100%;
}

.viewTable td
{
	height: 16px;
}

.viewTable p
{
	padding-left: 0
}

.viewTable .label
{
	padding: 0 8px 0 3px;
	font: bold 12px Trebuchet MS;
	background-color: #EEE;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align: right;
}

.viewTable .value
{
	padding: 0 0 0 10px;
	font: normal 11px Trebuchet MS;
	color: #000;
	background-color: #FFF;
	border-bottom:1px solid #CCC;
}

.viewTable .space
{
	margin: 0; 
	padding: 0; 
	height: 8px;
}

.viewTable .labelBorder
{
	padding: 0 8px 0 3px;
	font: bold 12px Trebuchet MS;
	background-color: #EEE;
	background-repeat: repeat-x;
	border-top: 1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align: right;
}

.viewTable .valueBorder
{
	padding: 0 0 0 10px;
	font: normal 11px Trebuchet MS;
	color: #000;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.viewTable .valueBorderNoPadding
{
	padding: 0;
	font: normal 11px Trebuchet MS;
	color: #000;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.viewTable .scenesLink
{
	font: normal 10px Trebuchet MS;
	color: #000;
}
/* End View Table */

/* ############################################## */

/* Page Error Table */
.pageErrorTable
{
	margin: 0;
	padding: 0;
	font: normal 12px Trebuchet MS;
	color: #000;
	width: 100%;
}

.pageErrorTable td
{
	margin: 0;
	padding: 10px;
	font: normal 12px Trebuchet MS;
	color: #000;
	text-align: left;
}

.pageErrorTable h1
{
	font: bold 18px Trebuchet MS;
	color: #FF0000;
	display: inline;
}
/* End Page Error Table */

/* ############################################## */

/* Line Editor */
#lineForm, .lineForm
{
	margin: 0;
	padding: 0;
}
/* End Line Editor */

/* ############################################## */

/* Login Page */
#login
{
	margin: 0;
	padding: 0;
	background-color: #dddbcd;
	text-align: center;
	overflow: auto;
}

#login a:link
{
	margin: 0;
	padding: 0;
	font: normal 11px Trebuchet MS;
	color: #666;
}

#login a:active
{
	margin: 0;
	padding: 0;
	font: normal 11px Trebuchet MS;
	color: #666;
}

#login a:visited
{
	margin: 0;
	padding: 0;
	font: normal 11px Trebuchet MS;
	color: #666;
}

#login a:hover
{
	margin: 0;
	padding: 0;
	font: normal 11px Trebuchet MS;
	color: #ff8704;
}

#login h1
{
	margin: 0;
	padding: 0 0 3px 0;
	font: normal 18px Georgia, Times New Roman;
	color: #666;
	text-align: left;
}

#loginContainer
{
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/login_shadow_background.jpg);
	background-repeat: repeat-y;
	width: 818px;
}

#loginTopBackground
{
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/login_top_background.jpg);
	background-repeat: no-repeat;
	width: 818px;
	height:19px;
}

#loginBottomBackground
{
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/login_bottom_background.jpg);
	background-repeat: no-repeat;
	width: 818px;
}

#loginLogo
{
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/login_shadow_background.jpg);
	background-repeat: repeat-y;
	width: 818px;
	height: auto;
	text-align: left;
}

#loginLogoImage
{
	margin: 0 0 0 17px;
}

#loginHeader
{
	margin: 0 auto;
	padding: 0;
	width: 818px;
	height: 138px;
	background-image: url(../images/login_shadow_background.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#loginContent
{
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/login_shadow_background.jpg);
	background-repeat: repeat-y;
	width: 818px;
	overflow: hidden;
	text-align: left;
}

#loginContentLeft
{
	margin: 20px 0 0 20px;;
	padding: 0;
	width: 300px;
	float: left;
	display: inline;
	background-color: #fff;
}

#loginContentRight
{
	margin: 20px 20px 0 0;
	padding: 0 0 0 20px;
	width: 380px;
	float: left;
	display: inline;
	background-color: #fff;
	background-image: url(../images/login_shadow_left_background.jpg);
	background-repeat: no-repeat;
}

#loginTable
{
	margin: 10px 0 0 20px;
	padding: 0;
	font: normal 11px Trebuchet MS;
	color: #000;
}

#loginTable input
{
	font: normal 11px Trebuchet MS;
	color: #000;
}

#termsLink
{
	margin: 0 0 0 325px;
	padding: 35px 10px 10px 10px;
	text-align: left;
}

#flashSniffer
{
	margin: 15px;
	padding: 4px;
	border: 2px solid #F00;
}
/* End Login Page */

/* ############################################## */

/* Search Form */
#searchForm
{
	position: relative;
	width: 100%;
}

#searchForm ol
{
	position: absolute;
	margin: 0 0 6px 10px;
	padding: 0;
}

#searchForm li
{
	list-style: none;
	display: block;
	font: bold 12px Trebuchet MS;
	color: #000;
}

#searchForm li h1
{
	margin: 0 0 0 8px;
	font: bold 14px Trebuchet MS;
	color: #000;
	text-align: left;
}
/*- End Search Form */

/* ############################################## */

/* Help Page */
#helpPage
{
	font: normal 12px Trebuchet MS;
	color: #000;
	background-image: url(../images/logo_soft.jpg);
	background-repeat: no-repeat;
	height: 95%;
}

#helpPage ol
{
	/*position: absolute;*/
	margin: 0 10px 0 0;
	padding: 0;
	width: 96%;
}

#helpPage li
{
	margin: 3px 0 0 10px;
	list-style: none;
	display: block;
	font: normal 11px Verdana;
	color: #000;
}

#helpPage li h1
{
	margin: 5px 0 0 0;
	font: bold 14px Verdana;
	color: #0c70c6;
	text-align: left;
}

#helpPage li a:link
{
	font: normal 11px Verdana;
	color: #04a2eb;
	text-align: center;
}

#helpPage li a:active
{
	font: normal 11px Verdana;
	color: #04a2eb;
	text-align: center;
}

#helpPage li a:visited
{
	font: normal 11px Verdana;
	color: #04a2eb;
	text-align: center;
}

#helpPage li a:hover
{
	font: normal 11px Verdana;
	color: #ff8704;
	text-align: center;
}

#helpPage .relatedPages
{
	font: bold 11px Verdana;
}
/*- Help Page */

/* ############################################## */

/* Confirmation Page */
#confirmation
{
	margin: 10px;
	font: normal 12px Trebuchet MS;
	color: #000;	
}

#confirmation ol
{
	position: absolute;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 96%;
}

#confirmation li
{
	margin: 3px 0 0 0;
	list-style: none;
	display: block;
	font: normal 12px Trebuchet MS;
	color: #000;
}

#confirmation li h1
{
	margin: 5px 0 0 0;
	font: bold 18px Trebuchet MS;
	color: #000;
	text-align: left;
}
/*- Confirmation Page */

/* ############################################## */

/* Terms Of Use Page */
#termsOfUse
{
	margin: 10px 0 0 30px;
	font: normal 11px Trebuchet MS;
	color: #000;
	width: 90%;
	overflow: visible;
}

#termsOfUse li
{
	margin: 5px 10px 0 10px;
	list-style: disc;
}


/*- Terms Of Use Page */

/* ############################################## */

/* UDF Manager */
#udfManager
{
	font: normal 12px Trebuchet MS;
	color: #000;
}

#udfManager ol
{
	position: absolute;
	width: 300px;
}

#udfManager li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font: normal 12px Trebuchet MS;
	color: #000;
}

#udfManager .instructions
{
	font: bold 13px Trebuchet MS;
	color: #000;
}

#udfManager .image
{
	position: relative;
	display: inline;
}

#udfManager .summary
{
	position: relative;
	left: 30px;
	top: -20px;
	display: block;
	font: normal 11px Trebuchet MS;
	color: #666;
}

#udfManager .summary h1
{
	display: block;
	font: bold 13px Trebuchet MS;
	color: #000;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}
/*- UDF Manager */


/* ############################################## */

/* Print Classes */

@media print
{
	#pageContent
	{
		width: 100%;
		border: 0px;
	}
	
	.viewTable .label
	{
		border: 0px;
	}
	
	.viewTable .value
	{
		border: 0px;
	}

	.viewTable .labelBorder
	{
		border: 0px;
	}
	
	.viewTable .valueBorder
	{
		border: 0px;
	}

	#pageFooter
	{
		display: none;
	}
}

/*-  Print Classes */

/* ############################################## */

/* Tab Classes */

#tabs
{
	margin: 0;
	padding: 0;
	height: 26px;
	/* border-bottom: 1px solid #737373; -- Add border-top to the area below the tabs instead */ 
	margin: 0;
	width: 100%;
	float: left;
}

#tabs ul
{
	margin: 0;
	padding: 0 2px 0 0;
	height: 26px;
	font: bold 12px Trebuchet MS;
	color: #000;
	display: inline;
	float: left;
}

#tabs a, #tabs a:link, #tabs a:active, #tabs a:visited
{
	margin: 0;
	padding: 0;
	font: bold 12px Trebuchet MS;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#tabs a:hover
{
	margin: 0;
	padding: 0;
	font: bold 12px Trebuchet MS;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#tabs .left
{
	height: 26px;
	width: 11px;
	background-image: url("../images/tab_gray_left.gif");
	background-repeat: repeat-x;
	display: block;
	float: left;
}

#tabs .left a, #tabs .left a:link, #tabs .left a:active, #tabs .left a:visited
{
	margin: 0;
	padding: 0;
	height: 26px;
	width: 11px;
	font: bold 12px Trebuchet MS;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#tabs .middle
{
	margin: 0;
	padding: 0;
	height: 26px; /* Set the height smaller than all the others to make up for the 3px top-padding */
	width: auto;
	background-image: url("../images/tab_gray_background.gif");
	background-repeat: repeat-x;
	display: block;
	float: left;
}

#tabs .middle a, #tabs .middle a:link, #tabs .middle a:active, #tabs .middle a:visited
{
	margin: 0;
	padding: 0 10px 0 10px;
	font: bold 12px Trebuchet MS;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#tabs .right
{
	margin: 0;
	padding: 0;
	height: 26px;
	width: 11px;
	background-image: url("../images/tab_gray_right.gif");
	background-repeat: repeat-x;
	display: block;
	float: left;
}

#tabs .right a, #tabs .right a:link, #tabs .right a:active, #tabs .right a:visited
{
	margin: 0;
	padding: 0;
	height: 26px;
	width: 11px;
	font: bold 12px Trebuchet MS;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#tabs .right a:hover
{
	margin: 0;
	padding: 0;
	width: 11px;
	font: bold 12px Trebuchet MS;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#tabs .leftActive
{
	height: 26px;
	width: 11px;
	background-image: url("../images/tab_orange_left.gif");
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#tabs .leftActive a, #tabs .leftActive a:link, #tabs .leftActive a:active, #tabs .leftActive a:visited
{
	margin: 0;
	padding: 0;
	height: 26px;
	width: 11px;
	font: bold 12px Trebuchet MS;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#tabs .leftActive a:hover
{
	margin: 0;
	padding: 0;
	width: 11px;
	font: bold 12px Trebuchet MS;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#tabs .middleActive
{
	margin: 0;
	padding: 0;
	height: 26px;
	width: auto;
	background-image: url("../images/tab_orange_background.gif");
	background-repeat: repeat-x;
	display: block;
	float: left;
	color: #fff;
}

#tabs .middleActive a, #tabs .middleActive a:link, #tabs .middleActive a:active, #tabs .middleActive a:visited
{
	margin: 0;
	padding: 0 10px 0 10px;
	font: bold 12px Trebuchet MS;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#tabs .middleActive a:hover
{
	margin: 0;
	padding: 0 10px 0 10px;
	font: bold 12px Trebuchet MS;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#tabs .rightActive
{
	margin: 0;
	padding: 0;
	height: 26px;
	width: 11px;
	background-image: url("../images/tab_orange_right.gif");
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#tabs .rightActive a, #tabs .rightActive a:link, #tabs .rightActive a:active, #tabs .rightActive a:visited
{
	margin: 0;
	padding: 0;
	height: 26px;
	width: 11px;
	font: bold 12px Trebuchet MS;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#tabs .rightActive a:hover
{
	margin: 0;
	padding: 0;
	width: 11px;
	font: bold 12px Trebuchet MS;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#tabs span
{
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}
/* End Tab Classes */



/* Library Classes */
.viewTable .libraryHeader
{
	padding: 3px 8px 3px 10px;
	font: bold 12px Trebuchet MS;
	background-color: #EEE;
	border-bottom:1px solid #CCC;
	text-align: left;
	text-transform: uppercase; 
	background-image: url(../images/library_header_background.jpg); 
	background-repeat: repeat-x;
}

#librarySearchForm, #librarySearchResults
{
	margin: 0;
	padding: 0 20px 0 20px;
	background-color: #FFF;
	border: 1px solid #000;
	/* border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px  solid #000; */
}

#librarySearchResults
{
	margin: 0;
	padding: 0;
}

#librarySearchForm p, #librarySearchResults p
{
	padding-left: 0;
	margin-left: 0;
}

#librarySearchForm form, #librarySearchResults form
{
	margin: 0;
	padding: 0;
}
/*- End Library Classes */


/* Line Editor Classes */
.lineEditorHeader
{
	margin: 0;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	background-color: #EEE;
}

.lineEditor
{
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	text-align: center;
	background-color: #EEE;
}
/*- Line Editor Class */



/* ############################################## */

/* DropMenu Classes */

.dropMenu
{
	cursor: default;
	position: absolute;
	left: 0px;
	top: 15px;
	text-align: left;
	padding: 0;
	
}

.dropMenu ul
{
	position: absolute;
	left: 0px;
	width: 160px;
	margin: 0;
	float: left;
	/* background-color: yellow;	/* DELETE THIS LATER -- DEV PURPOSES ONLY */
}

.dropMenu li
{
	display: inline;
	margin: 0;
	position: relative;
	line-height: 23px;
	height: 23px;
	float: left;
}

.dropMenuText
{
	text-align: left;
	width: auto;
	background-color: #FFF;
	border: 1px solid #000;
	border-right: 0;
	padding: 0px 10px 0px 6px;
	margin: 0;
	font-size: 11px;
	font-weight: normal; 
}


.dropMenuArrow
{
	text-align: center;
	width: 20px;
	border: 1px solid #000;
	background-color: #03B;
	color: #FFF;
	font-weight: bold;
	padding: 0;
}


/* Popup classes */
.dropMenuUL
{
	z-index: 100;
	display: block;
	position: absolute;
	width: 160px;
	line-height: 23px;
	background-color: #FFF;
	border: 1px solid #000;
}

.dropMenuUL div
{
	font-size: 11px;
	text-align: left;
	margin: 0;
	line-height: 23px;
	height: 23px;
	font-weight: normal;
	padding: 0 0 0 6px;
}

.dropMenuUL a,
.dropMenuUL a:link,
.dropMenuUL a:active,
.dropMenuUL a:visited,
.dropMenuUL a:hover
{
	font: normal 11px Trebuchet MS;
	color: #000;
	text-decoration: none;
}

.dropMenuUL .normal
{
	background-color: #FFF;
	color: #000;
}

.dropMenuUL .selected
{
	background-color: #FF6600;
	color: #FFF;
}

.dropMenuUL .selected a,
.dropMenuUL .selected a:link,
.dropMenuUL .selected a:active,
.dropMenuUL .selected a:visited,
.dropMenuUL .selected a:hover
{
	font: normal 11px Trebuchet MS;
	color: #000;
	text-decoration: none;
}
/*- Drop Menu Classes */



/* Breadcrumb Classes */
.breadcrumb
{
	padding: 0;
	margin: 0;
}

.breadcrumb li
{
	display: inline;
	line-height: 23px;
	vertical-align: middle;
	font-weight: normal;
	padding: 0;
}

.breadcrumbPadding
{
	padding: 0 0 0 10px;
	margin: 0;
}

.breadcrumbPadding li
{
	display: inline;
	line-height: 23px;
	vertical-align: middle;
	font-weight: normal;
	padding: 0;
}

.breadcrumbBorder
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	border-bottom: 1px solid #CCC;
}

.breadcrumbBorder li
{
	display: inline;
	line-height: 23px;
	vertical-align: middle;
	font-weight: normal;
	padding: 0;
}
/*- Breadcrumb Classes */


/* Video Detail Classes */
.videoContent
{
}

.videoContent ul
{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.videoContent li
{
	font: normal 12px Trebuchet MS;
	color: #000;
}

.videoContent .label
{
	font: bold 12px Trebuchet MS;
}
/*- Video Detail Classes */