/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/

/*========================================================*/
/* Adjust site width by altering this value               */
   .SiteWidth {width: 750px; background-image: url('/images/skin/bkgd_gradient.jpg'); background-repeat: repeat-x; }
   .SiteWidthAdmin {width: 48px;}
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	margin: 0;
	background: #fff;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.3em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


.SitePaddingZero {background-color: #628696; text-align: center; padding: 0px 0 20px 0; background-image: url('/images/skin/bkgd_gradient.jpg'); background-repeat: repeat-x; }
.SiteFrame01 {width: 8px; height: 8px; font-size: 1px;}
.SiteFrame02 {height: 8px; font-size: 1px;}
.SiteFrame03 {width: 8px; height: 8px; font-size: 1px;}
.SiteFrame04 {width: 8px; }
.SiteFrame05 {}
.SiteFrame06 {width: 8px; }
.SiteFrame07 {width: 8px; height: 8px; font-size: 1px;}
.SiteFrame08 {height: 8px; background: #628696; font-size: 1px;}
.SiteFrame09 {width: 8px; height: 8px; font-size: 1px;}
.MenuTable {margin: 2px 0 8px 0;}
.MenuFrame01 {width: 5px; height: 5px; background: url(/Portals/0/Skins/suzie_skin10/m_corner_tl.gif) no-repeat; font-size: 1px;}
.MenuFrame02 {height: 5px; background: #333333; font-size: 1px;}
.MenuFrame03 {width: 5px; height: 5px; background: url(/Portals/0/Skins/suzie_skin10/m_corner_tr.gif) no-repeat; font-size: 1px;}
.MenuFrame04 {width: 5px; background: #333333;}
.MenuFrame05 {background: #333333; font-weight: normal;}
.MenuFrame06 {width: 5px; background: #333333;}
.MenuFrame07 {width: 5px; height: 5px; background: url(/Portals/0/Skins/suzie_skin10/m_corner_bl.gif) no-repeat; font-size: 1px;}
.MenuFrame08 {height: 5px; background: #333333; font-size: 1px;}
.MenuFrame09 {width: 5px; height: 5px; background: url(/Portals/0/Skins/suzie_skin10/m_corner_br.gif) no-repeat; font-size: 1px;}
.HeaderLeft {text-align: left; padding: 0px 0px 3px 10px; color: #628696;}
.HeaderRight {text-align: right; padding: 0 5px 0px 0; color: #45556A;}
.ContentTop {padding: 0 0 0 0;}
.ContentLeft {padding: 0 0px 0 14px;}
.ContentCenter {padding: 3px 10px 0 15px;}
.ContentRight {padding: 3px 15px 0 0px;}
.ContentBottom {padding: 0 0 0 0;}


.CFrame01 {background: url(/Portals/0/Skins/cdnusers_skin/wwht_tl.gif) no-repeat; height: 7px; width: 7px; font-size: 1px;}
.CFrame02 {background: #ffffff; height: 7px; font-size: 1px;}
.CFrame03 {background: url(/Portals/0/Skins/cdnusers_skin/wwht_tr.gif) no-repeat; height: 7px; width: 7px; font-size: 1px;}
.CFrame07 {background: url(/Portals/0/Skins/cdnusers_skin/wwht_bl.gif) no-repeat; height: 7px; width: 7px; font-size: 1px;}
.CFrame08 {background: #fff; font-size: 1px;}
.CFrame09 {background: url(/Portals/0/Skins/cdnusers_skin/wwht_br.gif) no-repeat; height: 7px; width: 7px; font-size: 1px;}
/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited {
	color: #000000;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 11px;
}

a:hover, a:active {
	color: #45556a;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #45556A;
	font-weight: bold;
}

a.LoginLink:hover {
    text-decoration: underline;
}

a.LoginLink:active {
    text-decoration: underline;
}




/* For links on darker backgrounds (e.g. footer links) */
a.White:link, a.White:visited, a.White:active {
    text-decoration: underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}
a.White:hover {
    text-decoration: none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}



/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #45556a;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #45556a;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.DateText {
	 color: #45556a;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #e5eaf0;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2f2f2f;
	padding: 0;
}


/* Module titles */
.Head {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #555;
	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 text */
.Normal {
	color: #555;
	font-family: tahoma;
	font-size: 11px;
}


/* Dots */
.Dots {
	width: 12px;
	height: 8px;
	background: url(/Portals/0/Skins/suzie_skin10/dots_high.gif) top center no-repeat;
}



/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #2f2f2f;
	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: #333;
	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;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	height: 12px;
	background: #333333;
}


/* Menu bar */
.MainMenu_MenuBar {
	height: 12px;
	background: #5a7038;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #000000;
	font-size: 11px; 
	font-weight: bold; 
	border: #C0C8CB 1px solid;
	padding: 1px 4px 2px 0px;
	background: #C0C8CB;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	color: #000000;
	margin: 1px 0px 0px 0px;
	background-color: #C0C8CB;
	border: #000000 1px solid;
	padding: 1px;
	filter: none;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: hand; 
	color: #000000;
	background: #ffffff;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	padding: 1px 4px 2px 0px;
}

.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	background-color: #000000;
	height: 1px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(/Portals/0/Skins/suzie_skin10/dots.gif) top right no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(/Portals/0/Skins/suzie_skin10/dots.gif) top right no-repeat;
	color: #ffcc00;
	font-weight: bold;
	padding: 0;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(/Portals/0/Skins/suzie_skin10/dots.gif) top right no-repeat;
	color: #ffcc00;
	font-weight: bold;
	padding: 0;
}


/* 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: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #000000;
	font-size: 11px; 
	font-weight: bold; 
	border: #fff 1px solid;
	padding: 1px 4px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 4px 0px 0px -2px;
	background-color: #fff;
	border: #70864a 1px solid;
	padding: 1px;
	filter: none;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #000000;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	padding: 1px 4px 2px 0px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*========================================================*/
/*  Inline content                                        */
/*========================================================*/

.paragraphHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}
.paragraphBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.breadcrumb {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	color: #666666;	
}
.pageHeader {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 18px; 
	font-weight: bold;
}
.contentTitle {
	font-family: Arial, Verdana, Helvetica; 
	font-weight: bold; 
	color: #ffffff; 
	font-size: 17px; 
	line-height: 1.2;
}
.abstract {
	font-family: Verdana, Arial, Helvetica; 
	font-weight: bold; 
	color: #ffffff; 
	font-size: 11px;
}
.vstyle11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
	font-style: italic;
}
.separatorTitle {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	color: #333333;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D9AA0;
	font-weight: bold;
	font-style: italic;
}

/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/










