BODY, #body {
	background: #fff url('/2009winthropmedia/gui/bg.png') top left repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: 1.3;
}

TD, DIV {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.3;
}

TD {
	vertical-align:top;
	empty-cells: show;
}

IMG {
	outline: none;
}

FORM {
	margin: 0px;
	padding: 0px;
}

UL {
	margin-left: 0;
	padding-left: 1.1em;
	font-weight: bold;
}

LI {
	font-weight: normal;
	margin-left: 1.1em;
	padding-left: 0em;
}

UL LI {
	margin-left: 0;
	padding-left: 0;
}

INPUT, SELECT, TEXTAREA {
	background-color:#FFFFFF;
	border-width:1px;
	color:#2A2A2A;
	font-size:10px;
}

input[type~="radio"],
input[type="radio"],
input[type~="checkbox"],
input[type="checkbox"] {
	background: none;
}

LABEL:hover {
	cursor: pointer;
	border: dotted #666;
	border-width: 0px 0px 1px 0px;
}

a:link, a:visited {
	color: #00a;
	outline: none;
	text-decoration: none;
}

a:link:hover, a:link:active {
	color: #00f;
	outline: none;
	text-decoration: underline;
}

a:link IMG, a:visited IMG {
	border: none;
	outline: none;
}


TD.footer {
	color:white;
	line-height:1.75em;
	width: 25%;
}

TD.footer a:link, TD.footer a:visited {
	color: white;
	text-decoration: underline;
}


/* BLECH */

.headerTD {
	height:94px; background: url('/2009winthropmedia/gui/header.jpg'); color:white; font-size: 11px; vertical-align:middle; padding:0px 20px;
}
.headerTD DIV {
	float:right; text-align:right;
}
.headerTD DIV TABLE TR TD {
	background: #d5dcdf;
}

#bodyTable {
	background:white;
}

h1 {
	font-size: 24px;
	height: 75px;
	padding: 36px 0px 0px 0px;
	text-transform:capitalize;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif ;
	margin: 0;
}

h2 {
	font-size:20px;
}

.sideCaption h3 {
	font-size:17px; margin:0px;
}

.footerTD {
	height:124px; background: url('/2009winthropmedia/gui/footer-bg.jpg'); padding:0px 35px 0px;
}
.footerTD DIV {
	color:white;
	 margin-top:20px;
}

#contentArea {
	background: transparent url('/2009winthropmedia/gui/page-bg.png') top right no-repeat;
	padding: 16px 30px 16px 16px;
}

.blockAd {
	width:289px; height: 256px;
	padding: 1px;
	background-color:#003333; 
}

.sectionsTD {
	background-color:#003333; 
	padding: 25px 0px 25px 40px;
}

.bottom {
	background: url('/2009winthropmedia/gui/page-bottom.jpg') top left repeat-x;
}

/* SEARCH */

#q {
	background:transparent url('/2009winthropmedia/gui/search-bg.jpg') repeat-x scroll 0 0;
	border: 0px solid #d5dcdf;
	display: inline;
	height: 20px;
	margin: 0;
	padding: 0 2px;
	width: 300px;
	font-size: 15px;
}

.hint {
  color: #999 !important;
  font-style: italic;
}



/* INSTITUTES */
.ifcLink {
	display: block;
	position: absolute;
	width: 62px;
	height: 62px;
	margin-top: 1px;
}

.ifcLabel {
	position: absolute;
	margin-top: 70px;
	font-weight: bold;
	text-align: center;
	width: 85px;
	font-size: 12px;
}

.ifcLabel a:link, .ifcLabel a:visited {
	color: #666;
}
.ifcLabel a:hover {
	color: #000;
	text-decoration: none;
}

#subNavback {
	position: absolute;
	background: yellow;
	width: 400px;
	height: 68px;
	margin-left:109px;
	margin-top: 105px;
	border: 1px solid gray;
}

.ifcDesc {
	position: absolute;
	background: transparent;
	width: 396px;
	height: 58px;
	margin-left: 109px;
	margin-top: 105px;
	border: none;
	font-size: 11px;
	color: black;
	padding: 2px;
	text-align: justify;
}





/* NAV */
#nav {
	/* background: transparent url('/2009winthropmedia/gui/nav-bg.png') top left no-repeat;  */
	position: relative;
	z-index: 10000;
}

#nav UL {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: transparent url('/2009winthropmedia/gui/nav-bg.png') top left no-repeat;
}

#nav LI {
	border: 1px solid red;
	border-color: #b1c3d8 #c3d3e2 #6f859c #5d89b2;
	padding-bottom:0;
	padding-top:0;
	position:relative;
}

#nav a {
	display: block;
	padding: 11px 0 11px 14px;
	width: 273px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a:link, #nav a:visited {
	color: white;
}
#nav a:hover {
	text-decoration: underline;
}

#nav UL LI UL {
	display: none;
	left: 288px;
	opacity:0.9;
	position:absolute;
	top: 0px;
	width:14em;
	z-index:5000;
	background: transparent url('/2009winthropmedia/gui/nav-bg-light.png') top left no-repeat;
}
#nav UL LI UL LI A{
	padding: 7px 0 7px 14px;
	width: 273px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	text-transform: uppercase;
}
#nav UL LI:hover UL {
	display: block;
}



/* WHATS NEW */
#whatsnew {
	background: transparent url('/2009winthropmedia/gui/whats-new-bg.png') top left no-repeat;
}

#whatsnew UL {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#whatsnew UL LI {
	border-bottom: 1px solid #d7e2ec;
	color: #035563;
	padding: 11px 14px 11px 14px;
	/* font-size: 11px; */
	line-height: 1em;
}

#whatsnew UL LI.firstLI {
	color: #a9bad8;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
}

#whatsnew UL LI B {
	font-size: 14px;
	line-height: normal;
}

#whatsnew UL LI a:link, #whatsnew UL LI a:visited {
	/* color: #035563; */
}

#whatsnew UL.sidebar {
	border-bottom: 1px solid #d7e2ec;
}

#whatsnew UL.sidebar LI {
	border-bottom: none;
	line-height: normal;
	padding: 5px 14px;
}

.sidebar LI B {
	margin-left: -11px;
}



/* FORMATTING */
.sideCaption {
	width: 50%;
	border: 1px solid #cfcfcf;
	padding: 5px;
	margin: 0px 5px 5px 5px;
	font-size: 0.75em;
}
.sideCaption IMG {
	border: 1px solid black;
}
.right {
	float: right;
}
.left {
	float: left;
}

.imagecaption {
border-color:black;
border-style:solid;
border-width:0 0 1px;
float:right;
font-family:verdana,helvetica;
font-size:10px;
margin:2px 7px;
padding:3px;
text-align:left;
width:200px;
}


/* UTILS */

.white, a.white:link, a.white:visited {
	color: white;
}


.posabs {
	position: absolute;
}

.png { behavior: url('/includes/iepngfix/iepngfix_v2.htc') }

.mceContentBody {
	overflow:auto;
	padding: 5px;
}

.filefield {
	background:transparent;
	-moz-opacity:0.0 ;
	filter:alpha(opacity: 000);
	opacity: 0.0;
}

#inet a:link, #inet a:visited {
	color: #CCCCCC;
	font-size: 9px;
	font-family: Tahoma;
}

	.legend TD {
		background: #efefef;
		font-weight: bold;
	}

