/* Universal ------------------------------ */

html {height: 100%;}
body {margin: 0; background-color:#CCCCCC;}
table, tr, td, p, font {font-family: verdana, sans-serif; line-height: 1.4em; font-size: 11px;}
hr {height: 1px; color: #bbb;}
img {border: 0;}


/* dnn control panel */
td#dnn-controls-row {background:url(control-panel-bg.gif) repeat-x bottom #fafafa; border: 0; padding: 0; height: 0;}
table.ControlPanel {background:url(control-panel-bg-lt.gif) repeat-x bottom #fcfcfc; border: 0; border-left: 1px solid #eee; border-right: 1px solid #eee;}
table.ControlPanel td {padding: 0px 0 6px 0;}
table.ControlPanel td td.SubHead {padding: 3px 0 0px 0; background: #f1f1f1;}
table.ControlPanel td td td.SubHead {background: transparent; border: 0;}
table.ControlPanel td td {vertical-align: middle;}
table.ControlPanel table td {padding: 1px 0 0 0;}
table.ControlPanel .ControlPanel {border-left: 1px solid #fff; border-right: 1px solid #fff; border-top: 0; border-bottom: 0; width: 0px; height: 100px; display: none;}



table.master {width: 100%; height: 100%;}
table.masterCanvas {width: 100%; height: 100%;}

.leftSide { 
	background-image:url(images/leftShadow.gif); 
	background-position:right; 
	background-repeat:repeat-y; 
	background-color:#CCCCCC;
}

.rightSide { 
	background-image:url(images/rightShadow.gif); 
	background-position:left; 
	background-repeat:repeat-y; 
	background-color:#CCCCCC;
}

.topBlackBkgd {
	height: 50px;
	background-image:url(images/topBlackBkgd.gif); 
	background-position:top; 
	background-repeat:repeat-x; 
	background-color: #000000;
}

.loginPane {
	background-image:url(images/topBlueBkgd.jpg); 
	background-repeat:repeat-x; 
	height: 21px;
	text-align:right;
	color:#FFFFFF;
}
.TopLink, a.TopLink, a.TopLink:visited, a.TopLink:active {
	color:#efefef; text-decoration:none;
}
a.TopLink:hover {
	color:#efefef; text-decoration:underline;
}
.BtmLink, a.BtmLink, a.BtmLink:visited, a.BtmLink:active {
	color:#999999; text-decoration:none;
}
a.BtmLink:hover {
	color:#999999; text-decoration:underline;
}

.leftLogin { background-position:top right;
	background-image:url(images/topBlueCorner.gif); 
	background-repeat:no-repeat; 
	height: 21px;
}



.navBkgdBlue { 
	height: 23px;
	background-image:url(images/navBkgdBlue.gif); 
	background-repeat:repeat-x; 
	background-color: #a3b4c4;
}

.breadcrumbBkgd {
	height: 22px;
	background-image:url(images/breadcrumbBkgd.gif); 
	background-repeat:repeat-x; 
	background-color: #efefef;
}
.footerBkgd {
	height: 23px; 
	color:#efefef;
	background-image:url(images/footerBkgd.gif); 
	background-repeat:repeat-x; 
	background-color: #000000;
	font-size:10px;
}
.aboveFooterBkgd {
	height: 18px;
	background-image:url(images/aboveFooterBkgd.gif); 
	background-repeat:repeat-x; 
	background-color: #efefef;
	text-align:center;
	font-size:10px;
}
.logoPane {
	background-color: #000000;
	height: 60px;
}
.Search_Button { 
	text-indent: -3px; 
	height: 18px; font-size: 9px;
	vertical-align:middle;
}

/* [SOLPATRMENU] */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuItem
{
	padding-left: 2px;
	font-weight: normal;
	font-size: 12px;
	color: #000033;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 23px;
	border-bottom-style: none;
}
.MainMenu_MenuItemSel
{
	padding-left: 2px;
	font-weight: normal;
	font-size: 12px;
	height: 23px;
	color: white;
	background-color: transparent;
}
.MainMenu_MenuIcon
{
	display: none;
}
.MainMenu_MenuIcon_Admin
{
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	width: 0px;
	border-bottom: transparent 1px solid;
}
.MainMenu_MenuArrow
{
	border-right: transparent 1px solid;
	border-top: transparent 1px solid; 
	width: 7px;
	border-bottom: transparent 1px solid; 
	background-color: transparent;
}
.MainMenu_MenuBreak
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_SubMenu
{
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #a3b4c4;
	color: #000033;

}
.MainMenu_SubMenuItemSel
{
	font-size: 12px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 23px;
	color: white;
	background-color: #a3b4c4;
}
.MainMenu_RootMenuArrow
{
	padding-right: 1px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{ 
	font-weight: normal;
	font-size: 12px;
	/* background-image:url(images/navBkgdBlueOn.gif); */
	background-repeat:repeat-x; 
	color: #000033;
	height: 23px;
	background-color: transparent;
}

.MainMenu_RootMenuItemActive { 
	height: 23px;
	background-image:url(images/navBkgdBlueOn.gif); 
	background-repeat:repeat-x; 
	background-color: #a3b4c4;
}

.MainMenu_RootMenuItemSel { 
	font-weight: normal;
	font-size: 12px;
	background-image:url(images/navBkgdBlueOn.gif); 
	background-repeat:repeat-x; 	
	color: white;
	height: 23px;
	background-color: #a3b4c4;
}

input.search-btn {
	background:#E6E6E6
		url("images/masthead-submit-inner.gif")
		no-repeat;
	margin-bottom:5px;
	width:150px;
	padding:2px;
	border-width:0px;
	text-indent:5px;
}
input.ibm-btn-search {
	color:#FFF;
	background:#000
		url("images/masthead-submit.gif")
		no-repeat 100% 30%;
	border:none;
	padding:2px 6px 1px 6px;
	margin-bottom:4px;
	text-align:center;
	cursor:pointer;
}
input.ibm-btn-search:hover {
	color:#FC0;
	background:#000
		url("images/masthead-submit-highlight.gif")
		no-repeat 100% 20%;
}
.Current_Date {
	text-align:right;
}
