/* ================================
    CSS STYLES FOR Comfort-WEB
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #ffffff;
}

/* background color for the content part of the pages */
Body
{
	background-color: lightgrey;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #ffffff;
}

.LeftPane  
{
	
}

.ContentPane
{
	color: buttonface;
}

.RightPane  
{


}


/* text style for the controlpanel */
.ControlPanel
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
	background-color: darkgray;
}



/* text style for the selected tab */
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: buttonface;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
a:link.SkinObject {
    text-decoration:    none;
    color: buttonface;
}

a:visited.SkinObject  {
    text-decoration:    none;
    color: buttonface;
}

a:active.SkinObject   {
    text-decoration:    none;
    color: buttonface;
}

a:hover.SkinObject    {
    text-decoration:    none;
    color: buttonface;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: buttonface;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
    text-decoration:    none;
    color: buttonface;
}

a:visited.OtherTabs  {
    text-decoration:    none;
    color: buttonface;
}

a:active.OtherTabs   {
    text-decoration:    none;
    color: buttonface;
}

a:hover.OtherTabs    {
    text-decoration:    none;
    color: buttonface;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	color: #FFCC00;
	font-style: normal;
	font-family: Verdana;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #0099FF;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #0099FF;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton
{
	color: gold;
	text-decoration: underline;
}

a:visited.CommandButton  {
    text-decoration:    underline;
    color: gold;
}

a:active.CommandButton   {
    text-decoration:    underline;
    color: gold;
}

a:hover.CommandButton
{
	color: #0099FF;
	text-decoration: underline;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #0099FF;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #0099FF;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #0099FF;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #0099FF;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #0099FF;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #0099FF;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: highlight;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #0099FF;
}

TD  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    	color: buttonface;
}


A:link
{
	color: gold;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color: gold;
}

A:active    {
    text-decoration:    none;
    color: gold;
}

A:hover {
    text-decoration:    underline;
    color: #0099FF;
}

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
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    
}

.ModuleLine
{

}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #003366; 
	border-left: #003366 1px solid; 
	border-bottom: #003366 1px solid; 
	border-top: #003366 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #003366 1px solid; 
	border-left: #003366 0px solid; 
	border-top: #003366 1px solid;  
	border-right: #003366 0px solid; 
	background-color: #003366; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	border-right: #bd5216 0px solid;
	border-top: #bd5216 0px solid;
	border-left: #bd5216 0px solid;
	border-bottom: #bd5216 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:17;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ccb590 0px solid; 
	border-bottom: #ccb590 0px solid; 
	border-top: #A6A47D 1px solid; 
	border-right: #ccb590 0px solid;
}

.MainMenu_MenuIcon
{
	border-top: #504F37 1px solid;
	border-left: #504F37 1px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #504F37 1px solid;
	height: 21px;
	background-color: #504F37;
	text-align: center;
}

.MainMenu_SubMenu
{
	border-right: #ccb590 0px solid;
	border-top: #ccb590 0px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#A6A47D' , Direction=135, Strength=3);
	border-left: #ccb590 0px solid;
	cursor: hand;
	border-bottom: #ccb590 0px solid;
	background-color: #A6A47D;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #504F37; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height:17;
}

.MainMenu_MenuArrow
{
	border-right: #A6A47D 1px solid;
	border-top: #ccb590 0px solid;
	font-size: 10pt;
	cursor: hand;
	color: #ccb590;
	border-bottom: #A6A47D 1px solid;
	font-family: webdings;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.PageTitle
{
    font-family: Verdana, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}


.TabAdmin
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
	background-color: #ffff33;
}

.ModuleAdmin
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
	background-color: #339900;
}

.ContentAdmin
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
	background-color: lightskyblue;
}


