/*** CSS definitions ***/


/** STANDARD HTML ELEMENTS ***/

body {
	margin: 1em auto;
	padding: 0;
	width: 980px;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

hr {
	border-width:: 1px;
	border-style: solid;
	height: 1px;
	border-top: none;
}

/** SITE-UNIQUE IDs **/

div#page {
	margin: 0;
	margin-top: 10px;
	float: left;
	width:980px;
	height:100%;
}

div#masthead {
	float: left;
	width: 980px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left;
}

div#masthead div#mastheadLeft {
	float:left;
	width: 690px;
	margin-top: 60px;
	
}


div#masthead div#mastheadRight {
	float: left;
	/*width: 290px;*/
	text-align: left;
	padding-left: 30px;
	padding-top: 25px;
	/*padding-top: 67px;
	background-image:url(images/LC_Logo.gif);
	background-repeat: no-repeat;
	background-position:bottom; */
}

div#mainpage {
	width: 980px;
	float: left;
	height: 100%;
	margin: 0px;
	margin-top: 18px;
	border-top: 10px solid #bbbbbb;
	border-bottom: 5px solid #bbbbbb;
	margin-bottom: 10px;
}


div#content {
	float: left;
	padding: 10px 30px 10px 30px;
}

div#content img {
	padding: 2px;
}

div#addContent {
	float: left;
	width: 180px;
}

table#additionalContent {
	float: left;
	width: 162px;
	margin-left: 8px;
}

div#printButton {
	position: absolute; 
	left: 692px; 
	top: 120px;
}

div#printHeader {
	display: none;
	visibility: hidden;
}

div#breadcrumb {
}

div#bottomNavi {
	width: 430px; 
	float: left; 
	text-align:right;
}

div#langSelect {
	float: left; 
	padding-left: 30px; 
	width: 490px;
}

table.checklist th {
	text-align: left;
	text-decoration: underline;
	/*font-style: italic;*/
	font-weight: normal;
	height: 32px;
	vertical-align: top;
}

table.blogOuterTable {
	padding: 0px 30px 0px 30px;
}

table.blogOuterTable td.blogStory {
	width: 560px;
	vertical-align: top;
	padding-right: 30px;
}

table.blogOuterTable td.blogListing {
	width: 360px;
	vertical-align: top;
	/*border-left: 1px solid #999;*/
	padding-left: 0;
}

td.blogStory p.date {
	font-size: smaller;
}

td.blogStory p.teaser {
	color: #555;
}

td.blogStory p.header {
	color: #003399;
	text-transform: uppercase;
	font-size: larger;
}

div.blogList {
	width: 100%;
	padding-left: 0px;
}

div#blogSearch {
	width: 100%;
	height: 160px;
	background-image: url(images/blogsearch.jpg);
	background-repeat: no-repeat;
}

div.blogSearchForm {
	position: relative;
	top: 120px;
	left: 20px;
}

div.blogList div.blogListEntry {
	background-color: #CCCCCC;
	padding: 10px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-left: 0;
}

div.blogListEntry span.date {
	font-size: x-small;
}

div.blogListEntry a.link {
	text-decoration: underline;
	color: #003399 !important;
	font-weight: normal;
}

div.rowOdd {
	background-color: #f2f7f9 !important;
}

div.rowEven {
	background-color: #e2edf3 !important;
}

/** NAVIGATION **/

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#nav {
		/* font-weight:bold; */
		height:2.09em;
		/* font-fa: bold 96% arial; */
		
		margin-left: 23px;
	}
	
	#nav a {
		font-weight: normal;
	}
	
	#nav li {
		position:relative;
		background: white;
		float: left;
		width: 10em;
		display:block;
		margin: 0;
		/* border-bottom: 3px solid #666;
		border-right: 3px solid #252525; */
		padding:0;
		background-image:url(images/reddot.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left: 16px;
		padding-bottom: 1px;
	}
	
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
		text-decoration:none;
		cursor:pointer;
		color:#000;
		display: block;
		padding: 4px 10px 2px;
	}
	
	#nav a:hover {
		/* font-weight: bold; */
	}
	
	#nav li ul {
		border-left: 1px solid #bbbbbb;
		background-color: white;
		width:17em;
		font-size:100%;
		margin-top: 0px;
		margin-left: 15px;
		position: absolute;
		font-weight:normal;
		left: -999em;
		border-bottom: 10px solid #ffffff;
	}
	
		
	#nav li:hover ul, #nav li.sfhover ul {
		left: 0;
		z-index:99999;
	}
	
	#nav li li {
		background:none;
		float:none;
		border:none;
		/*border: 1px solid #999;
		border-top:1px solid #fff;
		border-right:none;
		border-left:none;
		*/
		padding-left:0;
	}
	
	#nav li li.last {
		/* border-bottom:none; */
		
	}
	
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
		color:#000;
		padding: 3px 10px 2px;
		width:17em;
	}
	
	#nav li li a:hover {
		/*color:#fff;
		background:#c00;*/
		font-weight: bold;
	}
	
	#nav li.active {
		/*background: #c00;
		border-bottom: 3px solid #c00; */
	}
	
	#nav li.active ul {
		/* background: #c00 url("images/featurebox2_bg.gif") no-repeat 100% 100%; */
	}
	
	#nav > li.active > a:link, #nav > li.active > a:visited, #nav > li.active > a:hover, #nav > li.active > a:active {
		font-weight: bold;
	}

	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {
		-font-weight: bold;
	}
	
	#nav li.active ul li a {
		
		
	}
	
	#nav li.active a:hover {
	}
	
	#nav li.active li {
		/* border:none;
		border-top: 1px solid #c15c5c;
		border-bottom: 1px solid #870000;
		*/
	}
	
	#nav li.active li.last {
		
	}
	
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {
		/* color:#fff;*/
	}
	
	#nav li.active li a:hover {
		/*background: #666 url("images/sprites.gif") repeat-x 0 99%;
		color:#fff; */
	}
	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {
		/*color:#fff;
		font-weight:bold;
		background: #666 url("images/sprites.gif") repeat-x 0 99%;*/
	}
	
	#nav li ul li {
		/* border-left: 1px solid grey; */
	}

	/* hide from IE mac \*/
	#nav li {
		width:auto;
	}
	/* end hiding from IE5 mac */


/** CUSTOM CLASSES **/

span.breadcrumb {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.underlined {
	border-style: solid;
	border-width: 1px;
}


table.lined {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;	
}

table.lined td {
	padding: 2px 4px 2px 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.portlet {
	margin: 0px;
	padding: 0px;
	margin-bottom: 18px;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;		
}

table.portlet td {
	padding: 2px 4px 2px 4px;
}

table.grid {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
 	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

table.grid td {
	padding: 2px 4px 2px 4px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.lined td.header, table.portlet td.header, table.grid td.header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.lined td.footer, table.portlet td.footer, table.grid td.footer {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

input.noBorder {
	border: none;
}

input.buttonNormal {
	height: 1.75em;
	border-style: solid;
	border-width: 1px;
}

td.header, td.footer {
}

div.leftNav {
	padding-bottom: 2px;
	padding-left: 12px;
}

div.leftNavSecond {
	padding-left: 12px;
}

div.leftNavThird {
	padding-left: 12px;
}

div.featurebox_small, div.featurebox_big, div.featurebox_full {
	margin-bottom: 12px;
	border: 1px solid #BFBFBF;
}

div.featurebox_small {
	width: 190px;
}

div.featurebox_big {
	width: 297px;
}

div.featurebox_full {
	580px;
}

div.header, div.body, div.footer {
	padding: 2px 4px 2px;
}

div.loginInfo {
	width: 950px; 
	padding-top: 8px;
	padding-left: 30px;
}

/* div.featurebox_small {
	width: 192px;
	padding: 0px;
	margin: 0px;
	}

div.featurebox_small div.header {
	background-image: url(images/featurebox_small_top.jpg);
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	color: white;
}

div.featurebox_small div.body {
	padding: 6px;
	background-image: url(images/featurebox_small_body.jpg);
	background-repeat: repeat-y;
}

div.featurebox_small div.footer {
	background-image: url(images/featurebox_small_bottom.jpg);
	padding-right: 6px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	margin-bottom: 18px;
	padding-top: 2px;
	text-align: right;
}

div.featurebox_big {
	width: 297px;
	padding: 0px;
	margin: 0px;
	}

div.featurebox_big div.header {
	background-image: url(images/featurebox_big_top.jpg);
	padding-left: 6px;
	padding-right: 12px;
	padding-top: 4px;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	font-weight: bold;
	color: white;
}

div.featurebox_big div.body {
	padding: 6px;
	background-image: url(images/featurebox_big_body.jpg);
	background-repeat: repeat-y;
}

div.featurebox_big div.footer {
	background-image: url(images/featurebox_big_bottom.jpg);
	padding-right: 6px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	margin-bottom: 18px;
	padding-top: 2px;
	text-align: right;
}

div.featurebox_full {
	width: 580px;
	padding: 0px;
	margin: 0px;
	}

div.featurebox_full div.header {
	background-image: url(images/featurebox_full_top.jpg);
	padding-left: 6px;
	padding-right: 12px;
	padding-top: 4px;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	font-weight: bold;
	color: white;
}

div.featurebox_full div.body {
	padding: 6px;
	background-image: url(images/featurebox_full_body.jpg);
	background-repeat: repeat-y;
}

div.featurebox_full div.footer {
	background-image: url(images/featurebox_full_bottom.jpg);
	padding-right: 6px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	margin-bottom: 18px;
	padding-top: 2px;
	text-align: right;
}
*/