﻿/* DEFAULTS
----------------------------------------------------------*/
body   
{
	background: #DDDDDD;
	font-size: 1.5em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	/*background-image: url('/rwContent/Images/trianglify-background.svg');*/
}

a:link, a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
	text-decoration: none;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

.rvheader
{
	color:#FFFFFF;
	background: #000;
	margin:0 0 0 0;
	vertical-align:middle;
	width:100%;
}

.rvfooter
{
    border-top-color: darkblue; 
    border-top-style: solid; 
    border-top-width: 2px;
}

.rvcontent
{
    background-color:#FFFFFF;
}

.rvcontentleft
{
}

.rvcontentright
{
    background-color:#ffffff;
}

.rvworddisplay
{
    font-size:3em;
    color:#000000;
}

rvpublicdesc
{

}

.rvconnectionsheader
{
    font-weight:bold;
    font-size:1em;
}

.mpContentDiv
{
	display:inline-block; 
	text-align:center;
	width:1200px;
}

	.mpLeftColumnDiv
	{
		min-height: 400px;
		width:200px;
		float:left;
	}

	.mpCenterColumnDiv
	{
		text-align:center;
		min-height: 400px;
		width:900px;
		float:left;
	}

	.mpRightColumnDiv
	{
		min-height: 400px;
		width:100px;
		text-align:right;
		float:right;
	}

	.mpFooterDiv
	{
		text-align:center;
		width:100%;
	}

	.loggedInMenuDiv
	{
		font-size:12pt;
	}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}



/* Connection management */

.AttacmentExplainText
{
	color:#fff;
	background-color:Green;
	font-size:12pt;
	padding:5px 10px 5px 10px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}
