﻿/*HTML Tags
*{
	margin: 0;
	padding: 0;
	
}*/
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #8E414D;/*#f2ebda;*/
    height: auto !important;
    height: 100%;
    min-height: 100%;
    overflow: auto;   
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;   
    font-size: 1em;
    color: #000000;
    font-family: "Georgia" "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0px;
	line-height: 1.1em;
	width: 995px;
}

h2 {
	clear: both;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

fieldset {
  padding: .5em;
  border:1px solid red;
  line-height: 1.5em;
  width:98%;
  margin-bottom: .5em;
}

label {
  text-align:left;
  font-weight:bold;
  padding-right: 1.2em;
}
 
legend {
  color: red;
  text-align: right;
}

fieldset p {
	width: 98%;
}

/*IDs*/
#container {
    width: 1000px;
    height: 100%;
    min-height: 100%;
    margin: 0px auto;
    text-align: left;
    position: relative;
   /* z-index: 2;*/
    background: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;   
}

#gvUserReviews {
	border: none;
}

#errMsg li {
	color: Red;
}
/*CLASSES*/
.clear {
	clear: both;
}

.label {
	text-align: left;
	font-weight: bold;
	padding-right: 1.2em;
	line-height: 1.2em;
	float: left;
	width: 150px;
}

.userNote {
	font-size: 80%;
	font-style: italic;
}

/*Accordian classes*/
/* Accordion */
.accordionHeader
{
    /*border: 1px solid #2F4F4F;*/
    border: 1px solid #663333;
    color: white;
    /*background-color: #2E4d7B;*/
    background-color: #CC9999;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;*/
    background-color: #FFCCCC;
    border: 1px dashed #663333;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
