@charset "utf-8";


/***********************************************************************************************
 * DIVS
 ***********************************************************************************************/
 div.ContainerMaster
 {
 	background-color: #FFFFFF;
	float: none;
	width: 75%;
	margin: 0 auto;
	height: 100%;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
 }
 
 
 div.ContainerLogin
 {
 	width: 50%; 
	margin: 0 auto; 
	margin-top: 100px;
 }
 
 
 div.Default
 {
	position: relative; 
 }
 
 
 div.WidthFull
 {
 	width: 100%;
 }
 
 
 div.WidthHalf
 {
 	width: 50%;
 }
 
 
 div.WidthTwoThirds
 {
 	width: 66%;
 }
 
 div.WidthWorkArea
 {
 	width: 90%;
 }
 
 
 div.FloatLeft
 {
 	float: left;
 }
 
 
 div.FloatRight
 {
 	float: right;
 }
 
 
 div.Centered
 {
	margin: 0 auto; 
 }


/***********************************************************************************************
 * COLORS
 ***********************************************************************************************/
.ColorBorderReliance
 {
 	border: medium solid #003B77;
 }
 
 
 .ColorReliance
 {
 	color: #003b77;
 }
 
 
 .ColorWhite
 {
 	color: #FFFFFF;
 }
 
 
 .ColorBlack
 {
 	color: #000000;
 }


/***********************************************************************************************
 * PADDING/MARGINS
 ***********************************************************************************************/
 .PaddingLight
 {
 	padding: 10px;
 }
 
 
 .PaddingExtraLight
 {
 	padding: 5px;
 }
 
 
 .PaddingLightSides
 {
 	padding-left: 10px;
	padding-right: 10px;
 }
 
 
.PaddingNone
{
 	padding: 0;
}


.PaddingBottomLight
{
	padding-bottom: 5px;
}


.PaddingBottomMedium
{
	padding-bottom: 15px;
}
 
 
.MarginNone
{
 	margin: 0;
}


/***********************************************************************************************
 * BUTTONS
 ***********************************************************************************************/
 input.ButtonReliance0, button.ButtonReliance0
 {
 	color: #FFFFFF;
	/*font-weight: bold;*/
	background-image: url(../img/reliance/buttonBackground.png);
	background-color:transparent;
	height: 34px;
	width: 124px;
	border-color: transparent;
 }


/***********************************************************************************************
 * ANCHORS
 ***********************************************************************************************/
 a
 {
 	text-decoration:none;
 }
 
 
a.MenuButton:hover
{
	background-color:#0099FF;
}
 
 
a.MenuButtonSelected
{
	font-weight: bold;
}


/***********************************************************************************************
 * BORDER
 ***********************************************************************************************/
 .BorderDefault
 {
 	border: solid thin;
	border-color: #000000;
 }


/***********************************************************************************************
 * FONT/TEXT
 ***********************************************************************************************/
.FontTitleLight
{
	font-size: 1.02em;
}


.FontTitleMedium
{
	font-size: 1.7em;
}


.FontBold
{
	font-weight: bold;
}


.FontDisclaimer
{
	font-size: 0.8em;
	font-style: italic;
}
