/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*@import url("SolpartMenu.css");*/
@import url("RadMenu.css");

body
{
	_text-align: center;
	font-size: 69%;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
}

table{
	font-size: 1em;
}

h1{
	display: inline;
	background: #000000;
	background: -moz-linear-gradient(top,#666666, #000000);
	background: -webkit-gradient(linear,left top, left bottom, from(#554444), to(#000000));
	color: #ffffff;
	text-align:left;
	font-size: 75%;	
	font-weight: bold;
	font-family: Tahoma,Arial,Helvetica;
	text-transform:uppercase;
	padding: 2px 8px 2px;

}

ol, ul {
	list-style: none outside none;
}

ol li {
	list-style: none outside none;
}

.Normal,.NormalDisabled
{
	text-align:left;
	font-size: 1em;	
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

.pagemaster {
	width: 960px;
	height: 100%;	
	background-color: #fefefe;
	margin: 0 auto;
}
.skinMaster
{
	width: 100%;
	border: #696969 1px solid;	
	background-color: #ffffff;
	padding: 4px;
}

.skinHeader {
	position: relative;
	overflow: visible;
	width: 100%;
	margin-bottom: 24px;
}

.skinFooter {
	height:15px;
	color:#dddd00;
	padding: 8px;
	background: #332222;
	background: -moz-linear-gradient(top,#554444, #332222);
	background: -webkit-gradient(linear,left top, left bottom, from(#554444), to(#332222));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#554444', EndColorStr='#332222', GradientType=0);
}

.skinMenu{
	position:absolute;
	height:30px;
	width: 87%;
	right: 0px;
	bottom: -20px;
	background: #443333;
	background-image: -moz-linear-gradient(top,#554444, #332222);
	background-image: -webkit-gradient(linear,left top, left bottom, from(#554444), to(#332222));

	color:#dddd00;
	text-align: right;
	padding: 3px;
	
	border: 1px #332222 solid;
}

.skinLogin{
	position: absolute;
	right: 15px;
	top: 5px;
	
	color: #ffffff;
	font-family: verdana;
}

.skinBreadcrumb{
	text-align: left;
	color: #696969;
	font-family: verdana;
	font-size: 69%;	
}

A.skinBreadcrumb:link {

    text-decoration: none;
    color: #696969;
}

A.skinBreadcrumb:visited  {

    text-decoration: none;
    color: #696969;
}

A.skinBreadcrumb:active   {
    text-decoration: none;
    color: #696969;	
}

A.skinBreadcrumb:hover    {
    text-decoration: none;
    color: #696969;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.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;
}

.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);
}

.bottomBorderText
{
	font-weight: normal;
	font-size: 7pt;
	color: #dddd00;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.SubHead
{
	color: #696969;
	font-family: verdana; 
}
/*.SkinObject
{
	color: #696969;
	font-family: verdana;
}
A.SkinObject:link {

    text-decoration: none;
    color: #696969;
}

A.SkinObject:visited  {

    text-decoration: none;
    color: #696969;
}

A.SkinObject:active   {
    text-decoration: none;
    color: #696969;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: #696969;
}*/

.SkinObject
{
	color: #BBBBBB;
	font-family: verdana;
}
A.SkinObject:link {

    text-decoration: none;
    color: #BBBBBB;
}

A.SkinObject:visited  {

    text-decoration: none;
    color: #BBBBBB;
}

A.SkinObject:active   {
    text-decoration: none;
    color: #BBBBBB;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: #ffffff;
}

.Head
{
	font-weight: bold;
	font-size: 12px;
	color: #322322;
	font-family: Verdana, Arial, Helvetica;
}

div.newsBar
{
	display: inline;
}

div.newsBar ol
{
	padding:0px;
	margin:0px;
}

div.newsBar li
{
	margin-top: 7px;
	margin-bottom: 7px;
	padding:3px;
}

div.newsBar li img
{
	float: left;
	vertical-align: middle;
}

div.newsItem {
	display: block;
	margin-left: 100px;
}


