/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* 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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* ================================
    CUSTOM STYLESHEET
   ================================
*/ 

hr {
	border: 0;
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 1px;
	margin:5px 0px 5px 0px;
	padding:0px;
}
*+html hr{margin:0px 0px 5px 0px;}

hr.dotted{background-image:url(images/dotted-horizontal.gif) !important; border:0px; background-repeat:repeat-x;}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{
	margin-bottom:8px;
	font-family:Arial, Verdana;
	font-weight:bold;
	color:#060
}
h3, h4, h5, h6{
	margin-bottom:8px;
	font-family:Arial, Verdana;
	font-weight:bold;
	color:#063;
	letter-spacing:-1px
}
h1 {font-size:28px; line-height:30px;}
h2 {font-size:22px; line-height:24px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:14px; line-height:15px;}
h5, h6 {font-size:13px; line-height:15px;}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:12px;
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	

/*** CONTAINER ***/
#wrapper{width:100%;}
#container{width:940px; margin:0 auto; padding:0px 30px; background-color:#fff}


/* CONTENT */
#content {
	margin:5px 0px;
	background-image:url(images/bg-content.gif);
	background-repeat:repeat-y;
	width:960px
}
#content-full {
	margin:5px 0px
}
#content-left {
	width:730px;
	float:right;
}
#content-right {
	width:190px;
	float:left;
}
#maintext {
	padding:0px 0px 20px 5px
}
ul.inline {
	list-style-type:none;
	padding:0px;
	margin:20px 0px 20px 0px
}
ul.inline li {
	list-style-type:none;
	padding:0px;
	margin:0px 20px 0px 0px;
	display:inline;
	float:left;
	width:196px
}
ul.inline li.nomargin {
	margin:0px;
}
ul.inline h2 {
	margin:10px 0px 5px 0px;
}
ul.checklist {
	list-style-type:none;
	padding:0px;
	margin:0px
}
ul.checklist li {
	list-style-type:none;
	padding:0px 0px 0px 20px;
	margin:0px;
	background-image:url(images/checklist.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
* html ul.checklist li {
	padding:0px 0px 0px 30px !important;
}/* ie 6 only */
#sideright {
	padding:0px 30px 0px 0px
}
#sideright h2 {
	margin-bottom:8px;
	font-family:Arial, Verdana;
	font-weight:bold;
	font-size: 20px;
	color:#063;
	letter-spacing:-1px
}
#sideright ul {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#sideright ul li {
	list-style-type:none;
	background-position:0px 11px;
}
#sideright ul.newslist li {
	list-style-type:none;
	padding:5px 0px 5px 0px;
	width: 190px;
	margin:0px 0px 5px 0px;
	background-image:url(images/dotted-horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:20px;
	text-align:left;
}
#sideright ul.newslist li.noline {
	background-image:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#sideright ul li a, #sideright ul li a:visited {
	color:#656253;
}
.box {
	background-image:url(images/dotted-horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	width: 190px;
}
.boxnoline {
	background-image:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}
.news-container .box {
	background-image:none;
	padding:0px;
	margin:0px;
}
#sideright blockquote {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 30px;
	background:none;
	border:0px;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
}
.small {
	color:#999;
	font-size:11px;
}
span.tblue, span.tblue a, span.tblue a:visited {
	color:#2d84b6 !important;
	font-weight:bold;
}
span.tblue2 {
	color:#2d84b6 !important;
}

.urbangreymenu{
width: 190px; /*width of menu*/
text-align:left;
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: #fff;
	background: #698FD0; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 20px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar h3{
	font: bold 20px;
	color: #fff;
}


.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu .headerbar a:hover{
	text-decoration: none;
	color: #FFF;
	display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: #000;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	list-style:none; !important
}

.urbangreymenu ul li a:visited{
	color: #FFF;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #7AA2D6;
}

.bp_table {
	border-style:solid;
	border-width:1px;
	border-color:#333;
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color:#D7DBE6;
	padding: 10px;
}


.cp_table {
	border-style:solid;
	border-width:1px;
	border-color:#333;
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color:#f5f5f5;
	padding: 10px;
}

.cp_header {
	padding: 5px 5px 5px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #009900;
	background-color: #00CC00;
	vertical-align:middle;
	font-family: Verdana, Geneva, sans-serif;
	height: 20px;
}

