/*@charset "utf-8";*/
.mycentertext {text-align: center;color: #000066;
	font-size: 12px;
	padding-left: 17px;
	font-family: Verdana; border-style: none; font-weight: bold ;}
body {
	/* background: #FFFFFF url(../images/topbargrad1.jpg) repeat-x; */
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif; 
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

#wrap 
{
	
	width: 100%;
	margin: 0px auto;
	
}

h1 {
	font-size: 24px;
}

h2 {
	color: #004FA8;
	font-size: 16px;
	/* padding-left: 20px; */
}

h3 {
	color: #000066;
	font-size: 12px;
	/* padding-left: 17px; */
}

h4
{
	color: #006699;
	font-size: 14px;
	font-weight: bold;
}

h5
{
    height: 18px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
	color: #006699;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
	background: url(../images/bg_SubMenuHdr2.png) repeat;
	border-style: groove; border-width: 1px; border-color: #000033
	
}

a {
	color: #000066;
	text-decoration: none;
}

.anc 
{	
	color: #000066;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
}

.anc_bold 
{	
	color:Black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
}
a:hover {
	text-decoration: underline;
}

/* Header */
/***** TOP BANNER *****/


#header
{
    width:100%;
    height: 160px;
    background-image: url(../images/CDM_Header2.jpg);
}
#header #headerL
{
    width:80%;
    float:left;
    height: 105px;
    margin:0px;
}
#header #headerR
{
    width:20%;
    float:left;
    height: 100px;
    margin:0px;
    vertical-align:middle;
}


#logo {
	margin-top: 5px;
	color: #fff;
	padding-left: 20px;
	width: 550px;
}

#desc {
	padding-top: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	width: 550px;
}



/* Search */ 

form.search {
	position: relative;
	background: url(../images/search.png) center no-repeat;
	width: 247px;
	border: none;
	float: right;
	margin: 0;
	height: 44px;
}

form.search input.textbox {
	margin: 0;
	padding: 1px 2px;
	padding-left: 13px;
	width: 180px;
	background: none;
	border: none;
	color: #fff;
}

form.search input.button {
	background : url(../images/search-button.png) no-repeat;
	color: #333;
	border: none;
	width: 25px;
	height: 21px;
}


/* Content */

#content-wrap {
	margin: 20px;
	/*background: url(../images/content-wrap-bg.png) repeat-y;*/
	min-height: 575px;
}

#content {
	width: 680px;
	padding: 5px 5px 5px 30px;
}

#content h1 {
	color: #013A79;
	font-size: 19px;
	padding-left: 22px;
	border-bottom: dotted 1px #000066;
}

.post-footer {
	background: url(../images/post-footer.png) center no-repeat;
	height: 55px;
	font-size: 10px;
	padding-top: 10px;
	text-align: right;
}
	

.dated {
	padding-top: 2px;
	background: url(../images/calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}

.category {
	background: url(../images/category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
	height: 16px;
}

.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(../images/user.png) no-repeat;
}

.more {
	padding-left: 20px;
	margin-left: 10px;
	padding-bottom: 5px;
	background: url(../images/more.png) no-repeat;
}

/* Images */

img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Addition Stuffs */

blockquote {
	background: #F2F2F2 url(../images/quote.png) no-repeat left top;
	border: dotted 1px #D7D7D7;
	padding: 5px 5px 5px 25px;
}

code {
	margin : 4px 8px;
	padding : 8px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #f8f4f1 url(../images/code.png) right top no-repeat;
	border : 1px dashed #D7C3C3;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul span, ol span {
	color: #333333;
}


/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 0 5px;
	/* border : 1px solid #C6D9E9;
	min-height : 525px;
	background-color : #F2F2F2;
	background-color : white;*/
}
.logonForm {
	margin : 10px;
	padding : 0 5px;	
}
label {
	margin : 5px 7px;
	color: #333333;
}
.label_normal {
	font-weight : normal;
	margin : 3px 5px;
	color: #333333;
}



.label_small {
	font-weight : bold;
	font-size: x-small;
	margin : 3px 5px;
	color: #333333;
}
.label_normal_red {
	font-weight : normal;
	margin : 3px 5px;
	color: red;
}
.label_grid_header {
	font-weight : bold;
	font-size: x-small;
	text-align: center;
	color: #333333;
}
.summary_header {
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	vertical-align: bottom;
	background-color: #e2eaf3;
	color: Black;
	white-space: nowrap;
}
.label_grid_item {
	font-weight : normal;
	font-size: x-small;
	text-align: right;
	color: #333333;
}

input {
	padding : 2px;
	border : 1px solid #C6D9E9;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background:#fff url(../images/gradtop.gif) repeat-x top;
	background-color : #ffffff;
}

select {
	padding : 2px;
	border : 1px solid #C6D9E9;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background:#fff url(../images/gradtop.gif) repeat-x top;
	background-color : #ffffff;
}

textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #C6D9E9;
	background-color : #ffffff;
	height : 100px;
	display : block;
	background:#fff url(../images/gradtop.gif) repeat-x top;
	color : #000;
}

input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border : 1px solid #ccc;
	padding : 2px 3px;
	background : #fff;
	color : #131212;
}

.imgButton 
{
	padding-left : 10px;
	padding-right : 10px;
	background: none;
	margin : 0;

}
.imgButton_nopad
{
	
	background: none;
	margin : 0;
}

#footer {
	border-top: 2px solid #6fcac5;
	text-align: center;
	font-size: 10px;
	height: 2em;
}

.label_header 
{
	display: block;
	font-weight : bold;
	margin : 5px 7px;
	color: #333333;
}
.for_rounded_panel {
	
	
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	
	/*background-color : #6fcac5 ;*/
	background-color : #e2eaf3 ;
	
}

.for_panel {
	padding : 2px;
	margin-top: 10px;
	/* border : 1px solid #C6D9E9; */
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	/* background:#fff url(../images/gradtop.gif) repeat-x top; */
	background-color : #ffffff;
}
/* ModalPopup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.break{clear:both;}

/*CollapsiblePanel*/
.collapsePanel {
	

	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	
	
}

/**************** menu coding *****************/
#menu 
{
	margin-left: 25px;
	margin-top: 8px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 2px;
float: left;
}


#menu a, #menu h2 {
font: bold 12px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 4px;
margin-left:5px;
margin-right:5px;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu ul li a {
color: #FFFFFF;
text-decoration: none;
border: none;
}

#menu ul li ul li a {
color: #000;
background: #efefef;
text-decoration: none;
text-align: left;
border: 1px solid #666666;
margin-left: 0px;
margin-right: 0px;
}

#menu a:hover {
color: #FFFFFF;
background: #333366;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width: 18em;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/* END LIST MENU STYLES */

/* BEGIN SIDEBAR THING */


#contentwrapper{
	float: left;
	width: 100%;
}

#ConfigRightSide{
	margin-left: 270px; /*Set right margin to ConfigSidebar Width*/
	margin-top: 10px;
}

.innerConfigRightSide 
{
    padding:15px;
}

#ConfigSidebar 
{
    width: 250px;
    float: left;
}

.innerConfigSidebar{
	margin-left: 0px;
	margin-top: 10px;
}

.ConfigSidebarT 
{
    width:250px;
    height:12px;
    padding:0px;
    margin:0px;
    float:left;
    background-image:url(../images/1_sidebar_top.gif);
}
.ConfigSidebarM 
{
    width:230px;
    padding-left:10px;
    padding-right:10px;
    margin-top:0px;
    margin-bottom:0px;
    background-image:url(../images/1_sidebar_mid.gif);
}
.ConfigSidebarB 
{
    width:250px;
    height:12px;
    padding:0px;
    margin:0px;
    margin-top: -3px;
    float:left;
    background-image:url(../images/1_sidebar_bot.gif);
}

#sideBarList {
	width: 230px;
	padding: 0 0 0 0;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#sideBarList ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
#sideBarList li {
		border-bottom: 1px solid #CCCCCC;
		margin: 0;
}

#sideBarList li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000066;
	text-decoration: none;
	width: 100%;
}

html>body #sideBarList li a {
	width: auto;
}

#sideBarList li a:hover {
	background-color: #003366;
	color: #fff;
}

.sideBarIcon1 {
    margin-top: 5px;
    height: 25px;
}

.sideBarIcon1 img
{
    padding-left:5px;
    padding-right:5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.sideBarIcon1 img:hover 
{
    padding-left:4px;
    padding-right:4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px #003366;
	background-color: #ccffff;
}

/* END SIDEBAR THING */

.MainTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
	color: #003366;
}

.SubTitle1
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

/* LOGON STYLES */

#Logoncontainer
{
    width: 100%;
    margin: auto;
}

#Logonrightnav
{
    float: right;
    width: 275px;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0px;
}

#Logonrightnav h2
{
	color: #6699cc;
	font-size: 12px;
}

#Logoncontent
{
    margin-right: 300px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0px;
}

#Logonfooter
{
    clear: both;
    margin: 0;
    padding: .5em;
    text-align: center;
    font-size: 10px;
    border-top: 2px solid #6699cc;
}
.btn
{
	background-image: url(../images/bgButton.png);
	background-color: #ddd;
	border-width: 1px; border-color:#006699;
	margin-left: 6px;
	cursor:pointer;
}.btnSearch
{
	background-image: url(../images/bgButton.png);
	background-image: url(../images/magGlass.png) 0 0 no-repeat;
	background-color: #ddd;
	border-width: 1px; border-color:#006699;
	margin-left: 6px;
	cursor:pointer;
}.btnSave
{
	background-image: url(../images/bgButton.png);
	background-image: url(../images/saveImage.png) 0 0 no-repeat;
	background-color: #ddd;
	border-width: 1px; border-color:#006699;
	margin-left: 6px;
	cursor:pointer;
}
.btnDelete
{
	background-image: url(../images/bgButton.png);
	background-image: url(../images/deleteImage.png) 0 0 no-repeat;
	background-color: #ddd;
	border-width: 1px; border-color:#006699;
	margin-left: 6px;
	cursor:pointer;
}

html, body 
{
	height: 100%;
}
.content-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}

.push {
	height: 2em;
	text-align:center;
	border-top: 2px solid transparent;
	text-align: center;
	font-size: 10px;
}