/*<!--
(C)2008 by Josh Martin
http://www.DNNReactor.com
Redistribution and use in source and binary forms, with or without modification is strictly prohibited!

' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED 
' TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
' THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 
' CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
' DEALINGS IN THE SOFTWARE.
 -->
*/

/* 
================================
Skin styles for DotNetNuke
================================
*/
body
{
	background-color: #474a4a;
}

.DNNR_pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #474a4a;
}

.DNNR_skinheader
{
}

.DNNR_controlpanel
{
	width: 100%;
	background-color: #DFE5F2;
}
.DNNR_toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.DNNR_leftpane
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.DNNR_contentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.DNNR_rightpane
{
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.DNNR_bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/* bonus panes*/
.DNNR_SmallPane
{
	width: 175px;
}
.DNNR_LargePane
{
}
.DNNR_2BottomPane
{
}
.DNNR_3LeftPane
{
	width: 33%;
}
.DNNR_3CenterPane
{
}
.DNNR_3RightPane
{
	width: 33%;
}
.DNNR_3BottomPane
{
}
.DNNR_4BottomPane
{
}



.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuArrow
{
	border-right: #CAD5EA 1px solid;
	border-bottom: #CAD5EA 1px solid;
	border-top: #CAD5EA 0px solid;
	font-family: webdings;
	font-size: 10pt;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
}
.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;
}
.SkinObject
{
	white-space:nowrap;
}

























