/* 
-----------------------------------------------------------------------------
REST
-----------------------------------------------------------------------------*/
html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var {
    font:inherit;
}

del,ins {
	text-decoration: none;
}



caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

/**
----------------------Rest fonts----------------------------------
*/


/*-----------------------------------------------------------------------------
BASE
-----------------------------------------------------------------------------*/
body   
{
font-size: 100%;

}
*:focus  
{  
    outline: none;  
}
h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 3em;
}

ol {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving DD default indent. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	/*border: 0px solid #000;
	padding: .5em;*/
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of padding to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/* make IE scale images properly */
/* see http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
 img {
    -ms-interpolation-mode:bicubic;
}

/* 
-----------------------------------------------------------------------------
GLOBAL DEFAULT ELEMENTS
-----------------------------------------------------------------------------*/

a {
    text-decoration: none;
    cursor: pointer;
    color: #231f20;
}
a:focus {
	-moz-outline: 0;
	outline:none;
	color: #085097;
}
a:hover {
	/* text-decoration: underline; */
	color: #3da4d9;
}
a.active {
        color: #2874b6;
}

strong {
	font-weight: bold;
}

input[type="text"], textarea, select
{
   width: 150px;
   text-align: left;
    height: 20px;
	vertical-align: top;
	background-color: #f7f7f8;
	border: 1px solid #CCCCCC;
	color: #333333;

}
input[type="text"],textarea
{

	padding: 0px 2px 0px 2px;
}

textarea {
    resize: none;
}

/* HEADINGS   
----------------------------------------------------------*/

.CheckBoxList td
{
    padding-left:5px;
    padding-bottom :10px
}
.CheckBoxList tr
{
    padding-bottom:10px;
}    
 .CheckBoxList td  input[type="checkbox"]
 {
     margin-right:5px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.TableList .TableList_header,
.TableList .TableList_header_right, 
.TableList .TableList_header_Middle {
	white-space: nowrap;
}
.TableList .TableList_header_right{
text-align:right;
}
.TableList .TableList_header_Middle
{
    vertical-align:middle;
}
.TableList  tr {
	padding-bottom: 5px;
}
.TableList .trNoPadding {
	padding-bottom: 0px;
}

.TableList  tr td {
	vertical-align: top;
	padding: 0px 5px 5px 0px;
}

.TableList .TableList_dottedLine, .DottedLine {
	background-image: url('Images/Site/bg-dots.gif');
	height: 1px;
	background-repeat: repeat-x;
	padding: 0px;
}
.GridView, .GridView tr td, .GridView tr th
{
   border:1px solid #DADADA;
}
.GridView tr th
{
   padding:5px;
}
.GridView tr td
{
    vertical-align: top;
	padding:2px 5px 2px 5px;
}

.hidden
{
	display:none;
	visibility:hidden;
}

.Ul_Horizontal {
	padding: 0px;
	margin: 0px;
	border: 0px;
	zoom: 1; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	border-collapse : collapse;
	/*white-space: nowrap;*/
	list-style-type: none;
	display:block;
	clear:both;
	overflow: hidden;
}

.Ul_Horizontal > li, VerticalSpacer {
	float: left;
	position: relative;
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
	top: 0px;
    border-bottom-style: none ;
    border-bottom-color: inherit ;
    border-bottom-width: 0 ;
    margin :0px;
    padding :0px;
    
}

.Wrap
{
    white-space :normal;
}
.Clearfix {
display: block;

}
.Clearfix, .Clear
{
    clear: both;
}
.Clearfix::after {
display: block;
visibility: hidden;
}
.Seperator , .Spacer {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.Spacer
{
    height: 10px;
    line-height :10px;
}
.VerticalSpacer
{
    width:10px;
    
}  

/* FORM ELEMENTS   
----------------------------------------------------------*/

/* MISC  
----------------------------------------------------------*/

