/* 
================================
Skin styles for DotNetNuke
================================
*/   


.pagemaster {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 720px;
	height: 95%;	
}
.pagemaster-wide {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 870px;
	height: 95%;	
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.controlPanelContainer {
	
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-right: 10px;
	padding-left: 10px;
	border-right: solid 1px #cccccc;
}

.pageContentContainer {
	width: 100%;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #cccccc;
}

.contentpane {
	padding-right: 10px;
	padding-left: 10px;
}

.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #cccccc;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* ===================================================================== */
/* MAIN MENU  BEGIN                                                      */
/* ===================================================================== */
.MainMenu_MenuContainer {
	height: 40;
	background-color: Transparent;
	border: solid 1px white;
	padding-left: 10px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 40;
	background-color: Transparant;
	border: solid 1px white;
}

.MainMenu_MenuItem 
{
	background-color: Transparant;
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	letter-spacing: 1;
	border: solid 1px white;
}

.MainMenu_MenuItemSel {
	background-color: red; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	letter-spacing: 1;
	border: solid 1px white;
}

.MainMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px;
	border: solid 1px white;
}

.MainMenu_SubMenu {
	background-color: white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	text-align: left;
	border: solid 1px #cccccc;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 6px;
	padding-bottom: 3px
}

.MainMenu_MenuBreak {
	background-color: Transparant;
	border: solid 1px white;
}

.MainMenu_MenuArrow {
	cursor: pointer; 
	cursor: hand; 
	visibility: hidden;
	border: solid 1px white;
	width: 1px;
}

.MainMenu_RootMenuArrow {
	background-color: Transparant;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border: solid 1px white;
}

/* ===================================================================== */
/* MAIN MENU  END									                     */
/* ===================================================================== */


/* ===================================================================== */
/* MAIN MENU  BEGIN                                                      */
/* ===================================================================== */

.ChildMenu_MenuContainer {
	background-color: Transparent;
	border: none;
	width: 100%
}

.ChildMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	border: none;
	background-color: Transparant;
	width: 100%;
}

.ChildMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	letter-spacing: 1;
	font-weight: normal; 
	font-style: normal; 
	text-align: left;
	border: none;
	height: 20px;
	background-color: Transparant;
}

.ChildMenu_MenuItemSel {
	background-color: red; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	text-align: left;
	letter-spacing: 1;
	border: none;
	height: 20px;
}

.ChildMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px;
	border: none;
}

.ChildMenu_SubMenu {
	background-color: white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	text-align: left;
	border: solid 1px #cccccc;
}

.ChildMenu_MenuBreak {
	background-color: Transparant;
	border: none;
}

.ChildMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	width: 0px;
	background-color: Transparant;
}

.ChildMenu_RootMenuArrow {
	background-color: Transparant;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* ===================================================================== */
/* MAIN MENU  END									                     */
/* ===================================================================== */
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}

.Head   {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

.NormalTextBox {
	background-color: #ffffff;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
	border-left: dashed 1px #bbbbbb;
	border-right: dashed 1px #bbbbbb;
	padding-left: 2px;
	padding-right: 2px;
	color: Navy;
	font-family: Arial;
}

.CapatializedHeader {
	color: #7B7B7B;
	font-family: Tahoma, Trebuchet MS;
	font-weight: bold;
	font-size: 9pt;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 40px;
	text-align: left;
	padding-left: 15px;
	background-image: url(../../../0/gray_gradient.gif);
	background-repeat: repeat-y;
}

.ShadedContainerRight {
	background-image: url(../../../0/gray_gradient_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.LinkItem {
	padding-bottom: 6px;
}

.Quotes {
	font-family: Georgia, Tahoma, Arial, Helvetica;
    font-style: italic;
    font-size:  13px;
    font-weight:   normal;
    color: #333333;
}


.Authors {
	visibility: hidden;
}


.InThisSection {
	color: #7B7B7B;
	font-family: Tahoma, Trebuchet MS;
	font-weight: bold;
	font-size: 9pt;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	white-space: nowrap;
	border: solid 1px #cccccc;
	background-image: url(../../../0/gray_gradient.gif);
	background-repeat: repeat-y;
	padding: 5px;
	height: 30px;
	vertical-align: middle;
}

.NormalSmall 
{
	font-family: arial;
	font-size: 7.5pt;
}