/* CSS Document */

body
{	
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #979797;	
}

.master {
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	height: 100%;
	text-align: left;
}

.controlpanel {
	background: #666666;
	border: solid #020307 1px;
	text-align: left;
}

.menutop {
	background: url(menutop.gif) no-repeat top left;
	width: 105px; 
	height: 72px;
}

.Top {
	background: url(top.jpg) no-repeat top right; 
	height: 60px;
}

.contenttop {
	background: url(contenttop.gif) no-repeat top right; 
	padding-top: 40px; 
	padding-bottom: 16px;
}

/*
.Top {
	background: url(top.gif) no-repeat top left; 
	height: 232px;
}

.contenttop {
	background: url(contenttop.gif) no-repeat; 
	background-position: -6px 0px;
	padding-top: 40px; 
	padding-bottom: 16px;
}
*/

.vertical-line {
	background: url(vertical-line.gif) no-repeat top left; 
	width: 2px;

}
/* background/border colors for the selected tab */
.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

.Login {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777;
text-align: center;
font-weight: normal;
text-decoration: none;
}

A.Login:link, A.Login:active, A.Login:visited {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777;
text-align: center;
font-weight: normal;
text-decoration: none;
padding: 0 6px;
}

A.Login:hover {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777;
text-align: center;
font-weight: normal;
text-decoration: underline;
padding: 0 6px;
}
/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: "";
	text-decoration: none;
	vertical-align: bottom;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color:#FFFFFF;
	border: none;
	font-weight: bold;


}

A.SelectedTab:visited  {
	text-decoration:    none;
	color:#ffffff;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;

}

A.SelectedTab:active   {
	text-decoration:    none;
	color:#555555;
	border: none;
	font-weight: bold;


}

A.SelectedTab:hover    {
	text-decoration:    none;
	color:#555555;
	border: none;
	font-weight: bold;
}


/* hyperlink style for the unselected tabs */
.OtherTabs {
   
    color: #000000;
    font-family: "Tahoma", "Arial", "Helvetica";
	font-weight: bold;
}

A.OtherTabs:link {
    text-decoration:    none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    font-weight: bold;
	color: #fff;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    font-weight: bold;
	color:#FFFFFF;
}

.TopLink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 4px;
	font-weight: bold;
	color: #959191;
	vertical-align: middle;
}

A.TopLink:link, A.TopLink:active, A.TopLink:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #959191;
	padding: 0 4px;
	vertical-align: middle;
	text-decoration: none;
}

A.TopLink:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #959191;
	vertical-align: middle;
	text-decoration: underline;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: red;
}

/* text style used for most text rendered by modules */
/*
.Normal
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 2;
    font-weight: normal;
    color: yellow;
}
*/


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;

    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #fff;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #fff;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #fff;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #E0DAC0;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #E0DAC0;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #E0DAC0;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #2960C6;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #2960C6;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #2960C6;
}

A:link, A:visited, A:active  {
	color:  #E0DAC0;
	font-weight: normal;
	text-decoration: underline;
	font-family: Tahoma, Arial;

}

A:hover {
	color:  #E0DAC0;
	font-family: Tahoma, Arial;
	font-weight: normal;
	text-decoration: underline;

}

.box {
	margin-top: 35px;
	margin-right: 10px;

}

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: #666;
    height:1pt;
    text-align:left;
}
.Copyright{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777;
text-align: center;
font-weight: normal;
text-decoration: none;
}
A.Copyright:link, A.Copyright:active, A.Copyright:visited {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777;
text-align: center;
font-weight: normal;
text-decoration: underline;
}

A.Copyright:hover {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#777;
text-align: center;
font-weight: normal;
text-decoration: none;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #8DC2F9}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

/* 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; 
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	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; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer;  
	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: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}


.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #eeeeee;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	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; 
}

.BreadCrumb {
	font-weight: bold;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
}

A.BreadCrumb:link,A.BreadCrumb:visited,A.BreadCrumb:active {
	font-weight: bold;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
}

A.BreadCrumb:hover {
	font-weight: bold;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	vertical-align: middle;
}

.BreadcrumbSeparator {
	color: #666;
}

/* Menu CSS */
.MainMenu_MenuContainer {
	background: ;
	border: none;
	text-align: center;
	width:105px;
	font-size: 10px;
}
	
.MainMenu_MenuBar {
	HEIGHT: 24px;
	CURSOR: hand;
	background: ;
	font-size: 10px;
	width:105px;
	background: url(menu-bg-normal.gif) no-repeat bottom left;
	
}

/*sub menu items*/
.MainMenu_MenuItem {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	CURSOR: hand; 
	COLOR: #3F3F3F; 
	PADDING: 0px; 
	border: none;
	FONT-FAMILY: arial;
	vertical-align: middle;
	height: 22px;
	
}
.MainMenu_MenuItemSel {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	background-color: #3F3F3F; 
	CURSOR: hand; 
	COLOR: #E0DAC0; 
	PADDING: 0px; 
	border: none;
	FONT-FAMILY: arial;
	text-decoration: none;
	vertical-align: middle;
	height: 22px;
}

.MainMenu_MenuIcon {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 3px;
	WIDTH: 0px;
	CURSOR: hand;
	BACKGROUND-COLOR: #E0DAC0;
	PADDING-TOP: 0px;
	HEIGHT: 20px;
	border-left: 1px solid #E0DAC0;
	border-top: 0px solid #E0DAC0;
	border-bottom: 1px solid #E0DAC0;
	border-right: 1px none;
	DISPLAY: none;
}

.MainMenu_SubMenu {
	Z-INDEX: 1000;
	BACKGROUND-color: #E0DAC0;
	FILTER:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135,  Strength=3) ; 
	CURSOR: hand;
	PADDING: 2px;
	margin-left: 1px;
	BORDER: 1px solid #D0C9AB; 
}

.MainMenu_MenuBreak {
	border: 0px dotted #CCCCCC;
	background-position: bottom;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 0px solid #E0DAC0;
	border-bottom: 0px solid #E0DAC0;
	border-top: 0px solid #E0DAC0;
	border-left-color: #E0DAC0;
	text-align: right;
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
	width: 0px;
	BACKGROUND: transparent; 
}

.MainMenu_Normal td{
	HEIGHT: 24px;
	padding-left: 6px;
	color: #3D3C3C;
	width:105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: table-cell;
	font-weight: bold;
	background: url(menu-bg-normal.gif) no-repeat bottom left;
}

.MainMenu_BreadcrumbActive td
{
	HEIGHT: 24px;
	color: #3D3C3C;
	padding-left: 6px;
	width:105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: table-cell;
	font-weight: bold;
	background: url(menu-bg-active.gif) no-repeat bottom left;
}

.MainMenu_Active td{
	HEIGHT: 24px;
	color: #3D3C3C;
	width:105px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: table-cell;
	font-weight: bold;
	background: url(menu-bg-active.gif) no-repeat bottom left;
}

.MainMenu_Selected td{
	HEIGHT: 24px;
	text-decoration: none;
	padding-left: 6px;
	width:105px;
	color: #3D3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: table-cell;
	font-weight: bold;
	background: url(menu-bg-active.gif) no-repeat bottom left;
}

.rootmenuseparatorcssclass {
	color: #3b4d60;
	width: 2px;
	HEIGHT: 25px;
	background: url(menu-separator.gif) no-repeat;
	vertical-align: middle;
	padding: 0 1px;
}
/*
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*/

