/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color : #336699;
	text-decoration : none;
}

A.SelectedTab:visited  {
	color : #336699;
	text-decoration : none;
}

A.SelectedTab:active   {
	color : #336699;
	text-decoration : none;
}

A.SelectedTab:hover    {
	color : black;
	text-decoration : underline;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color : #336699;
	text-decoration : none;
}

A.OtherTabs:visited  {
	color : #336699;
	text-decoration : none;
}

A.OtherTabs:active   {
	color : #336699;
	text-decoration : none;
}

A.OtherTabs:hover    {
	color : black;
	text-decoration : underline;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	color : black;
	text-decoration : none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
	border : 1px solid #999999;
}

.NormalRed
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : red;
	text-decoration : none;
}

.NormalBold
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	color : black;
	text-decoration : none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : #336699;
	text-decoration : none;
}

A.CommandButton:visited  {
	color : #336699;
	text-decoration : none;
}

A.CommandButton:active   {
	color : #336699;
	text-decoration : none;
}

A.CommandButton:hover    {
	color : black;
	text-decoration : underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color : #336699;
	text-decoration : none;
}

A:visited   {
	color : #336699;
	text-decoration : none;
}

A:active    {
	color : #336699;
	text-decoration : none;
}

A:hover {
	color : black;
	text-decoration : underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	height : 27px;
	background-color : transparent;
}

.MainMenu_MenuBar {
	height : 27px;
	background-color : transparent;
}

.MainMenu_MenuItem {
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
	height : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : white;
	background-color : transparent;
}

.MainMenu_MenuIcon {
	background-color : #999999;
	border:none;
	height : 20px;
}

.MainMenu_SubMenu {
	background-color : #999999;
	border : 1px solid #333333;
	filter : none;
	padding : 1px;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border:none;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	border:none;
}

.MainMenu_RootMenuArrow {
}

.RaisedBground{
	background-color : #666666;
}

.RaisedShadowLeft{
	background : transparent url(images/RaisedShadowLeft.gif) repeat-y scroll top right;
}

.RaisedShadowRight{
	background : transparent url(images/RaisedShadowRight.gif) repeat-y scroll top left;
}

.RaisedLeftTile{
	background : White url(images/RaisedLeftTile.gif) repeat-y scroll top left;
}

.RaisedRightTile{
	background : transparent url(images/RaisedRightTile.gif) repeat-y scroll top right;
}

.RaisedAquaLeft{
	background : #336699 url(images/RaisedAquaLeft.gif) repeat-y scroll top left;
}

.RaisedAquaRight{
	background : transparent url(images/RaisedAquaRight.gif) repeat-y scroll top right;
}

.RaisedDarkLeft{
	background : #333333 url(images/RaisedDarkLeft.gif) repeat-y scroll top left;
}

.RaisedDarkRight{
	background : transparent url(images/RaisedDarkRight.gif) repeat-y scroll top right;
}

.RaisedGreyLeft{
	background : #999999 url(images/RaisedGreyLeft.gif) repeat-y scroll top left;
}

.RaisedGreyRight{
	background : transparent url(images/RaisedGreyRight.gif) repeat-y scroll top right;
}

.RaisedContentPadding{
	padding-left : 3px;
	padding-right : 3px;
}

.RaisedPaddingLeft{
	padding-left : 8px;
}

.RaisedPaddingRight{
	padding-right : 8px;
}

.RaisedLogoPadding{
	padding-left : 25px;
	padding-right : 25px;
}

.RaisedDNNWhite{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

a.RaisedDNNWhite, a.RaisedDNNWhite:link, a.RaisedDNNWhite:visited, a.RaisedDNNWhite:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

a.RaisedDNNWhite:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #336699;
	text-decoration : none;
}

.RaisedAqua{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #336699;
	text-decoration : none;
}

.RaisedBannerPadding{
	padding-right : 8px;
}

.RaisedAquaRootItem TD{
	height : 27px;
	padding-left : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #999999;
	text-decoration : none;
	text-transform : uppercase;
	background : transparent url(images/RaisedSolpartArrow.gif) no-repeat scroll top left;
}

.RaisedAquaRootItemSelect TD{
	height : 27px;
	padding-left : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
	text-transform : uppercase;
	background : transparent url(images/RaisedRootAqua.gif) no-repeat scroll top left;
}

.RaisedAquaSubItemSelect{
	height : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : white;
	text-decoration : none;
	background-color : #333333;
}

p{
	margin-top : 0px;
	margin-bottom : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
