body,td,div
{
	font-family: Arial, Helvetica, sans-seriff;
	font-size: 12px;
	color: #666;
}

a
{
	color: #06c;
	text-decoration: none;
}

a:hover
{
	color: #f60;
}

h1
{
	color: #06c;
	font-size: 24px;
}
h2
{
	color: #06c;
	font-size: 16px;
}
h3
{
	color: #f60;
	font-size: 16px;
}


/*
* ActionResults
*/

form.inlineform
{
	display: inline;
	margin: 0px;
}

div.ActionResults
{
	border: 1px solid red;
	background: pink;
	color: #000000;
	padding: 5px;

}

div.ActionResults p 
{
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

div.ActionResults ul
{
	padding: 0px;
	margin: 0px 0px 0px 15px;

}


.formtable
{
	border-collapse: collapse;
}
.formtableright
{
	border-collapse: collapse;
	width: 250px;
}

.formtable-label
{
	background-color: #eee;
	border: 1px solid black;
	font-weight: bold;
}

.formtable-label-problem
{
	background-color: red;
}

.formtable-title
{
	background-color: #eee;
	border: 1px solid black;
	font-weight: bold;
}

.formtable-data
{
	border: 1px solid black;
	padding: 0px 3px 0px 3px;
}


/*
* AdminTable
*/

.AdminTable
{
	border-collapse: collapse;
}

.AdminTableLabel
{
	background-color: grey;
	border: 1px solid black;
	font-weight: bold;
}

.AdminTableLabelProblem
{
	background-color: red;
}

.AdminTableTitle
{
	background-color: grey;
	border: 1px solid black;
	font-weight: bold;
}

.AdminTableData
{
	border: 1px solid black;
}




/*
* Layout
*/
div#navigation-top
{
}

div#logo
{
	float: left;
	margin: 0px 10px 0px 0px;
}

div#tagline
{
	color: #ccc;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 17px;
}

div#navigation-links
{
	float: left;
	color: #ccc;
	font-size: 15px;
	line-height: 22px;
}

div#navigation-links a
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

div#navigation-links a:hover,div#navigation-links a.current
{
	color: #f60;
}


div#account-selector
{
	float: right;
	font-size: 15px;
	line-height: 22px;
}

div.clear-all
{
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

div.dotted-rule
{
	background-color: white;
	background-image: url(/images/gray-dot-for-rules.png);
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 10px 0px 10px 0px;
}

div.dotted-rule-vertical
{
	background-color: white;
	background-image: url(/images/gray-dot-for-rules.png);
	width: 1px;
	height: 100%;
	float: left;
	margin: 0px 10px 0px 9px;
}

div#navigation-bottom,div#navigation-bottom a
{
	color: #ccc;
}


/*
** standard grid divs
*/
div#content-top
{
	width: 915px; 
	height: 331px; 
	margin-bottom: 10px;
}
div#content-bottom
{
	width: 915px; 
	height: 270px;
}
div#content-left
{
	float: left; 
	width: 350px; 
	margin-right: 10px;
}
div#content-left-wide
{
	float: left; 
	width: 580px; 
	margin-right: 10px;
}
div#content-center
{
	float: left; 
	width: 230px; 
	margin: 0px 10px 0px 10px; 
}
div#content-right
{
	float: left; 
	width: 230px; 
	margin: 0px 10px 0px 10px; 
}

div.download-button
{
	background-image: url(/images/slogbase_download_button.png);
	width: 264px;
	height: 102px;
	margin: 0px;
	position: relative;
	left: -15px;
	border: 1px solid white;
}
div.download-button p.header
{
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 20px 10px 20px;
	padding: 0px;
}
div.download-button p.description
{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 20px 10px 20px;
	padding: 0px;
}





