﻿.VSDummy /* Keep VS, Web Developer, and VS2008 playing nice -- invalid chars will be prepended to this "dummy" class and allow all "real" rules to work */
{
}

body
{
	font-family: Sans-Serif;
	margin: 0;
}

div#divContainer
{
	/*background-color:#c0c0c0;*/
	width: 85%;
	margin: 0 auto;
}

div#divContainer div#divHeader
{
	/*background-color:#f0f;*/
}

div#divContainer div#divMenuAndContentContainer
{
	/*background-color:#ff0;*/
	margin-top: 0;
}

div#divContainer div#divMenuAndContentContainer div#divContentContainer
{
	/*background-color:#f3c3c3;*/
	margin-left: 10.5em;
	padding-left: 1em;
}

div#divContainer div#divMenuAndContentContainer div#divContentContainer div#divTitle
{
	/*background-color:#0ff;*/
	margin: 0;
	padding-top: 1em;
}

div#divContainer div#divMenuAndContentContainer div#divContentContainer div#divTitle h1
{
	/*background-color:#fff;*/
	margin: 0em;
	padding: 0;
	border-bottom: 1px dashed black;
	text-align: center;
}

div#divContainer div#divMenuAndContentContainer div#divContentContainer div#divTitle h1.h1FollowByH2
{
	border-bottom: 0px dashed black;
}

div#divContainer div#divMenuAndContentContainer div#divContentContainer div#divContent h2
{
	border-top: 1px dashed black;
}

div#divContainer div#divMenuAndContentContainer div#divContentContainer div#divContent h2.h2NoLeadContent
{
	border-top: 0px dashed black;
	margin-top: 0em;
}

div#divContainer div#divMenuAndContentContainer div#divContentContainer div#divContent
{
	/*background-color:#0f0;*/
}

div#divContainer div#divMenuAndContentContainer div#divMenuContainer
{
	/*background-color:#00f;*/
	width: 10em;
	float: left;
	margin-bottom: .5em;
}

div#divContainer div#divFooter
{
	/*background-color:#f00;*/
	margin-top: 1em;
	border-top: 1px solid #000;
	clear: both;
}

div#divContainer div#divFooter p
{
	text-align: center;
	margin-top: .25em;
}

/* Override the default DevExpress styles that set fonts and sizes */
a.dxeHyperlink
{
	font-family: Sans-Serif;
	font-size: inherit;
	font-weight: normal;
}

a.hlHome img
{
	margin-bottom: 1em;
}

h2.h2Mail, h2.h2Phone, h2.h2Email
{
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

h2.h2Email
{
	background-image: url(../img/silk/icons/keyboard.png); /*background-image: url(media/img/silk/icons/keyboard.png);*/
}

h2.h2Phone
{
	background-image: url(../img/silk/icons/telephone.png); /*background-image: url(media/img/silk/icons/telephone.png);*/
}

h2.h2Mail
{
	background-image: url(../img/silk/icons/email.png); /*background-image: url(media/img/silk/icons/email.png);*/
}

p.pMusic
{
	background-image: url(../img/silk/icons/music.png); /*	background-image: url(media/img/silk/icons/music.png); */
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
}

td.rpVerseHeader a
{
	color: #fff;
}

table.rpVerse
{
	margin-top: 1em;
}


div.panelLogin, div.panelCreate
{
	width: 48%;
	float: left;
}
div.panelCreate
{
	margin-left: 4%;
}


/* Login */
div.verticalLabel
{
	margin-bottom: .375em;
}

div.verticalLabel label
{
}

div.verticalLabel table.dxeTextbox
{
	/* Contains textbox input */
}

div.buttonBar
{
	width: 100%;
}

table.rpError,
table.rpStatus
{
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	margin-top:1.0em;
}

table.rpError table, table.rpStatus table
{
	width:100%;
}
