/* 
================================
Skin styles for DotNetNuke
================================
*/   
.body
{
	/* Look in ie hacks for default fonts */
	 
}

.as_pageMaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
	background-image: url(background.gif);
	background-position:top center;
	background-repeat:repeat-y;
	
	
	
}
.as_skinMaster {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(tl_curve.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
.as_skinHeader 
{
}
.as_skinFooter
{
	padding: 0px 10px 15px 10px;
}

.as_menuBar
{
	BORDER-TOP: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid;
	HEIGHT:30px;
}

/* The login and date time bar */
.as_details
{
	padding: 0x 10px 0x 10px;
}

.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	width: 175px;
	background-color: transparent;
}
.contentpane {
	width: 100%;
	background-color: transparent;
}
.rightpane {
	width: 175px;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}





/* ================================
style for modules
================================ */

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  120%;
    font-weight: bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  90%;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  80%;
    font-weight:    bold;
    color: black;
}


/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.Label
{
	color: #C4151C;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 700;
	font-size: 80%;
	text-transform: lowercase;
}


/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: smaller;
}


/* This is the Date eg. any items that are not links */
.SkinItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
    text-decoration: none;
    color: #999999;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
	font-weight: bold;
    text-decoration: none;
    color: #999999;
}
A.SkinItem:hover
{
	text-decoration: none;
    font-weight: bold;
    color: #666666;
}

/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #C4151C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H2
{
    font-size: 120%;
    font-weight: bold;
    color: #C4151C;
}

H3
{
    font-size: 100%;
    font-weight: bold;
    color: #999;
}

H4
{
    color: #C4151C;
	font-family: Verdana, Arial, Helvetica;
	font-weight: 700;
	font-size: 100%;
	text-transform: lowercase;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

LI
{
	list-style-image: url(bullet.gif);
}




/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #F00;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #F00;
}

/* Menu styles */
.MainMenu_MenuContainer {
	background-color: transparent;
	height:22px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:22px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	height: 22px;
}
.MainMenu_MenuIcon {
	background-color: #EEEEEE;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 22px;
}
.MainMenu_SubMenu 
{
	background-color: #FFFFFF;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 22px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* =============================
Info blocks
==============================*/
.InfoBlock
{
	background-color: #EFEFEF;
	width: 100%
}

.InfoLabel
{
	font-size: 80%;
	font-weight: bold;
	width: 20%;
}

.InfoText
{
	font-size: 80%;	
}


/* =============================
Quote blocks
==============================*/
.QuoteBlock
{
	width: 150px;
}

.QuoteText
{
	padding-top: 4px;
	font-size: 60%;
	font-style: italic;
}

.QuoteAuthor
{
	border-bottom: solid 1px grey;
	padding-bottom: 6px;
	font-size: 60%;
	font-style: italic;
	font-weight: bold;
}

/* =============================
Feature blocks
==============================*/
.FeatureList
{
	font-size: 60%;
	text-align: left;
}


.FeatureList_Bullet
{
	vertical-align: top;
}


.FeatureList_Text
{
	
}

/* =============================
Announcements
==============================*/
.Announcements_Header
{
	font-weight: bold;
	font-size: 65%;
	text-align: left;
}


.Announcements_Body
{
	font-size:60%;
}


.Announcements_MoreLink
{
	font-size: 60%;
	color: #F00;
}




































