
/* background color for the content part of the pages */
BODY
{
	font-size: 11px;
	font-family: Arial, Verdana;
	background-color: white;
}

BUTTON
{
	font-size: 11px;
	font-family: Arial;
	height: 20px;
}

/*************** Template ***************/

.LeftPane
{
   padding-left: 10px;
   padding-bottom: 10px;
   padding-top: 10px;
}

.ContentPane
{
   padding-bottom: 10px;
   padding-top: 10px;
   padding-right: 10px;
}

.RightPane
{
   padding-bottom: 10px;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
}

.SiteTitle
{
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
	color: darkred;
	font-family: Arial, Verdana Bold, Helvetica, sans-serif;
}

.LogoCell
{
	padding-top: 3px;
	padding-right: 10px;
	border-bottom: #b89a48 1px solid;
	text-align: right;
}
    
/* text style for the site links (at extreme top-right of header) */
.TopLine 
{
   padding-right: 0px;
   padding-left: 0px;
   font-size: 11px;
   background-image: url(../../PortalFramework/Images/header_background.gif);
   padding-bottom: 0px;
   padding-top: 0px;
   font-family: Arial, Verdana, Helvetica, sans-serif;
}   

/* hyperlink style for the site links */
A.TopLine:link {
    text-decoration:    none;
    color:white;
}

A.TopLine:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.TopLine:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.TopLine:hover    {
    text-decoration:    underline;
    color:white;
}


.TopLine .LeftCell
{
	width: 25%;
	font-weight: bold;
	font-size: 11px;
	color: yellow;
	font-family: Arial;
}

.TopLine .CenterCell
{
	font-weight: bold;
	font-size: 14px;
	color: gold;
	font-family: Arial;
	text-align: center;
}

.TopLine .RightCell
{
	width: 24%;
	font-size: 11px;
	color: white;
	font-family: Arial;
	text-align: right;
}
.SystemDate
{
	width:100%;
	padding-right:20px;
	font-size: 10px;
	color: white;
	font-family: verdana;
	text-align: right;
	position:absolute;
	top:8px;
}

.Message    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}   

/* style for blank header row at the top - karthik */

.TopRow 
{
   padding-right: 5px;
   padding-left: 5px;
   font-size: 11px;
   font-family: Arial, Verdana, Helvetica, sans-serif;
}   

.TopRow .SingleCell
{
	width: 100%;
	font-size: 11px;
	color: white;
	font-family: Arial;
	text-align: right;
}

/* style for footer at the bottom - karthik */

.Footer
{
   padding-right: 5px;
   padding-left: 5px;
   font-size: 11px;
   padding-bottom: 5px;
   padding-top: 3px;
   font-family: Arial, Verdana, Helvetica, sans-serif;
}   

.Footer .LeftCell
{
	width: 10%;
	font-size: 11px;
	font-family: Arial;
}

.Footer .CenterCell
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
}

.Footer .RightCell
{
	width: 10%;
	font-size: 11px;
	font-family: Arial;
	text-align: right;
}

.Footer .FooterLinks
{
   padding-right: 1px;
   padding-left: 1px;
   padding-bottom: 1px;
   padding-top: 1px;
   font-family: Arial, Verdana, Helvetica, sans-serif;
}   

.Footer .FooterLinks .Links
{
	font-size: 11px;
	font-family: Arial;
}   

.Footer .CopyRight
{
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
}

.Footer .FooterRuler
{
    color: red;
    height:1pt;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}


/* MODULE-SPECIFIC */


.ItemTitle    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.ContentItemTitle    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color: darkred;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* Html Module */
.HtmlHolder
{
   width: 100%; 
}

.StdIFrameModule
{
   border-right: green 1px solid;
   border-top: green 1px solid;
   border-left: green 1px solid;
   border-bottom: green 1px solid;
   width: 100%;
   height: 300px;
}


/******************* Module Types *******************/


/*  Default Module Header */
.DefaultModuleHeader
{
   background-color:#F8DEB8;
   border-right: #990000 1px solid;
   border-top: #990000 1px solid;
   border-left: #990000 1px solid;
   border-bottom: #990000 1px solid;
}
.DefaultModuleHeader .ImageCell
{
   width: 12px;
}
.DefaultModuleHeader .LeftCell
{
   display: none;
}
.DefaultModuleHeader .CenterCell
{
   text-align: left;
}
.DefaultModuleHeader .RightCell
{
   text-align: right;
}
.DefaultModuleHeader TR
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.DefaultModuleHeader .CommandImg
{
	margin: 0px 0px 1px 5px;
}
.DefaultModuleHeader .Title
{
	font-weight: bold;
	font-size: 10px;
	color: #030C7C;
	font-family: Verdana;
	position: relative;
	top: -2px;
}
.DefaultModuleHeader .Link
{
	font-size: 10px;
	font-family: Verdana;
	position: relative;
	top: -2px;
}
.DefaultModuleHeader A.Link:link 
{
    color: white;
}
.DefaultModuleHeader A.Link:visited  
{
    color: #990000;
}
.DefaultModuleHeader A.Link:active   
{
    color: #990000;
}
.DefaultModuleHeader A.Link:hover    
{
    text-decoration:    underline;
    color: red;
}

/*  Centered Module Header */
.CenteredModuleHeader
{
   border-right: #990000 1px solid;
   border-top: #990000 1px solid;
   border-left: #990000 1px solid;
   border-bottom: #990000 1px solid;
   background-color: #F8DEB8;
}
.CenteredModuleHeader .LeftCell
{
   width: 25%;
}
.CenteredModuleHeader .CenterCell
{
   text-align: center;
}
.CenteredModuleHeader .RightCell
{
   width: 25%;
   text-align: right;
}
.CenteredModuleHeader TR
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.CenteredModuleHeader .CommandImg
{
	margin: 0px 0px 1px 5px;
}
.CenteredModuleHeader .Title
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	top: -2px;
}
.CenteredModuleHeader .Link
{
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	top: -2px;
}
.CenteredModuleHeader A.Link:link 
{
    color: darkgreen;
}
.CenteredModuleHeader A.Link:visited  
{
    color: darkgreen;
}
.CenteredModuleHeader A.Link:active   
{
    color: darkgreen;
}
.CenteredModuleHeader A.Link:hover    
{
    text-decoration:    underline;
    color: gray;
}

/*  Headerless Module Edit Div */
.HeaderlessEdit 
{
   width: 100%;
   text-align: right;
   position: absolute; 
   padding-right: 5px; 
}
.HeaderlessEdit IMG
{
   filter: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=40);
}
.HeaderlessEdit A.ModuleEditLink
{
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	top: -1px;
}
.HeaderlessEdit A.ModuleEditLink:link 
{
    color: darkgreen;
}
.HeaderlessEdit A.ModuleEditLink:visited  
{
    color: darkgreen;
}
.HeaderlessEdit A.ModuleEditLink:active   
{
    color: red;
}
.HeaderlessEdit A.ModuleEditLink:hover    
{
    text-decoration:    underline;
    color: darkgray;
}


/*  Module Panel Styles  */

.DefaultModulePanel
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	position: relative;
}

.BorderedModulePanel
{
   width: 100%;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color: darkred;
}

A.CommandButton:visited  {
    color: darkred;
}

A.CommandButton:active   {
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

/* GENERIC */
H1  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/*****************************************************************/
.TaskGroup
{
	left: 10px; 
	top: expression(this.offsetParent.offsetParent.scrollTop - 120); 
	position: absolute;
}

.TaskBar
{
	font-size: 7px;
	/*behavior: url(Content/controls/recipe/moveable.htc);*/
	font-family: Arial;
	background-color: darkgray;
}

.TaskBar TH
{
	font-size: 5px;
	cursor: move;
	background-color: dimgray;
}

.TaskBar TD
{
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ece9d8;
}

.TaskBar TD.Over
{
	background-color: lightyellow;
}

.TaskBar TD.separator
{
	background-color: darkgray;
}


.Warning
{
	font-size: 11px;
	color: red;
	font-family: Arial, Verdana;
}

/******************* TreeView ***********************/
.DefaultTreeView 
{
}

/******************* Login Modules *****************/
.LoginModule
{
	font-family: Verdana;
	font-size: 10px;
}

.LoginModule .Label
{
	font-weight:bold;
	font-family: Verdana;
	font-size: 10px;
}

.LoginModule .Value
{
	font-family: Verdana;
	font-size: 10px;
}

.LoginModule .HelpQuestion
{
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #990000; 
}

.LoginModule .HelpQuestionBlack
{
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px;
	color: black; 
}

.LoginModule .HelpButton
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: #990000 1px solid;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	font-family: Verdana;
	font-size: 10px;
	color: #990000;
	background-color: #F8DEB8;
}



