#page .left {
	padding: 10px 5px 0px 10px;
	width:200px;
}

/* ================================
    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
{
}

/* 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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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
{
font-size: 9pt;
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
}

td.sideMenuItem0 {
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt;
background-image: url(images/sidenav_head.gif);
text-indent: 5px;
height: 23px;
}

td.sideMenuItem0 a:link {
color: black;
}
td.sideMenuItem0 a:visited {
color: black;
}
td.sideMenuItem0 a:hover {
color: red;
}
td.sideMenuItem0 a:active {
color: black;
}

td.sideMenuItem1 {
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
background-image: url(images/sidenav_item.gif);
background-repeate: no-repeate;
text-indent: 20px;
height: 23px;
}

td.sideMenuItem1 a:link {
color: #777;
}
td.sideMenuItem1 a:visited {
color: #777;
}
td.sideMenuItem1 a:hover {
color: red;
}
td.sideMenuItem1 a:active {
color: #777;
}

td.sideMenuItem2 {
font-family: Tahoma, Arial, Helvetica; 
font-size: 9pt; 
background-image: url(images/sidenav_item.gif);
text-indent: 20px;
height: 23px;
}

.title_blue_b16 {
font-family: Tahoma, Arial, Helvetica; 
font-size: 16pt; 
font-style: bold;
color: #CCCCFF;
}
.title_red_b16 {
font-family: Tahoma, Arial, Helvetica; 
font-size: 16pt; 
font-style: bold;
color: #660000;
}
.title_white_b16 {
font-family: Tahoma, Arial, Helvetica; 
font-size: 16pt; 
font-style: bold;
color: #ffffff;
}
.title_white_b11 {
font-family: Tahoma, Arial, Helvetica; 
font-size: 11pt; 
font-weight: bold;
color: #ffffff;
}
.black12 {
font-size: 12pt;
color: black;
}

.black11 {
font-size: 11pt;
color: black;
}

.TopTitle {
font-size: 28px;
color: white;
}


#dnn_ctr501_EventRegistView_lstSurvey {
width: 100%;
}

#dnn_ctr568_Signin_cmdLogin {
	width: 60px;
}
#dnn_ctr568_Signin_cmdRegister {
	width: 60px;
}

div.quote
{
border: 1px solid #CCCCCC;
font-style: Italic;
}








