@charset "utf-8";

html,
body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
}

body{
	background-color: #ffffff;
	color: #444444;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	color: #333333;
}

a{
	color: #1452cc;
	text-decoration: none;
}
a:visited{
	color: #6a3d99;
	text-decoration: none;
}
a:hover,
a:active{
	color: #6699ff;
	text-decoration: underline;
}


/* Revise Centering
==============================*/
html:first-child body {
	min-height :99%;
}


/* alignment
==============================*/

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}
img.inline{
	margin: 0 2px 0 2px;
	vertical-align: middle;
}

div.center{
	margin: 0 auto;
}

.clear {
	clear: both;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}


.turnRight{float:right!important;}
.turnLeft{float:left!important;}
.underline {
	text-decoration:underline;
}

/* Generic Classes
==============================*/

input.defaultValue {
	color: #999999;
}

@media Screen, Print {
	.verbose {
		display : none;
	}
}

@media Aural {
	.verbose {
		display : inline;
	}
}

.reset {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

/* Basic Elements
==============================*/

sup,
sub {
	margin: 0 .2em;
	font-weight: normal;
	font-size: 73%;
	/*\*/
	+font-size: 95%;
	/**/
}

p {
	margin: 20px 0 0;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
	color: #9a1100;
}

strong.red {
	color: #C00;
}

address {
	margin: 1em 0;
	font-style: normal;
	line-height: 1.5;
}


/* Blockquote
==============================*/
blockquote {
	margin: 1em 13px;
	padding: 1px 13px 1px 15px;
	border: 3px solid #ededed;
}

blockquote p {
	margin: 0.9em 0;
}

blockquote blockquote {
	font-size: 100%;
}

cite {
	display: block;
	margin: -1.5em 13px 0.9em;
	padding: 0.5em 13px 1em 15px;
	background: #fff;
	border: 3px solid #ededed;
	border-width: 0 3px 3px;
	text-align: right;
	+zoom: 1;
}

div.cite cite{
	font-size: 80%;
	+font-size: 77%;
}


/* --- pre --- */
pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

/* Img
==============================*/
img{
	border: none;
	vertical-align: bottom;
}


/* Lines
==============================*/

.divide_top{
	margin-top: 10px !important;
	padding-top: 10px;
	background: url("/shared/img/components/line_dotted_999999.gif") left top repeat-x;
}

.divide_bottom{
	margin-bottom: 10px !important;
	padding-bottom: 10px;
	background: url("/shared/img/components/line_dotted_999999.gif") left bottom repeat-x;
}

/* Margins, Paddings
==============================*/
.mt0{
	margin-top: 0 !important;
}
.mb0{
	margin-bottom: 0 !important;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.pl25{ padding-left: 25px !important;}
.ml0{
	margin-left: 0 !important;
}
.mr0{
	margin-right: 0 !important;
}
.mt10{
	margin-top: 10px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.ml12 {
	margin-left: 12px !important;
}
.mr12 {
	margin-right: 12px !important;
}

@media print {
	.ie6 .breakBefore{
		page-break-before: always;
	}
}
