/****************************
/** General CSS
*****************************/
body {
	background:#3d4f5c url('images/bg.png') repeat-x;
	padding:0px;
	margin:0px;
	color:#3a5c73;
	font-size:x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

ul {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	}

li {
	margin:0px;
	padding:0px;
	}

hr {
	border:none;
	background-color: #6d9ab8;
	height:1px;
}

a:link,
a:visited
	{
	color:#3a5c73;
	text-decoration:none;
	}

a:hover {
	color:#3a5c73;
	text-decoration: underline;
	}



.chgLang:link,
.chgLang:visited
	{
	color:#FFFFFF;
	text-decoration:none;
	}

.chgLang:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}

.MenuAnchor,
.MenuAnchor:visited
	{
	color:#3a5c73;
	text-decoration:none;
	}

.MenuAnchor:hover {
	color:red;
	text-decoration: none;
	}

.MenuAnchorHigh
	{
	color:green;
	text-decoration:none;
	}

.MenuAnchorHigh:visited
	{
	color:pink;
	text-decoration:none;
	}

.MenuAnchorHigh:hover {
	color:red;
	text-decoration: none;
	}

form {
padding:0px;
margin:0px;
}

p {

margin-top:4px;
margin-bottom:4px;
padding:0px;
}

textarea,
input,
select {
	font-size:10px;
	font-family:verdana;
	font-weight:normal;
	color:#3a5c73;
	margin:0px;
	padding:0px;
}

/** <Header> Classes **/
h1 {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size: large;
}

h2 {
	margin:0px;
	padding:0px;
	font-size: medium;
}

h3 {
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:2px;
	font-size:small;
}

h4 {
	margin:0px;
	margin-top:10px;
	font-weight:normal;
	padding:0px;
}

/****************************
/** Div Positioning CSS
*****************************/
#OuterDiv {
	visibility:visible;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#MarginTop {
	background-image:url('images/margin_top.png');
	width:800px;
	margin:0px;
	padding:0px;
	border:1px solid red;
}

#MarginLR {
	background-image:url('images/margin_lr.png');
	background-repeat:no-repeat;
	width:980px;

	border:0px solid #000;
}

#MarginWrapper {
	width:954px;
	margin-left: 15px;
}

#InnerDiv {
	width:948px;
	height:auto;
	padding:0px;
	position:relative;
}

#ColumnLeft {
	width:21%;
	height:100%;
	float:left;
}

#ColumnRight {
	width:75%;
	height:98%;
	float:left;
	padding-left:15px;
	padding-top:10px;
	padding-right:10px;
}

#Column {
	width:100%;
	height:100%;
}

/****************************
/** Header
*****************************/
#Header {
	width:980px;
	height:89px;
	background-image:url('images/header.png');
}

#HeaderTitle {
	float:right;
	padding-top:40px;
	padding-right:20px;
}

#HeaderSubTitle {
	color:#FFF;
	font-size:10px;
	font-family:Verdana;
	font-style:normal;
	font-weight:bold;
	float:left;
	padding-top:35px;
	padding-left:30px;
}

/****************************
/** Background Logo
*****************************/
#LogoDiv {
	width:100%;
	height:558px;
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

/****************************
/** Background Logo
*****************************/
#LogoIndexDiv {
	width:100%;
	height:558px;
	background-image:url('images/logo_index.png');
	background-repeat:no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

/****************************
/** Navigation Menu
*****************************/
#NavDiv {
	width:180px;
	height:100%;
	position:relative;
	top:8px;
	left:12px;
	padding:2px;
}

#NavTitle {
	font-size:18px;
	font-family:verdana;
	font-weight:bold;
	color:#3a5c73;
}

.NavText {
	color:#3a5c73;
	font-size:10px;
	font-family:Verdana;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:180px;
	cursor:pointer;
}

.menu_bg {
	display:block;
	background:url('images/menu_bg.gif') no-repeat;
	vertical-align:middle;
	font-size:10px;
	color:#000;
	text-align:left;
	padding-left:8px;
	height:13px !important;
	height:13px;
	text-decoration:none;
}

.menu_bg_over {
	display:block;
	background:url('images/menu_bg.gif') no-repeat;
	background-position:0px -13px;
	text-decoration:none;
	color:#98a9b7;
	vertical-align:middle;
	font-size:10px;
	text-align:left;
	padding-left:8px;
	height:13px !important;
	height:13px;
}

.NavDisplay {
	display: block;
	font-size:10px;
	font-family:verdana;
	margin-left:20px;
}

.NavHide {
	display:none;
}

/****************************
/** Page Header
*****************************/
div.PageHeader {
	border-bottom:1px solid #3a5c73;
	width:100%;
}

/****************************
/** Publications Link
*****************************/
#Publications {
	font-size:10px;
	font-family:verdana;
	font-weight:normal;
	color:#3a5c73;
	margin-left:2px;
}

#PublicationButton {
width:16px;
height:16px;
}

#Jigsaw {
	position:absolute;
	top:70px;
	right:25px;
	width:40px;
	height:40px;
}

/****************************
/** ContentDiv
*****************************/
#ContentDiv {
	position:absolute;
	width:710px;
	height:100%;
}
/****************************
/** Sub Header
*****************************/
.TextHeader {
	color:#3a5c73;
	font-family:verdana;
	font-size:11px;
	margin-top:10px;
	margin-bottom:2px;
	font-weight:bold;
}



.FormHeader {
	height:18px;
	color:#3a5c73;
	font-family:verdana;
	font-size:10px;
}

#FormAttrHeader {
	margin-left:2px;
	margin-right:222px;
	color:#3a5c73;
	font-family:verdana;
	font-size:10px;
	border:0px solid #000;
	display:inline;
}

#FormValueHeader {
	width:300px;
	height:18px;
	margin:1px;
	color:#3a5c73;
	font-family:verdana;
	font-size:10px;
	border:0px solid #000;
	display:inline;

}

#PreviewDiv {
	background-color:#FFF;
	border:1px #3a5c73 solid;
	width:540px;
	height:30px;
	padding:2px;
}

#DisplayAttributes {
	margin-left:2px;
	margin-top:2px;
	width:267px;
	height:150px;
}

#DisplayValues {
	position:absolute;
	margin-top:2px;
	top:0px;
	left:275px;
	width:265px;
	height:150px;
}

.SelectListText {
	font-family:verdana;
	font-size:10px;
}

.InputText {
	height:13px;
	font-family:verdana;
	border:1px solid #7f9db9;
	font-family:verdana;
	font-size:10px;
	color:#3a5c73;
}

.Selector {
	height:15px;
	width:267px;
	font-family:verdana;
	font-size:10px;
	color:#3a5c73;
	border:1px solid #7f9db9;
}

#Footer {
	background:url(images/footer.png);
	width:980px;
	height:40px;
	border:0px solid #000;
	color:#FFF;
}

a.footer:link,a.footer:active,a.footer:hover,a.footer:visited {
color:#FFF;
font-weight:bold;
}


.dropdown {
	font-family:verdana;
	font-size:9px;
	color:#3a5c73;
	border:1px solid #7f9db9;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

.input {
	font-family:verdana;
	font-size:9px;
	color:#3a5c73;
	border:1px solid #7f9db9;
	margin:2px;
	vertical-align:middle;
}

.clear {
clear: both;
}

.floatLeft {
float:left;
}


.ImagePreview {
width:200px;
height:160px;
border:5px solid #7f9db9;
background-color:#7f9db9;
margin-left:2px;
}

.ImagePreviewText {
text-align:center;
font-family:verdana;
font-size:10px;
font-weight:normal;
color:#FFF;
cursor:pointer;
}

.tile_button {
border:1px solid #7f9db9;
width:100%;
position:absolute;
bottom:80px;
left:0px;
text-align:center;
padding-top:2px;
padding-bottom:2px;

background: #3a586c url('../global/images/tile_button.png') repeat-x;

}


/****************************
/** Disk - Wrap/Image/Text
*****************************/

div.diskWrap {
	width:25px;
	height:36px;
	float:left;
}

div.diskImage {
	background-image:url(../global/images/disk.gif);
	width:20px;
	height:19px;
	float:left;
	margin-right:3px;
}

div.diskText {
	color:#FFF;
	font-weight:bold;
	padding-top:3px;
	text-align:center;
}

div.optionText {
	margin-top:3px;
	margin-bottom:3px;
}

div.optionContainer {
	height:14px;
    display:inline;
}

span.bold {
	font-weight:bold;
}


/****************************
/** CMS Related
*****************************/

.EditTable
{
    border: 1px solid silver;
}

.EditTable TD
{
    border: 1px solid silver;
}

.submit
{
    width:100px;
}
