
/*========================================================*/
/*   Cascading Style Sheet for Pyramid DotNetNuke Skin    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*  8. Containers                                         */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

.LinkSepBar {background: url(LinksSeparator.gif) no-repeat center;}

TABLE {border:Red 0px solid;}
TD {border:gold 0px solid;}
DIV {border:violet 0px solid;}

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background: #fff;
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


/* Background style */
.MasterColumn01 {
	background: url(slash_bg.jpg) top right repeat-x #e2e2e2;
}


/* Background style */
.MasterColumn02 {
	width: 1px; 
	background-color:#ccc;
	border-right: 0px solid #ccc;
}


/* Background style 
.MasterColumn02Top {
	background: url(slash_shadow_left.gif) top left no-repeat #dcdcdc;
	height: 382px;
}*/


/* Background style
.MasterColumn02Bottom {
	background: url(shadow_left.gif) top left repeat-y #dcdcdc;
}*/


/* Controls site width */
.MasterColumn03 {
	background: #fff;
}
.MasterColumn04 {

}
.Header03 {background: top left no-repeat #005319;}
.Header04 {background-color:#005319;}


/* Controls site width */
.MasterColumn03Admin {
	width: 900px;
	background: #fff;
}


/* Background style */
.MasterColumn04 {
	width: 1px;
	background-color:#ccc;
	border-left: 0px solid #ccc;
}


/* Background style 
.MasterColumn04Top {
	background: url(slash_shadow_right.gif) top left no-repeat #dcdcdc;
	height: 382px;
}*/


/* Background style
.MasterColumn04Bottom {
	background: url(shadow_right.gif) top left repeat-y #dcdcdc;
}*/


/* Background style */
.MasterColumn05 {
	background: url(slash_bg.jpg) top left repeat-x #e2e2e2;
}


/* Header height */
.HeaderMaster {
	height: 25px;
}



/* Header background */
.HeaderLeft {
	background: url(header_left_Short.gif) repeat-x;
	height: 11px;
	text-align: right;
}


/* Login/Register/Search div */
.HeaderDiv {
	width: auto;
	display: block;
	float: right;
	height: 27px;
	background: url(header_div_bg_short.gif) top left no-repeat;
	color: #828282;
	padding: 1px 12px 1px 22px;
}


/* Button style */
.GoButton {
	margin: 0;
	padding: 0;
	margin-top: 3px;
}


/* Separator image in header */
.HeaderSep {
	width: 2px;
	margin: 0 4px 0 4px;
	background: url(header_sep.gif) center top no-repeat;
}


/* Holds logo object */
.LogoMaster {
	padding: 7px 16px 14px 13px;
}


/* Date container */
.DateMaster {
	vertical-align: bottom;
	text-align: right;
	padding: 0px 12px 0px 0;
}


/* Menu container */
.MenuMaster {
	background: url(menu_bg.gif) repeat-x;
	height: 27px;

}


/* Breadcrumb container */
.BreadcrumbMaster {
	height: 24px;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	padding: 2px 10px 0 10px;
}


/* Page title underline */
.ShadowMaster 
{
	padding-top:2px;
	height: 13px;
}


/* Page title underline - left */
.ShadowLeft {
	width: 185px;
	background: url(breadcrumb_bg_left.gif) no-repeat;
}


/* Page title underline - center */
.ShadowCenter {
	background: url(breadcrumb_bg_center.gif) repeat-x;
}


/* Page title underline - right */
.ShadowRight {
	width: 185px;
	background: url(breadcrumb_bg_right.gif) no-repeat;
}


/* Content container */
.ContentMaster {
	padding:0;
}


/* Top content row */
.ContentTop {
	padding: 0 0 5px 0;
}


/* Left content column */
.ContentLeft {
	width: 28%;
	padding: 0 7px 10px 7px;
}

#ContainerLeft {background-color:#E1FFE1;}


/* Center content column */
.ContentCenter {
	padding: 0 0 10px 20px;
}
#ContainerMain {background-color:#ffffff;}

/* Right content column */
.ContentRight {
	width: 28%;
	padding: 0 0 10px 20px;
}


/* Bottom content row */
.ContentBottom {
	padding: 0;
}


/* Footer height */
.FooterMaster 
{
	height:65px; background-color:#E1FFE1;
	padding:10px 0 0px 0;
}


/* Footer background */
.Footertop {color:#888;
	height: 25px;
	padding: 0;
}

/* Terms/Privacy/Copyright container */
.Footerbottom {Font-size:.8em; color:#888; font-variant:small-caps;
	height: 25px;
	padding: 0;
}

A.FooterLinks:link, A.FooterLinks:active, A.FooterLinks:link:visited {font-variant:small-caps; Font-size:1.0em; color:#888; text-decoration:none;}
A.FooterLinks:link:hover {font-variant:small-caps; Font-size:1em; color:#888; text-decoration:underline;}







/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #5171AF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #5171AF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #4E6694;
	font-weight: normal;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #4E6694;
	font-weight: normal;
}


/* For links on darker backgrounds (e.g. footer links) */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: none;
    color: #4E6694;
	font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: underline;
    color: #4E6694;
	font-weight: normal;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #888;
    font-family:tahoma;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    font-family:tahoma;
    color: #888;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #5171AF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #5171AF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #5171AF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #5171AF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #fff; font-weight:bold; padding-left:10px;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #999;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
}


/* Module titles */
.Head {
    font-family: tahoma;	
	font-size: 11px;
	font-weight: bold;
	color: #555;
}


/* Module titles - Blue */
.CHeadCenter .Head {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}


/* Module titles - Gray */
.CHeadCenterG .Head {
	color: #555;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}


/* Normal bold text */
.Normal {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}






/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


.StandardButton {
	background: #697FB0;
	border-right: 1px solid #405581;
	border-left: 1px solid #889BC4;
	border-top: 1px solid #889BC4;
	border-bottom: 1px solid #405581;
	color: #fff;
	font-weight: normal;
}



/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/

#MenuBar {background-color:CC6600;}

#MenuEndCap_r {float:right; width:15px; height: 26px; background: url(menu_bg_right.gif) bottom left no-repeat;}


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: #CC6600; 
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	font-variant:small-caps;
	color: #888;
	font-size: 11px; 
	font-weight: normal;
	background: #F3F3F3;
	border-top: #F3F3F3 1px solid;
	border-left: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
	border-right: #F3F3F3 1px solid;
	padding: 1px 1px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #c7c7c7;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3) ;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	font-variant:small-caps;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #CC6600;
	border-left: #CC6600 1px solid;
	border-right: #CC6600 1px solid;
	padding: 1px 1px 2px 2px;
}


/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(menu_off.gif) repeat-x top left;
	color: #DBEBD4;
	font-weight: bold;
	height: 27px;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(menu_off.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
	height: 27px;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(menu_on.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
	height: 27px;
}
	

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


.MainMenu_LeftOff {
	padding-left: 2px;
	height: 27px;
	background: url(tab_left_off.gif) bottom left no-repeat;
}


.MainMenu_LeftOn {
	padding-left: 2px;
	height: 27px;
	background: url(tab_left_on.gif) bottom left no-repeat;
}


.MainMenu_RightOff {
	padding-left: 2px;
	height: 27px;
	background: url(tab_right_off.gif) bottom right no-repeat;
}


.MainMenu_RightOn {
	padding-left: 2px;
	height: 27px;
	background: url(tab_right_on.gif) bottom right no-repeat;
}



/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #888;
	font-size: 11px; 
	font-weight: normal;
	background: #F3F3F3;
	border-top: #F3F3F3 1px solid;
	border-left: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
	border-right: #F3F3F3 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #c7c7c7;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #CC6600;
	border-left: #CC6600 1px solid;
	border-right: #CC6600 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*========================================================*/
/*  8. Containers                                         */
/*========================================================*/





.ContentPaneArrow {
	width: 1%;
	padding: 0;
	text-align: right;
	border-bottom: 2px dotted #ddd;
}

.ContentPaneHead {
	width: 99%;
	padding: 0px 0px 2px 0px;
	text-align: left;
	border-bottom: 2px dotted #ddd;
}


.ContentPaneBody {
	padding: 7px 4px 0px 0px;
}


.CHeadLeft {
	width: 10px;
	height: 25px;
	background: url(CHeadLeft.gif) no-repeat top left;
	font-size: 1px;
}

.CHeadCenter {
	height: 25px;
	background: url(CHeadCenter.gif) repeat-x top left;
	width: 1px;
	white-space: nowrap;
}

.CHeadConnect {
	width: 15px;
	height: 25px;
	background: url(CHeadConnect.gif) no-repeat top left;
	font-size: 1px;
}


.CHeadRight {
	height: 25px;
	background: url(CHeadRight.gif) repeat-x top left;
	font-size: 1px;
}


.CHeadRightCap {
	width: 7px;
	height: 25px;
	background: url(CHeadRightCap.gif) no-repeat top left;
	font-size: 1px;
}


.CBody {
	padding: 7px 10px 10px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fafafa;
}


.CFootLeft {
	height: 7px;
	border-top: 1px solid #ddd;
	font-size: 1px;
}


.CFootRight {
	height: 7px;
	width: 58px;
	background: url(CFootRight.gif) top left no-repeat;
	font-size: 1px;
}





.CHeadLeftG {
	width: 10px;
	height: 25px;
	background: url(CHeadLeftG.gif) no-repeat top left;
	font-size: 1px;
}

.CHeadCenterG {
	height: 25px;
	background: url(CHeadCenterG.gif) repeat-x top left;
	width: 1px;
	white-space: nowrap;
}

.CHeadConnectG {
	width: 15px;
	height: 25px;
	background: url(CHeadConnectG.gif) no-repeat top left;
	font-size: 1px;
}


.CHeadRightG {
	height: 25px;
	background: url(CHeadRightG.gif) repeat-x top left;
	font-size: 1px;
}


.CHeadRightCapG {
	width: 7px;
	height: 25px;
	background: url(CHeadRightCapG.gif) no-repeat top left;
	font-size: 1px;
}

/* Applies to the login/logout and register/username links */
a.LoginLink2:link, a.LoginLink2:visited, a.LoginLink2:active  {
						color: #DBEBD4;	font-weight: bold;	font-size: 11px;	text-decoration: none;		}
a.LoginLink2:hover      {color: #fff;	font-weight: bold;	font-size: 11px;	text-decoration: none;	}
.LoginCell {height: 26px; text-align: right; 	background: url(tab_left_off.gif) left no-repeat #CC6600; }
.LoginLink2 {float:right; padding:5px 5px 0 0;}

/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/

/*========================================================*/
/*  For List Documnet list                                       */
/*========================================================*/

#mainColumn {
	width: 544px;
	margin: 0;
	border-left : 1px solid #906E4E; border-right : 1px solid #906E4E;
	padding-bottom: 50px;
}

#mainContent {
	padding-top: 10px; padding-left: 20px; padding-right: 20px; padding-bottom: 40px;
}
#secFuncs {
	float: right;
	width: 146px; height: 94px;
	background-image: url(../_img/bgSecFuncs.gif);
	background-repeat: no-repeat;
	margin-left: 20px; margin-bottom: 20px; margin-top: 10px;
}

body h1, body h4 { font: bold 130% Georgia,Serif; }

body h5 {font-size: 110%;}

#mainContent h1 {
	font: 20px/10px trebuchet ms, arial, sans-serif; color: #CA3000;
}

.icon {padding-right: 15px; padding-bottom: 200px;}

A.icon:link, A.icon:visited, A.icon:active { color: #63452A; text-decoration: none; }    
A.icon:hover { color: #B48336; text-decoration: none; }

.iconTxt {
	font: 10px/12px trebuchet ms, arial, sans-serif;
}
.iconTxtb {
	font: 11px/13px trebuchet ms, arial, sans-serif; font-weight: bold; color: #333333;
}

/*========================================================*/
/*  End List Documnet list                                       */
/*========================================================*/

.datalist {
		border-bottom: 1px solid #aaa;
	}

.datalist tbody tr td {
	font-family: Tahoma, Arial, "lucida grande", ;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

.datalist tbody tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;}
	
.DataListContainer {padding:7px 0px 0px 0px;}
.DataListHead {Height:25px; background: url(/images/THEAD_bg001.gif) #f1f1f1 repeat-x;}

/***************  CheckBox for ListX Action *******************/
    .CkBox a {
      background:url(/images/CheckBox.gif) no-repeat top left;
      }
    .CkBox a.checked {
       background-position:0% -28px;
      }
    .CkBox_ON a:hover {
      background-position:0% -42px;
      }
    .CkBox_OFF a:hover {
      background-position:0% -14px;
      }
/***************  END CheckBox for ListX Action *******************/

.TitleLineCorner {background:url(TitleLineCorner.gif) no-repeat top right;}
.TitleHorizLine {background:url(TitleHorizLine.gif) repeat-x;}
.TopHorizLine_1 {background:url(TopHorizLine_1.gif) repeat-x;}
.RightVertLine {background:url(RightVertLine.gif) repeat-y right;}




