@charset "utf-8";
body#main {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	color: #CCC;
	background-color: #333;
}
body#mainD {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	color: #CCC;
	background-color: #333;
}
body#form {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	color: #CCC;
	background-color: #111;
}
body#help {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	color: #68917A;
	background-color: #111;
}
body#formMainFrame {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	color: #000;
	background-image:url(../images/metalback.jpg);
	background-repeat: repeat;
}
body#centerForms {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	color: #CCC;
	background-color: #111;
}
.clear {
	clear: both;
}
.text140 {
	font-size:140%;
}
.text130 {
	font-size:130%;
}
.text120 {
	font-size:120%;
}
.text110 {
	font-size:110%;
}
.text1 {
	font-size:95%;
}
.text2 {
	font-size:90%;
}
.text3 {
	font-size:85%;
}
.text4 {
	font-size:80%;
}
.text5 {
	font-size:75%;
}
.text6 {
	font-size:70%;
}
.color1 {
	color:#68917A
}
.color2 {
	color:#b01220
}
.color3 {
	color:#800818
}
.color4 {
	color:#5e0614
}
.border1 {
	margin:2px;
	background-color: #000;
	border: 1px solid #800818;
	padding:5px;
}
.white {
	color: #CCCCCC;
}
.red {
	color: #B01220;
}
.yellow {
	color: #EEE111;
}
.green {
	color: #599800;
}
.orange {
	color: #cc3300;
}
.blue {
	color:#003082;
}
.black {
	color:#000;
	font-weight:bold;
}
.error {
	font-size:90%;
	color:#F00;
}
.navmenu {
	position:absolute;
	top:13px;
	left:440px;
	font-size:80%;
}
.navmenu a span {
	font-variant: small-caps;
	color: #000;
	text-decoration: none;	
}
.navmenu a:link {
	font-variant: small-caps;
	color: #CCC;
	text-decoration: none;	
}
.navmenu a:visited {
	color: #CCC;
	text-decoration: none;	
}
.navmenu a:active {
	color: #CCC;
	text-decoration: none;	
}
.navmenu a:hover {
	color: #fff;
	text-decoration: none;	
}
.welcome1 {
	background-image:url(../images/welcomePage.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
ul#navigation2 {position:relative; z-index: 999; margin:0;list-style:none;}
ul#navigation2 li			{ float: left; }
ul#navigation2 li a			{ display: block; text-decoration: none; }
ul#navigation2 li a:link		{ text-decoration: none; }
ul#navigation2 li a:visited	{ text-decoration: none; }
ul#navigation2 li a:hover	{ text-decoration: none; }
ul#navigation2 li a:active	{ text-decoration: none; }

li.nav_but2	{ background-position: center; white-space:nowrap; border-left:1px solid #000;
	border-right:1px solid #000;z-index: 999; width:75px;}
	
li.nav_but2 a.nav_item { height: 25px; padding:0; }
li.nav_but2:hover, li.nav_but2_over {z-index: 999; border-left:1px solid #800818;
	border-right:1px solid #800818;}
ul#navigation2 .menu {
	height: 100px;
	padding: 5px 5px 0 70px;
	position: absolute;
    left:1px;
	top:25px;
	width:725px;
	z-index: 999;
	background-color:#000;
	border-top:1px solid #800818;
	border-bottom:2px solid #800818;
}
ul#navigation2 .menu ul.sub_nav	{ float: left; margin: 0 15px 0 0; width:150px; }
ul#navigation2 .menu ul.sub_nav li			{ float: none; background-repeat:no-repeat; background-position:center; list-style:none;  }
ul#navigation2 .menu ul.sub_nav li a	{color:#fff; display:block; background-position:center;
	border-left:1px solid #000;
	border-right:1px solid #000;
	height:25px;
	font-size: 10px;
	overflow: hidden; padding: 4px 0 0 13px; text-decoration: none; font-family: ariel; }
ul#navigation2 .menu ul.sub_nav li a:link	{ text-decoration: none; }
ul#navigation2 .menu ul.sub_nav li a:visited	{ text-decoration: none; }
ul#navigation2 .menu ul.sub_nav li a:hover	{ 
	background-color:#ff000;
    border-left:1px solid #800818;
	border-right:1px solid #800818; 
    color:#fff; 
    text-decoration:none;
 }
 ul#navigation2 .menu ul.sub_nav li a:active	{ text-decoration: none; }

ul#navigation2 li .menu, ul#navigation2 li .menuback { display: none; }
ul#navigation2 li:hover .menu, ul#navigation2 li:hover .menuback { display: block; }
ul#navigation2 li.over .menu, ul#navigation2 li.over .menuback { display: block; }

.navmenus div#logOut {
	float:right;
	border:none;
	margin:0;
	
}
.navmenus div#logOut a {
	font-variant: small-caps;
	font-size:80%;
	color: #CCC;
}
.navmenus div#logOut a:hover {
	color: #FFF;
	text-decoration:underline;
}
.navmenus div#logOut span {
	display: inline-block;
	margin:4px 5px 0 10px;
	font-size:75%;
}
.navmenus div#logOutf {
	float:right;
	border:none;
	margin:0;
}
.navmenus div#logOutf a {
	font-variant: small-caps;
	font-size:90%;
	color: #000;
}
.navmenus div#logOutf a:hover {
	color: #b01220;
	text-decoration:underline;
}
.navmenus div#logOutf span {
	display: inline-block;
	margin:4px 5px 0 10px;
	font-size:85%;
}
a:link {
	color: #b01220;
	text-decoration: none;
}
a:visited {
	color: #b01220;
	text-decoration: none;
}
a:active {
	color: #b01220;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
body#mainD #container {
	width: 804px;
	z-index: 2;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -402px;
	margin-left/*\**/:-412px\9;
}
body#mainD #header {
	background-color:#000;
	height: 25px;
	width: 802px;
	width/*\**/:802px\9;
	border: 1px solid #5E0615;
}
body#mainD #footer {
	padding: 10px;
	height: 50px;
	width: 780px;
	width/*\**/:802px\9;
	margin-top: 2px;
	border: 2px solid #333;
	margin-bottom: 5px;
	font-size: 60%;
	text-align: center;
}
#container {
	width: 804px;
	z-index: 2;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -402px;
}
#leftColTop, #rightColTop {
	width: auto;
	margin: 10px;
	float: left;
	position: relative;
	top: 0px;
	border: 1px solid #333;
	padding: 5px;
	background-color: #000;
	font-size: 75%;
}
#header {
	background-color:#000;
	height: 25px;
	width: 802px;
	border: 1px solid #5E0615;
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	background-position: center top;
	float: left;
}
#mainContent {
	height: auto;
	width: 780px;
	background-color: #111;
	margin-top: 2px;
	border: 2px solid #5E0615;
	padding: 10px;
}
#footer {
	padding: 10px;
	height: 50px;
	width: 780px;
	margin-top: 2px;
	border: 2px solid #333;
	margin-bottom: 5px;
	font-size: 60%;
	text-align: center;
}
#mftop {
	height: 220px;
	width: auto;
	padding: 5px;
}
#mfurlshow {
	float: left;
	height: 400px;
	width: 300px;
}
.clear {
	clear: both;
}
#mfiframe {
	height: 130px;
	width: 600px;
}
.linkid {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	color: #000;
}
#mfleft {
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
	font-size: 75%;
}
.mfbarf, .mfdropaf, .mfdropbf, .mfcss1001f, .mfdroppicf {
	line-height: 25px;
}
.mfcss1001f {
	color: #cc3300;
}
.mfbar, .mfbarf, .mfbar a {
	color: #B01220;
}
.mfdropaf, .mfdropa, .mfdropa a {
	color: #EEE111;
}
.mfdropbf, .mfdropb, .mfdropb a {
	color: #599800;
}
.mfdroppic, .mfdroppicf, .mfdroppic a {
	color:#003082;
}
.mfunu, .mfunuf, .mfunu a {
	color: #CCCCCC;
}
.mfbarf strong, .mfdropaf strong, .mfdropbf strong, .mfdroppicf strong {
	color:#CCC;
}
.mfdropa {
	padding-left: 7px;
}
.mfdropb {
	padding-left: 14px;
}
.mfdroppic {
	padding-left: 21px;
}
.menuExample {
  	float:right;
	margin-left:5px;
	width:351px;
}
.mfButtons {
	float:left;
}
.dcBox {	
	position: fixed;
	top:45px;
	left:50%;
	margin-left:-390px;
	z-index: 800;

	height: 150px;
	width: 760px;
	background: url(../images/trans_back_black.png) repeat;
	padding-left:10px;
	padding-top:5px;
}
.dcform {
	font-weight: bold;
	color: #b01220;
	font-size: 75%;	
}
.dcform label {
	background: #000000;
}
#dchtoshow {
	margin-top:152px;
}
div#listContainer {
	font-family: Arial, Verdana, sans-serif;
	width: 700px;
	border: 2px solid #5E0615;
	background: #333333;
	}
div#listContainer div.mgfSlide {
	position:relative;
	border: 1px solid #5E0615;
	margin: 5px;
	padding: 3px 5px;
	background: #111;
	font-weight: bold;
	cursor: move;
	height:80px;
}
img.mgfpic {
	height: 52px;
	width: auto;
	visibility: hidden;
}
img.mgfpic2 {
	position:absolute;
	top:8px;
	left:2px;
	height: 52px;
	width: auto;
}
span.mgback {
	position:absolute;
	bottom:6px;
	left:2px;
	background:url(../images/transparent_bg.png);
	height:15px;
	width:auto;
}
span.mgfcap {
	position:absolute;
	bottom:3px;
	left:2px;
	height:15px;
	width:auto;
	padding-right:10px;
	padding-top:10px;
	font-size:70%;
	white-space:nowrap;
	overflow:hidden;
}
.mgdesc {
	font-size:80%;
	font-weight:bold;
	color: #D71327;
}
.mgtitle {
	position:absolute;
	top:2px;
	left:150px;
	width:480px;
	height:20px;
	font: 75% Arial, Helvetica, sans-serif;	
}
span.mgfhl {
	position:absolute;
	top:14px;
	left:150px;
	width:480px;
	font: bold 80% Arial, Helvetica, sans-serif;
}
.mgblurb {
	position:absolute;
	top:30px;
	left:150px;
	width:480px;
	height:13px;
	overflow:hidden;
	font: 75% Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
.mglinks {
	position:absolute;
	top:45px;
	left:150px;
	width:480px;
	height:40px;
	font: 80% Arial, Helvetica, sans-serif; 
}
.mglinks button {
	padding-left:1px;
	font-size: 70%;
	cursor:pointer;
	width:50px;
	white-space:nowrap	
}
mgfleft {
	padding: 5px;
	float: left;
	height: auto;
	width: 425px;
	font-size: 75%;
}
#mgtop {
	width:auto;
	height:auto;
}
.mgfEditbut {
	position:absolute;
	top:2;
	right:2px;
}
.mgfEditbut button {
	padding-left:1px;
	font-size: 70%;
	cursor:pointer;
	width:50px;
	white-space:nowrap;
	text-align:center;
}
input, select, textarea {
	background-color:#333;
	border:1px solid #800818;
	color:#CCC;	
}
input:focus, select:focus, textarea:focus {
	color:#FFF;
}
button, input[type="button"], input[type="submit"] {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/ButtonBack.gif);
	background-repeat:repeat-x;
	border: 1px solid #800818;
	color:#CCC;
	cursor:pointer;
	font-variant:small-caps;
	line-height /*\**/:105%\9;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-image: url(../images/ButtonBackRo.gif);
	background-repeat:repeat-x;
	color:#FFF;
}
#temptop {
	height:auto;	
}
div#am, div#ar, div#bm, div#br, div#sa, div#sb {
	width:230px;
	height:auto;
	margin:5px;
	float:left;
	padding:5px;
	text-align:center;
	}
div#amListContainer div.mgfSlide,div#arListContainer div.mgfSlide, div#bmListContainer div.mgfSlide, div#brListContainer div.mgfSlide, div#saListContainer div.mgfSlide, div#sbListContainer div.mgfSlide {
	font-size:80%;
	color:#F00;
	position:relative;
	cursor:move;
}
.betaNews {
	border:thin dashed #F00;
	font-size:75%;
	padding:10px;
	margin:10px;
}
div.presetMod {
	margin-top:8px;
}
div.presetMod button {
	margin-bottom:-10px;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid #b01220;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #111;
width:750px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
body#help img {
	float:right;
	padding:1px;
	margin:4px;
	border:thin solid #5e0614;
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
.quicktip, a.quicktip {
	color:#0FF;
}
a.fpsitenav {
	display:block;
	font-size:90%;
	color:#ccc;
	background-color: #333;
	border: 1px solid #800818;
	padding:5px;
	text-align:center; 
	width:352px;
	height:230px;
	margin:2px 2px 6px 17px;
	float:left;
}
a.fpsitenav img {
	border:#68917A solid 1px;
	
}
a.fpsitenav:hover img {
	border:#800818 solid 1px;
	
}
a.fpsitenav:hover {
	background-color:#68917A;
	text-decoration:none;
	color:#FFF;
}







/* Frame Main Drag*/
#ytl_dragDropContainer2{	/* Main container for this script */
		width:auto;
		height:auto;
		background-color:#111;
		-moz-user-select:none;
}
	#ytl_dragDropContainer2 ul{	/* General rules for all <ul> */
		margin-top:0px;
		margin-left:0px;
		margin-bottom:0px;
		padding:2px;
}
	
	#ytl_dragDropContainer2 li,#dragContent2 li,li#indicateDestination {	/* Movable items, i.e. <LI> */
		position:relative;
		list-style-type:none;
		height:17px;
		width:160px;
		background-image: url(../images/secBack.gif);
		background-position:top center;
		padding:2px;
		margin-bottom:2px;
		cursor:move;
		font-size:0.9em;
		color:#B01220;
}
	#ytl_dragDropContainer2 li a,#dragContent2 li a  {
		font-size:85%;
		font-size /*\**/:75%\9;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-variant:small-caps;
		width:34px;
		height:18px;
		background-image: url(../images/ButtonBack.gif);
		background-repeat:repeat-x;
		border: 1px solid #800818;
		text-align:center;
		line-height:13px;
		line-height/*\**/:18px\9;
		position:absolute;
		top:1px;
		left:124px;
		cursor:pointer;
		color:#CCC;
		z-index:2001;
	}
	#ytl_dragDropContainer2 li a:hover,#dragContent2 li a:hover {
		cursor:pointer;
		border: 1px solid #800818;
		background-image: url(../images/ButtonBackRo.gif);
		background-repeat:repeat-x;
		color:#FFF;
		text-decoration:none;
		z-index:2001;
	}
		
	
	li#indicateDestination{	/* Box indicating where content will be dropped - i.e. the one you use if you don't use arrow */
		background-image:none;
		border:1px dotted #800818;	
		background-color:#68917A;
}

	
	/* LEFT COLUMN CSS */
	div#ytl_listOfItems{	/* Left column "Available students" */
		
		float:left;
		padding-left:5px;
		padding-right:5px;
		
		/* CSS HACK */
		width: 175px;	/* IE 5.x */
		width/* */:/**/175px;	/* Other browsers */
		width: /**/175px;
				
}
	#ytl_listOfItems ul{	/* Left(Sources) column <ul> */
		height:auto;
		padding-bottom:200px;

}
		
	div#ytl_listOfItems div{
		background-image: url(../images/secBack.gif);
		background-position:top center;
		border:1px solid #800818;		
}
	div#ytl_listOfItems div ul{	/* Left column <ul> */
		margin-left:2px;	/* Space at the left of list - the arrow will be positioned there */
}
	#ytl_listOfItems div p{	/* Heading above left column */
		height:20px;
		margin:0px;	
		padding-left:10px;
		background-image: url(../images/secHeader.gif);
		background-repeat:repeat-x;
		color:#CCC;
		margin-bottom:5px;
		font-size:85%;
}
	/* END LEFT COLUMN CSS */
	
	#ytl_dragDropContainer2 .mouseover{	/* Mouse over effect DIV box in right column */
		background-color:#000;
		border:1px solid #800818;
}
	
	/* Start main container CSS */
	
	div#ytl_mainContainer{	/* Right column DIV */	
}
	#ytl_mainContainer div{	/* Parent <div> of small boxes */
		float:left;
		margin-right:5px;
		margin-bottom:10px;
		margin-top:0px;
		background-image: url(../images/secBack.gif);
		background-position:top center;
		border:1px solid #800818;

		/* CSS HACK */
		width: 177px;	/* IE 5.x */
		width/* */:/**/175px;	/* Other browsers */
		width: /**/175px;
				
}
	#ytl_mainContainer div ul{
		margin-left:5px;
}
	
	#ytl_mainContainer div p{	/* Heading above small boxes */
		height:20px;
		margin:0px;	
		padding-left:10px;
		background-image: url(../images/secHeader.gif);
		background-repeat:repeat-x;
		color:#CCC;
		margin-bottom:5px;
		font-size:85%;
}
	
	#ytl_mainContainer ul{	/* Small box in right column ,i.e <ul> */
		width:160px;
		height:80px;	
		border:0px;	
		margin-bottom:0px;
		overflow:hidden;
		
}
	
	#dragContent2{	/* Drag container */
		position:absolute;
		width:120px;
		height:20px;
		display:none;
		margin:-11px 0px 0px -35px;
		padding:0px;
		z-index:2000;
}

	#dragDropIndicator2{	/* DIV for the small arrow */
		position:absolute;
		width:7px;
		height:10px;
		display:none;
		z-index:1000;
		margin:0px;
		padding:0px;
}












/* Flex Main Drag*/
div#modFlex #ytl_dragDropContainer2{	/* Main container for this script */
		width:auto;
		height:auto;
		background-color:#111;
		-moz-user-select:none;
}
	div#modFlex #ytl_dragDropContainer2 ul{	/* General rules for all <ul> */
		margin-top:0px;
		margin-left:0px;
		margin-bottom:0px;
		padding:2px;
}
	
	div#modFlex #ytl_dragDropContainer2 li, div#modFlex #dragContent2 li, div#modFlex li#indicateDestination {	/* Movable items, i.e. <LI> */
		position:relative;
		list-style-type:none;
		height:17px;
		width:160px;
		background-image: url(../images/secBack.gif);
		background-position:top center;
		padding:2px;
		margin-bottom:2px;
		cursor:move;
		font-size:0.9em;
		color:#B01220;
}
	div#modFlex #ytl_dragDropContainer2 li a,div#modFlex #dragContent2 li a  {
		font-size:85%;
		font-size /*\**/:75%\9;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-variant:small-caps;
		width:34px;
		height:18px;
		background-image: url(../images/ButtonBack.gif);
		background-repeat:repeat-x;
		border: 1px solid #800818;
		text-align:center;
		line-height:13px;
		line-height/*\**/:18px\9;
		position:absolute;
		top:1px;
		left:124px;
		cursor:pointer;
		color:#CCC;
		z-index:2001;
	}
	div#modFlex #ytl_dragDropContainer2 li a:hover, div#modFlex #dragContent2 li a:hover {
		cursor:pointer;
		border: 1px solid #800818;
		background-image: url(../images/ButtonBackRo.gif);
		background-repeat:repeat-x;
		color:#FFF;
		text-decoration:none;
		z-index:2001;
	}
		
	
	div#modFlex li#indicateDestination{	/* Box indicating where content will be dropped - i.e. the one you use if you don't use arrow */
		background-image:none;
		border:1px dotted #800818;	
		background-color:#68917A;
}

	
	/* LEFT COLUMN CSS */
	div#modFlex div#ytl_listOfItems{	/* Left column "Available students" */
		
		float:left;
		padding-left:5px;
		padding-right:5px;
		
		/* CSS HACK */
		width: 175px;	/* IE 5.x */
		width/* */:/**/175px;	/* Other browsers */
		width: /**/175px;
				
}
	div#modFlex #ytl_listOfItems ul{	/* Left(Sources) column <ul> */
		height:auto;
		padding-bottom:200px;

}
		
	div#modFlex div#ytl_listOfItems div{
		background-image: url(../images/secBack.gif);
		background-position:top center;
		border:1px solid #800818;		
}
	div#modFlex div#ytl_listOfItems div ul{	/* Left column <ul> */
		margin-left:2px;	/* Space at the left of list - the arrow will be positioned there */
}
	div#modFlex #ytl_listOfItems div p{	/* Heading above left column */
		height:20px;
		margin:0px;	
		padding-left:10px;
		background-image: url(../images/secHeader.gif);
		background-repeat:repeat-x;
		color:#CCC;
		margin-bottom:5px;
		font-size:85%;
}
	/* END LEFT COLUMN CSS */
	
	div#modFlex #ytl_dragDropContainer2 .mouseover{	/* Mouse over effect DIV box in right column */
		background-color:#000;
		border:1px solid #800818;
}
	
	/* Start main container CSS */
	
	div#modFlex div#ytl_mainContainer{	/* Right column DIV */
		width:550px;
		float:left;	
}
	div#modFlex #ytl_mainContainer div{	/* Parent <div> of small boxes */
		float:left;
		margin-right:5px;
		margin-bottom:10px;
		margin-top:0px;
		background-image: url(../images/secBack.gif);
		background-position:top center;
		border:1px solid #800818;

		/* CSS HACK */
		width: 177px;	/* IE 5.x */
		width/* */:/**/175px;	/* Other browsers */
		width: /**/175px;
				
}
	div#modFlex #ytl_mainContainer div ul{
		margin-left:5px;
}
	
	div#modFlex #ytl_mainContainer div p{	/* Heading above small boxes */
		height:20px;
		margin:0px;	
		padding-left:10px;
		background-image: url(../images/secHeader.gif);
		background-repeat:repeat-x;
		color:#CCC;
		margin-bottom:5px;
		font-size:85%;
}
	
	div#modFlex #ytl_mainContainer ul{	/* Small box in right column ,i.e <ul> */
		width:160px;
		height:80px;	
		border:0px;	
		margin-bottom:0px;
		overflow:hidden;
		
}
	
	div#modFlex #dragContent2{	/* Drag container */
		position:absolute;
		width:120px;
		height:20px;
		display:none;
		margin:-11px 0px 0px -35px;
		padding:0px;
		z-index:2000;
}

	div#modFlex #dragDropIndicator2{	/* DIV for the small arrow */
		position:absolute;
		width:7px;
		height:10px;
		display:none;
		z-index:1000;
		margin:0px;
		padding:0px;
}













 /*modPos*/

div#modPos #ytl_dragDropContainer2{	/* Main container for this script */
		width:auto;
		height:auto;
		background-color:#111;
		-moz-user-select:none;
}
	div#modPos #ytl_dragDropContainer2 ul{	/* General rules for all <ul> */
		margin-top:0px;
		margin-left:0px;
		margin-bottom:0px;
		padding:2px;
}
	
	div#modPos #ytl_dragDropContainer2 li, div#modPos #dragContent2 li, div#modPos li#indicateDestination {	/* Movable items, i.e. <LI> */
		position:relative;
		list-style-type:none;
		height:17px;
		width:106px;
		background-image: url(../images/secBack.gif);
		background-position:top center;
		padding:2px;
		margin-bottom:2px;
		cursor:move;
		font-size:0.9em;
		color: #0F0;
}
	div#modPos #ytl_dragDropContainer2 li a, div#modPos #dragContent2 li a  {
		font-size:85%;
		font-size /*\**/:75%\9;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-variant:small-caps;
		width:30px;
		height:18px;
		background-image: url(../images/ButtonBack.gif);
		background-repeat:repeat-x;
		border: 1px solid #800818;
		text-align:center;
		line-height:13px;
		line-height/*\**/:18px\9;
		position:absolute;
		top:1px;
		left:76px;
		cursor:pointer;
		color:#CCC;
		z-index:2001;
	}
	div#modPos #ytl_dragDropContainer2 li a:hover, div#modPos #dragContent2 li a:hover {
		cursor:pointer;
		border: 1px solid #800818;
		background-image: url(../images/ButtonBackRo.gif);
		background-repeat:repeat-x;
		color:#FFF;
		text-decoration:none;
		z-index:2001;
	}
	
a.ytlBlink  {
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-variant:small-caps;
		padding:0px 4px 3px 4px;
		width:auto;
		height:20px;
		background-image: url(../images/ButtonBack.gif);
		background-repeat:repeat-x;
		border: 1px solid #800818;
		text-align:center;
		cursor:pointer;
		color:#CCC;
		z-index:2001;
	}
	a.ytlBlink:hover {
		cursor:pointer;
		border: 1px solid #800818;
		background-image: url(../images/ButtonBackRo.gif);
		background-repeat:repeat-x;
		color:#FFF;
		text-decoration:none;
		z-index:2001;
	}
		
	
	div#modPos li#indicateDestination{	/* Box indicating where content will be dropped - i.e. the one you use if you don't use arrow */
		background-image:none;
		border:1px dotted #800818;	
		background-color:#68917A;
}

	
	/* LEFT COLUMN CSS */
	div#modPos div#ytl_listOfItems{	/* Left column "Available students" */
		
		float:left;
		padding-left:3px;
		padding-right:5px;
		
		/* CSS HACK */
		width: 117px;	/* IE 5.x */
		width/* */:/**/115px;	/* Other browsers */
		width: /**/117px;
				
}
	div#modPos #ytl_listOfItems ul{	/* Left(Sources) column <ul> */
		height:auto;
		padding-bottom:200px;

}
		
	div#modPos div#ytl_listOfItems div{
		background-image: url(../images/secBack.gif);
		background-position:top center;
		border:1px solid #800818;		
}
	div#modPos div#ytl_listOfItems div ul{	/* Left column <ul> */
		margin-left:2px;	/* Space at the left of list - the arrow will be positioned there */
}
	div#modPos #ytl_listOfItems div p{	/* Heading above left column */
		height:20px;
		margin:0px;	
		padding-left:10px;
		background-image: url(../images/secHeader.gif);
		background-repeat:repeat-x;

		color:#CCC;
		margin-bottom:5px;
		font-size:85%;
}
	/* END LEFT COLUMN CSS */
	
	div#modPos #ytl_dragDropContainer2 .mouseover{	/* Mouse over effect DIV box in right column */
		background-color:#000;
		border:1px solid #800818;
}
	
	/* Start main container CSS */
	
	div#modPos div#ytl_mainContainer{	/* Right column DIV */
		width:610px;
		float:left;	
}
	div#modPos #ytl_mainContainer div{	/* Parent <div> of small boxes */
		float:left;
		margin-right:5px;
		margin-bottom:3px;
		margin-top:0px;
		background-image: url(../images/secBack.gif);
		background-position:top center;
		border:1px solid #800818;

		/* CSS HACK */
		width: 115px;	/* IE 5.x */
		width/* */:/**/115px;	/* Other browsers */
		width: /**/115px;
				
}
	div#modPos #ytl_mainContainer div ul{
		margin-left:1px;
}
	
	div#modPos #ytl_mainContainer div p{	/* Heading above small boxes */
		line-height:8px;
		height:10px;
		margin:0px;	
		padding-left:10px;
		background-image: url(../images/secHeader.gif);
		background-repeat:repeat-x;
		color:#CCC;
		font-size:85%;
}
	
	div#modPos #ytl_mainContainer ul{	/* Small box in right column ,i.e <ul> */
		width:106px;
		height:24px;	
		border:0px;	
		margin-bottom:0px;
		overflow:hidden;
		
}
	
	div#modPos #dragContent2{	/* Drag container */
		position:absolute;
		width:110px;
		height:20px;
		display:none;
		margin:-11px 0px 0px -35px;
		padding:0px;
		z-index:2000;
}

	div#modPos #dragDropIndicator2{	/* DIV for the small arrow */
		position:absolute;
		width:7px;
		height:10px;
		display:none;
		z-index:1000;
		margin:0px;
		padding:0px;
}

















	/* Tabs */
div.TabView div.Tabs
{
  height: 26px;
  overflow: hidden;
}

div.TabView {
	margin-top:5px;
}
div.TabView div.Tabs a
{
	float: left;
	display: block;
	width:  auto;
	text-align: center;
	height:19px;
	padding-top: 3px;
	vertical-align: middle;
	border: 1px solid #800818;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:82%;
	font-size	/*\**/:75%\9;
	font-variant: small-caps;
	line-height:13px;
	color: #CCC;
	background-image: url(../images/ButtonBack.gif);
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

div.TabView div.Tabs a:hover
{
	background-image: url(../images/ButtonBackRo.gif);
	background-repeat:repeat-x;
	color:#FFF;
}
div.TabView div.Tabs a.Active {
	background-image: url(../images/ButtonBackRo.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

div.TabView div.Pages {
  	clear: both;
  	background-color:#111;
  	overflow: hidden;
}

div.TabView div.Pages div.Page {
  	height: 100%;
  	padding: 0px;
  	overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad {
  	padding: 3px 5px;
}
div.help {
	width:398px;
	margin-left:10px;
	padding:5px 2px 5px 5px;
	border:1px solid #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #68917A;
}
div.help img {
	float:right;
	padding:1px;
	margin:4px;
	border:thin solid #68917A;
}
div.form {
	width:598px;
}
div.fmButtons {
	width:185px;
	margin:25px 15px 0 0;
	text-align:right;
	display:block;
}
div.fmButtons button {
	margin-bottom:25px;
}
div.templateChoice {
	width:598px;
	height:auto;
}
div.templateThumb {
	padding:20px;
	float:left;
}
.float_table {
width:100%; 
top:0px; 
height:63px; 
position:relative;
padding:0px;
}
.floatbar {
position:fixed; 
left:0px; 
top:10px; 
width:100%; 
z-index:2;
}
.floatbar_bg {
background-image:url(../images/metalback.jpg);
padding: 0px;
}
.floatbar_sides {
width:5px;
padding:0px;
}
.floatbar_font {
	width:400px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
}
body#mainW {
	margin: 0px;
	padding: 20px;
	background: #fff url(../images/main2010Back.png) top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body#mainW #mainWrapper {
	position:relative;
	width: 990px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 9px;
	background-color: #fff;
}
body#mainW #mHeader {
	background-color:transparent;
	height: 60px;
	width: 990px;
	border: none;
}
body#mainW #logo {
	background-image: url(../images/logoMed.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 295px;
	background-position: center top;
	float: left;
	position:absolute; 
	top:13px; 
	left:10px;
	overflow: hidden;
}
*html body#mainW #logo {behavior: url(../script/fix_png_bg.htc)}
body#mainW #logo a {display: block; height: 48px;margin-left:-9999px;}


body#mainW .navmenus div#logOut {
	position:absolute;
	top:2px;
	left:370px;
	width:335px;
	display:block;
	
}
body#mainW .navmenus div#logOut a {
	font-variant: small-caps;
	font-size:90%;
	color: #000;
}
body#mainW .navmenus div#logOut a:hover {
	color: #b01220;
	text-decoration:underline;
}
body#mainW .navmenus div#logOut span {
	font-size:85%;
}
body#mainW .navmenus { 
	position:absolute;
	top:20px;
	left:310px;	
	}
body#mainW ul#navigation2 				{position:relative; z-index: 999; margin:0;list-style:none;}
body#mainW ul#navigation2 li			{ float: left; }
body#mainW ul#navigation2 li a			{ display: block; text-decoration: none; }
body#mainW ul#navigation2 li a:link	{ text-decoration: none; }
body#mainW ul#navigation2 li a:visited	{ text-decoration: none; }
body#mainW ul#navigation2 li a:hover	{ text-decoration: none; }
body#mainW ul#navigation2 li a:active	{ text-decoration: none; }

body#mainW li.nav_but2	{ background-position: center; white-space:nowrap; border-left:1px solid #FFF;
	border-right:1px solid #FFF;z-index: 999; width:75px;}
	
body#mainW li.nav_but2 a.nav_item { height: 25px; padding:0; }
body#mainW li.nav_but2:hover, li.nav_but2_over {z-index: 999; border-left:1px solid #800818;
	border-right:1px solid #800818;}
body#mainW ul#navigation2 .menu {
	height: 60px;
	padding: 5px 5px 0 70px;
	position: absolute;
    left:1px;
	top:25px;
	width:725px;
	z-index: 999;
	background-color:#000;
	border-top:1px solid #800818;
	border-bottom:2px solid #800818;
}
body#mainW #mFooter {
	padding: 10px;
	height: 50px;
	width: 990px;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 75%;
	text-align: center;
}
body#mainW div.welcome1 {
	background-image:url(../images/main2010.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
	color:#FFF;
}
body#mainW .newBorder {
	border: 4px solid #d4d4d4;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 9px;	
}
body#mainW a:link {
	color: #b01220;
	text-decoration: none;
}
body#mainW a:visited {
	color: #b01220;
	text-decoration: none;
}
body#mainW a:active {
	color: #b01220;
	text-decoration: none;
}
body#mainW a:hover {
	color: #000;
	text-decoration: underline;
}
/* use to set transparency in IE on PNGs */
img.png { behavior: url("../script/fix_png.htc"); }
