/* begin Page */

body
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #CFCFCF;
	margin: 0 auto;
	padding: 0;
	background-color: #262626;	
}

#mainContent
{
	position: relative;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

/* end Page */

/* begin Box, Sheet */
.mainContentInner
{
	position:relative;
	margin:0 auto;
	width: 1000px;
	min-height:300px;
	margin-top: -1px !important;
}

.mainContentInner-body
{
	padding: 1px;
}

.mainContentInner-tr
, .mainContentInner-tl
, .mainContentInner-br
, .mainContentInner-bl
, .mainContentInner-tc
, .mainContentInner-bc
,.mainContentInner-cr
, .mainContentInner-cl
{
	position:absolute;
	z-index:-1;
}

.mainContentInner-tr, .mainContentInner-tl, .mainContentInner-br, .mainContentInner-bl
{
	width: 32px;
	height: 32px;
	background-image: url('/images/Sheet-s.png');
}

.mainContentInner-tl
{
	top:0;
	left:0;
	clip: rect(auto, 16px, 16px, auto);
}

.mainContentInner-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 16px, 16px);
}

.mainContentInner-bl
{
	bottom: 0;
	left: 0;
	clip: rect(16px, 16px, auto, auto);
}

.mainContentInner-br
{
	bottom: 0;
	right: 0;
	clip: rect(16px, auto, auto, 16px);
}

.mainContentInner-tc
, .mainContentInner-bc
{
	left: 16px;
	right: 16px;
	height: 32px;
	background-image: url('/images/Sheet-h.png');
}

.mainContentInner-tc
{
	top: 0;
	clip: rect(auto, auto, 16px, auto);
}

.mainContentInner-bc
{
	bottom: 0;
	clip: rect(16px, auto, auto, auto);
}

.mainContentInner-cr, .mainContentInner-cl
{
	top: 16px;
	bottom: 16px;
	width: 32px;
	background-image: url('/images/Sheet-v.png');
}

.mainContentInner-cr
{
	right:0;
	clip: rect(auto, auto, auto, 16px);
}

.mainContentInner-cl
{
	left:0;
	clip: rect(auto, 16px, auto, auto);
}

.mainContentInner-cc
{
	position:absolute;
	z-index:-1;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	background-image: url('/images/Sheet-c.png');
}

/* end Box, Sheet */

/* begin Header */
div.header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 998px;
	height: 125px;
	background-image: url('/images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}


/* end Header */

/* begin Logo */
.headerLogo
{
	display : block;
	position: absolute;
	left: 519px;
	top: 0px;
	width: 479px;
}

h1.headerLogoText
{
	display: block;
	text-align: left;
}

h1.headerLogoText
, h1.headerLogoText a
, h1.headerLogoText a:link
, h1.headerLogoText a:visited
, h1.headerLogoText a:hover
{
	font-size: 72px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	padding:0;
	margin:0;
	color: #3B3B3B !important;
}

/* end Logo */

/* begin ContentLayout */
.contentLayout
{
	margin-bottom: 2px;
	width: 998px;
}
/* end ContentLayout */

/* begin Box, Block */
.block
{
	position:relative;
	margin:0 auto;
}

.blockBody
{
	padding: 7px;
}

.block-tr
, .block-tl
, .block-br
, .block-bl
, .block-tc
, .block-bc
,.block-cr
, .block-cl
{
	position:absolute;
	z-index:-1;
}

.block-tr
, .block-tl
, .block-br
, .block-bl
{
	width: 6px;
	height: 6px;
	background-image: url('/images/Block-s.png');
}

.block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 3px, 3px, auto);
}

.block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 3px, 3px);
}

.block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(3px, 3px, auto, auto);
}

.block-br
{
	bottom: 0;
	right: 0;
	clip: rect(3px, auto, auto, 3px);
}

.block-tc
, .block-bc
{
	left: 3px;
	right: 3px;
	height: 6px;
	background-image: url('/images/Block-h.png');
}

.block-tc
{
	top: 0;
	clip: rect(auto, auto, 3px, auto);
}

.block-bc
{
	bottom: 0;
	clip: rect(3px, auto, auto, auto);
}

.block-cr
, .block-cl
{
	top: 3px;
	bottom: 3px;
	width: 6px;
	background-image: url('/images/Block-v.png');
}

.block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 3px);
}

.block-cl
{
	left:0;
	clip: rect(auto, 3px, auto, auto);
}

.block-cc
{
	position:absolute;
	z-index:-1;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #474747;
}


.block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.blockHeader
{
    height: 30px;
	line-height: 30px;
	color: #B5B5B5;
	font-weight: bold;
	white-space : nowrap;
	display:inline-block;
	margin: 0 15px 0 5px;
	padding:0 0 0 22px;
	background-image: url('/images/BlockHeaderIcon.png');
	background-repeat: no-repeat;
	background-position:left top;
}


/* end BlockHeader */

/* begin Box, block */
.blockContentBody
{
	padding: 5px;
}

.blockContentBody
{
	color:#B5B5B5;
}

.blockContentBody a:link
{
	color: #FCD873;
	text-decoration: underline;
}

.blockContentBody a:visited
, .blockContentBody a.visited
{
	color: #EBEBEB;
	text-decoration: underline;
}

.blockContentBody a:hover
, .blockContentBody a.hover
{
	color: #FDE6A5;
	text-decoration: none;
}

.blockContentBody ul
{
	list-style-type: none;
	color: #B5B5B5;
	margin:0;
	padding:0;
}

.blockContentBody ul li
{
	padding:0px 0 0px 13px;
	background-image: url('/images/blockBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, block */

/* begin Box, Post */
.contentPostBody
{
	padding: 10px 10px 0 10px;
	margin-top:-22px;
}

.contentPost
{
    min-height:450px;
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img
, img.art-article
{
	border: solid 1px #262626;
	margin: 1em;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* end Box, Post */

/* begin PostHeaderIcon */
.contentPostHeader
{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
	text-indent:0;
	margin: 0.2em 0;
	padding: 0;
	letter-spacing:normal;
	word-spacing:normal;
	line-height:inherit;
	color: #FDE4A0;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.contentPostHeader a:link
{
  text-decoration: none;
  text-align: left;
  color: #FDDD87;
}

.contentPostHeader a:visited
, .contentPostHeader a.visited
{
  text-decoration: none;
  text-align: left;
  color: #C2C2C2;
}

.contentPostHeader a:hover
, .contentPostHeader a.hovered
{
  text-decoration: none;
  text-align: left;
  color: #BABABA;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */

.contentPostContent
{
  text-align: justify;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  text-decoration: underline;
  color: #FCD978;
}

/* Adds special style to an unvisited link. */
a:link
{
  text-decoration: underline;
  color: #FCD978;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  text-decoration: underline;
  color: #BABABA;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  text-decoration: none;
  color: #BABABA;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FCD978;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #FCD978;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #FDE7AA;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #B0B0B0;
	margin:1em 0 1em 2em;
	padding:0;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;	
}



.contentPost li
{
	padding:0px 0 0px 14px;
	line-height:1.2em;
}

.contentPost ol li, .contentPost ul ol li
{
	background: none;
	padding-left:0;
}

.contentPost ul li, .contentPost ol ul li 
{
	background-image: url('/images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:14px;
}


/* Finish Content list */
/* end PostBullets */

input, select
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* begin Footer */
.footer
{
	position:relative;
	overflow:hidden;
	width: 998px;
	margin: 5px auto 0px auto;
}

.footer .footerInner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.footer .footerBackground
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('/images/Footer.png');
	width: 998px;
	height: 150px;
	bottom:0;
	left:0;
}


.footer .footerText p
{
	margin: 0;
}

.footer .footerText
{
	display:inline-block;
	color:#BDBDBD;
	font-size: 11px;
}

.footer .footerText a:link
{
	text-decoration: none;
	color: #FABB0F;
	text-decoration: underline;
}

.footer .footerText a:visited
{
	text-decoration: none;
	color: #B8B8B8;
	text-decoration: underline;
}

.footer .footerText a:hover
{
	text-decoration: none;
	color: #FCD873;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.pageFooter
, .pageFooter a
, .pageFooter a:link
, .pageFooter a:visited
, .pageFooter a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	text-decoration:underline;
	color:#949494;
}

.pageFooter
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#525252;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar
{
	margin-top: -11px;
	border: 0;
	float: left;
	overflow: hidden;
	width: 249px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 748px;
}
.contentLayout .contentWide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 997px;
}
/* end LayoutCell */

/* begin Page style */
.searchButtons
{
    padding-right:60px;    
}

.tableCellLabel
{
    font-weight:bold;
}
.tableCellTextBox
{
    padding-right:10px;    
}
.tableCellMaskedTextBox
{
}
.tableCellNumericTextBox
{
}
.tableCellDatePicker
{
    padding-right:0px;
}

td>input[type=text]
, td>input[type=password]
, td>select
{
    width:100%
}

.clientAddButton
{
	text-align:right;
	padding-right:75px;
}

.buttonAddNew
{
	padding-right:50px;
	float:right; 
}
/* end Page style */
