/* GENERAL STYLES */
/* Rich text editor styling start */

#PROBLEM {
	margin: 10px auto;
	width: 884px;
        background: red;
	color:black;
	font-size:xx-large;
	text-align: left;
}


#boxLimHeight {
	border: 1px dotted #ddd;
	padding-left: 13px;
	max-height: 180px;
	overflow: auto;

}

.superscript{font-size:xx-small; vertical-align:super;  vertical-align:super;} */
.subscript{font-size:xx-small; vertical-align:bottom;} 


h1#Logo
{
	background-image:url(../media/logo.gif);
	text-indent:-10000px; /*Used to hide the text off screen */
	height:101px;
	width:275px;
	float:left;
	margin:1px 0px 0px 5px;
}
h1#LogoText
{
	background-image:url(../media/LogoText.gif);
	text-indent:-10000px; /*Used to hide the text off screen */
	height:20px;
	width:383px;
	float:left;
	margin:54px 0px 0px 14px;
}
#newsfeed img{
margin: 0px 0px 0px 20px;
float:left;
}

h1#Logo a
{
	display:block;
	height:100%;
}

#holderBody {
	background: #111;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}
#content #AutoForm_5_Button1 {
	width:150px;
}

/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	background-color: #EFEFF6;
	background-color: #000000;
	font-family: 'lucida grande', 'lucida sans', lucida, verdana;
	font-size:12px;
	text-align: center;
	color:#333366;
	}

/* HEADERS */
h2 {
	font-size:30px;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBox {
	width: 200px;
	float: right;
	padding: 10px;
	margin: 5px;
	border: 1px dotted #ddd;
}

#newsBox .newsDate {
	border-top: 1px solid #ddd;
}

/* header */
#header {
width: 777px;
height: 103px;
/*border-bottom:1px #333366 solid;*/
padding: 0;
display: block;
}

/* Navigation */


#navigation {
    padding:10;
    margin: 0;  
    border: 0px solid;
    color:#0c4218; /* green */
    color:#200c46; /* blue */
    color:#e32e00; /* red */

    font-family: 'lucida grande', 'lucida sans', lucida, verdana;
    font-size:12px;
    text-align: center;

}
#navigation th {
    background-color: #0c4218;
    border: 1px solid;
    color:#0c4218;

}
#navigation td {
    padding:1px;
    background-color: #FFFFFF;
    border: 2px solid;
    color:#0c4218;

}
#navigation a {
    color:#200c46; /* blue */
    text-decoration: none;
    display: block;
    padding: 4px 0;
    color:#0c4218; /* green */
}
#navigation a:hover {
    text-decoration: none;
    background-color:#0c4218; /* green */
;
    color:#e32e00; /* red */
}




#secondLevelNavigation {
    float: left;
    width: 110px;
    list-style:none;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}

#naviHolder{
    float: left;
    padding:0;
    width:777px;
    height: 30px;
    margin: 0;
    /*margin-left:2px;*/
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}
.menuleft {
width:7px;
float:left;
height:30px;
background-image:url(../media/menuleftbg.gif);
}
.menumiddle{
float:left;
height:20px;
background-image:url(../media/menumiddlebg.gif);
padding:10px 0px 0px 0px;
width:97px;
}
.menuright{
width:7px;
float:left;
height:30px;
background-image:url(../media/menurightbg.gif);
}
.menuleftselect {
width:7px;
float:left;
height:30px;
background-image:url(../media/menuleftselectbg.gif);
}
.menumiddleselect {
float:left;
height:20px;
background-image:url(../media/menumiddleselectbg.gif);
padding:10px 0px 0px 0px;
width:97px;
}
.menurightselect {
width:7px;
float:left;
height:30px;
background-image:url(../media/menurightselectbg.gif);
}
#naviList li {
    float:left;
}

#naviList li.selected a {
	color:#333;
}

#naviList a{
    /*padding: 8px 0;*/
    text-align: center;
    text-decoration:none;
    color:#fff;
    display: block;
    font-size:11px;
}

#naviList a:hover{
    color:#ddd9cc;
}

#SecondNaviHolder{
    float: right;
    padding:0;
    width:777px;
    height: 25px;
    margin: 0;
    background-color: #ddd;
    border-top: solid 1px #000;
    margin-right:7px;
}

#SecondnaviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}

#SecondnaviList li {
    width:154px;
    float:right;
    border-right:#999 solid 1px;
}

#SecondnaviList .selected {
	font-weight: bold;
}

#SecondnaviList a{
    padding: 0;
    margin: 0;
    text-align: center;
    text-decoration:none;
    color:#333333;
    line-height:25px;
    display: block;
}

#SecondnaviList a:hover{
    color:#ddd9cc;
    background-color: #999;
}
/* Pull */
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: white;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.5em 0;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}


/*li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(wizard/pullBackground.png);
	padding: 2em 0;
	border-bottom: 1px solid #888477;
}*/

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

/* BOXES */
a {
color:#339933;
}

#textContent {
	width: 600px;
	border-left: 1px solid #ddd;
	float: right;
	padding-left: 10px;
	min-height: 280px;

}

#bottomInfo {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
}

#container {
	margin: 10px auto;
	width: 884px;
        background: #fff;
}

#main {
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
}

#bottom {
	clear: both;
	border-top: 1px solid #333366;
	width:100%;
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: x-small;
	line-height: 30px;
}

#content {
	float: left;
	padding-top:5px;
	padding-left:17px;
	padding-right:25px;
	padding-bottom:15px;
	min-height: 320px;
	width: 96%;
	overflow-x:hidden; 
	overflow-y:auto;
	display:block;
	scrollbar-face-color: #eee;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #eee;
	scrollbar-shadow-color: '';
	scrollbar-highlight-color: #ddd;
	scrollbar-3dlight-color: '';
	scrollbar-darkshadow-color: '';
}



#content img {
margin:0px 0 0px 0px;
}


#main {

	background-image:url(wizard/background_top.gif);
        background-position: top right;
        background-repeat:no-repeat;
        

}
#bottomShadow {
	background-image:url(/media/1134/background_bottom.gif);;
        background-color:#eee;
        background-repeat:no-repeat;
        clear:both;
}


/* EDITOR PROPERTIES */
h1 {
	font-size:20px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
}


table.table_content_outer {
    border-style:none; 
    border-width:thin; 
    width: 100%; 
    padding: 0px; 
}

table.table_content_outer th { 
    font-size: 14px; 
    border-style:none; 
    border-width:1px; 
    vertical-align: middle; 
    padding: 2px; 
    font-weight: bold;
}


table.table_content_inner {
    //background-color:#ffee11;
    border-style:dotted; 
    border-width:thin; 
    width: 100%; 
    padding: 1px; 
}



table.table_content_inner th { 
    font-size: 14px; 
    border-style:none; 
    border-width:1px; 
    //background-color: #F4F4F4; 
    vertical-align: middle; 
    padding: 2px; 
    font-weight: bold;
}

table.table_content_inner td { 
    font-size: 12px; 
    border-style:none; 
    border-width:1px; 
    text-align: left;
    vertical-align: text-top; 
    padding: 2px; 
    font-weight: normal;
}
