/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: middle;
}

h1 {font-size:180%;}
h2 {font-size:150%;}
h3 {font-size:125%;}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}

/* ------------------
 styling for the tables 
   ------------------   */

body
{
	font-family: calibri, helvetica, sans-serif;
	color: black;	
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 10px;
}

#rounded-corner
{
	font-family: calibri; "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	margin: 15px;
	width: 410px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner thead th.rounded-company
{
	background: #70193E url('table-images/left1.png') left -1px no-repeat;
	color: #FFF;
}

#rounded-corner thead th.rounded-q3
{
	background: #70193E right -1px no-repeat;
	color: #FFFFFF;
}

#rounded-corner thead th.rounded-q4
{
	background: #70193E url('table-images/right1.png') right -1px no-repeat;
	color: #FFFFFF;	
}
#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 13pt;
	color: #FFFFFF;
	background: #70193E;
	font-family: calibri, helvetica, sans-serif;;
}

#rounded-corner td
{
	padding: 8px;
	background: #FBEFF4;
	border-top: 1px solid #fff;
	color: #000;
	font-family: calibri, helvetica, sans-serif;
}

#rounded-corner tbody td.linecounter
{
	font-size:8pt;
	text-align:right;
	padding: 3px;
}

#rounded-corner tbody td.linecounter-light
{
	font-size:8pt;
	text-align:right;
	padding: 3px;
	background: #FFFFFF;
}

#rounded-corner tbody td.linecounter-grey
{
	font-size:8pt;
	text-align:right;
	padding: 3px;
	background: #CCCCCC;
}

#rounded-corner tbody td.linecounter-dark
{
	font-size:8pt;
	text-align:right;
	padding: 3px;
	background: #FBEFF4;
}

#rounded-corner tbody td.light
{
	padding: 8px;
	background: #FFFFFF;
	border-top: 1px solid #fff;
	color: #000;
}

#rounded-corner thead td.light
{
	padding: 8px;
	background: #FFFFFF;
	border-top: 1px solid #fff;
	color: #000;
}

#rounded-corner tfoot td.light
{
	padding: 8px;
	background: #FFFFFF;
	border-top: 1px solid #fff;
	color: #000;
}

#rounded-corner tbody td.light-center
{
	padding: 8px;
	background: #FFFFFF;
	border-top: 1px solid #fff;
	color: #000;
	text-align:center
}

#rounded-corner tbody td.light-right
{
	padding: 8px;
	background: #FFFFFF;
	border-top: 1px solid #fff;
	color: #000;
	text-align:right
}

#rounded-corner tbody td.dark-center
{
	padding: 8px;
	background: #FBEFF4;
	border-top: 1px solid #fff;
	color: #000;
	text-align:center	
}

#rounded-corner tbody td.dark-right
{
	padding: 8px;
	background: #FBEFF4;
	border-top: 1px solid #fff;
	color: #000;
	text-align:right
}

#rounded-corner tbody td.green
{
	background-color: lime;
}

#rounded-corner tbody td.yellow
{
	background-color: yellow;
}

#rounded-corner tbody td.red
{
	background-color: red;
}

#rounded-corner tbody td.grey
{	
	background-color: #CCCCCC;
}

#rounded-corner tfoot td.rounded-foot-left
{
	background: #FBEFF4 url('table-images/botleft1.png') left bottom no-repeat;
}

#rounded-corner tfoot td.rounded-foot-right
{
	background: #FBEFF4 url('table-images/botright1.png') right bottom no-repeat;
}

#rounded-corner tbody tr:hover td
{
	background: #F4CFDF;
}

#rounded-corner tbody tr.red:hover td
{
	background: #FF0000;
}

#rounded-corner tbody tr.lime:hover td
{
	background: #00FF00;
}

#rounded-corner tbody tr.yellow:hover td
{
	background: yellow;
}

#rounded-corner tbody tr.transparent:hover td
{
	background-color: transparent;
}

.linecounter
{
	font-size:8pt;
	text-align:right;
	/* border:1px dotted #FFFFFF; */
	padding: 3px;
}

a.white:link {color:#FFFFFF;vertical-align:middle;}
a.white:visited {color:#FFFF99;;vertical-align:middle;}
a.white:hover {color:#F64274;;vertical-align:middle;}

a.black:link {color:#000000;vertical-align:middle;}
a.black:visited {color:#660066;;vertical-align:middle;}
a.black:hover {color:#F64274;;vertical-align:middle;}

a.blue:link {color:blue;vertical-align:middle;}
a.blue:visited {color:steelblue;;vertical-align:middle;}

a:hover {font-weight:bolder;}

.textbox-a
{
	font-size:12pt;
	font-weight:bold;
	font-family:calibri, helvetica, sans-serif;
	width:220px;
}

.textbox-b
{
	font-size:12pt;
	font-weight:bold;
	font-family:calibri, helvetica, sans-serif;
	width:50px;
}

.textbox-c
{
	font-size:12pt;
	font-weight:bold;
	font-family:calibri, helvetica, sans-serif;
	width:110px;
}

.boxed 
{
	border: 1px solid #660033;
	background-color: #6D1A42;
	color: white;
}

.btn-maroon {
  border-radius: 15px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #70193E;
  padding: 5px 10px 5px 10px;
  border: solid #1f628d 0px;
  text-decoration: none;
}

.btn-maroon:hover {
  background: #bc2969;
  text-decoration: none;
}

.roundElement	{
	border-radius: 10px;
	font-weight: bold;
	font-size:12pt;
	width:90px;
	font-family:calibri, helvetica, sans-serif;
}

.img-center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.label
{
	text-align:right;
	font-weight:bold;	
}

.label-normal
{
	text-align:right;
	font-weight:normal;	
}

.btn-green {
  background: #28b463;
  background-image: -webkit-linear-gradient(top, #28b463, #28b463);
  background-image: -moz-linear-gradient(top, #28b463, #28b463);
  background-image: -ms-linear-gradient(top, #28b463, #28b463);
  background-image: -o-linear-gradient(top, #28b463, #28b463);
  background-image: linear-gradient(to bottom, #28b463, #28b463);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #000000 0px;
  text-decoration: none;
}

.btn-green:hover {
  background: #52be80;
  background-image: -webkit-linear-gradient(top, #52be80, #52be80);
  background-image: -moz-linear-gradient(top, #52be80, #52be80);
  background-image: -ms-linear-gradient(top, #52be80, #52be80);
  background-image: -o-linear-gradient(top, #52be80, #52be80);
  background-image: linear-gradient(to bottom, #52be80, #52be80);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #000000 0px;
  text-decoration: none;
}

.btn-red {
  background: #CB4335;
  background-image: -webkit-linear-gradient(top, #CB4335, #CB4335);
  background-image: -moz-linear-gradient(top, #CB4335, #CB4335);
  background-image: -ms-linear-gradient(top, #CB4335, #CB4335);
  background-image: -o-linear-gradient(top, #CB4335, #CB4335);
  background-image: linear-gradient(to bottom, #CB4335, #CB4335);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #000000 0px;
  text-decoration: none;
}

.btn-red:hover {
  background: #EC7063;
  background-image: -webkit-linear-gradient(top, #EC7063, #EC7063);
  background-image: -moz-linear-gradient(top, #EC7063, #EC7063);
  background-image: -ms-linear-gradient(top, #EC7063, #EC7063);
  background-image: -o-linear-gradient(top, #EC7063, #EC7063);
  background-image: linear-gradient(to bottom, #EC7063, #EC7063);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #000000 0px;
  text-decoration: none;
}

.btn-yellow:hover {
  background: #f9e79f;
  background-image: -webkit-linear-gradient(top, #f9e79f, #f9e79f);
  background-image: -moz-linear-gradient(top, #f9e79f, #f9e79f);
  background-image: -ms-linear-gradient(top, #f9e79f, #f9e79f);
  background-image: -o-linear-gradient(top, #f9e79f, #f9e79f);
  background-image: linear-gradient(to bottom, #f9e79f, #f9e79f);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #000000 0px;
  text-decoration: none;
}

.btn-yellow {
  background: #f4d03f;
  background-image: -webkit-linear-gradient(top, #f4d03f, #f4d03f);
  background-image: -moz-linear-gradient(top, #f4d03f, #f4d03f);
  background-image: -ms-linear-gradient(top, #f4d03f, #f4d03f);
  background-image: -o-linear-gradient(top, #f4d03f, #f4d03f);
  background-image: linear-gradient(to bottom, #f4d03f, #f4d03f);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #000000 0px;
  text-decoration: none;
}