﻿body 
{	
	background-color: #FBFBFB;	/* 251 (Near White) */
	background-color: #FFF;	
	background-repeat: no-repeat;
	color: Black;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 68.75%;	/* 11 px */
	margin: 0;
	padding: 0;
}

a:hover
{
	text-decoration:underline;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Task Bar                                                        */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.colLogo
{
	width: 730px;
}

.colSignIn
{
	width: 240px;
}

.colTaskBarSpacer
{
	width: 100%;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Main table                                                      */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.rowSpacer
{
	/* Pushes the table "below" the task bar */
	height: 29px; /* Height of task bar plus 1 for border width */
	width: 100%;
}

.colLeftMargin 
{
	/* Margins */
	width: 5px;
}

.colRightMargin
{
	width: 5px;
}


.colTabs
{
	/* Column for the main topics */
	width: 120px;
}

.colGutter
{
	/* Column between the Gutter and the Content */
	width: 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Advertisement                                                   */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.colAdvertisement
{
	/* Advertising column */
	padding-left:5px;
	padding-top:5px;
	width: 300px; /* Google AdSense Width */
}

.pnlAdvertisement
{	
	/* For displaying the ad on the business / edit screen */
	border: solid 1px #83AADA;
	min-height: 100%;  /* firefox */
	padding:  0px;
	
}	

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Content Header                                                  */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#lblContentTop
{
	color: #F4793A;
	display: block;
	font-family: Calibri, Tahoma, Verdana;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
	width: 100%;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Ajax status / updating                                          */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.ControlPleaseWait
{
	/* Wait used for updating main page and side bar */
	height: 20px;
	background-image: url("Images/WaitingTransparent.gif");
	background-repeat: no-repeat;
	background-position:center;
}

.PleaseWaitContents
{
	/* Wait used for updating contents */
	background-image: url("Images/WaitingTransparent.gif");
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	padding-left: 25px; 
	vertical-align: middle;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Drop Down menus                                                    */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.pnlDropDownArrow
{
	/*background-image: url("Images/DropDownDisabled.gif");*/
	background-image: url("Images/FrameworkSprite.gif"); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
	float: left;
	margin-left: 5px;
	height: 8px;
	width: 11px;
}
.pnlDropDownArrow:hover
{
	/*background-image: url("Images/DropDownEnabled.gif");*/
	background-image: url("Images/FrameworkSprite.gif"); 
	background-position: -0px -8px;
	background-repeat: no-repeat;
	
	float: left;
	height: 8px;
	margin-left: 5px;
	width: 11px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Standard Tables                                                    */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.tblGlobal
{
	border-collapse: collapse;  /* remove border spaces */
	font-size:1.2em;
	table-layout:fixed;
	width: 100%;
}

.tblGlobalNotFixed
{
	border-collapse: collapse; /* remove border spaces */
	font-size:1.2em;
}

.colGlobalQuestion 
{ 
	/* frmEventsDetails, frmArticlesDetails, frmEventsView */
	text-align:right;
	width: 140px;  
}

.colGlobalAnswer 
{ 
	/* frmEventsDetails, frmArticlesDetails, frmEventsView */
	width: 410px; 
}

.colExpand
{ 
	/* frmEventsDetails, frmArticlesDetails, frmEventsView */
	width: 100%; 
}

.colValidate
{
	width: 120px;
}

.tdGlobalQuestion
{
	/* Column text align doesn't work in FireFox */
	color:#696969;
	text-align:right;
	padding-right:5px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Standard Form Views                                                */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.divGlobalReadOnly 
{
	border: dotted 1px silver;
    padding: 13px 5px 5px 5px;
    margin: 0 5px 5px 5px;
}

.divGlobalReadOnly p, ul, li
{
    margin-top: 0px;
    margin-bottom: 0px;
}
