/*
 * 
 *
 * GLOBAL */
* {
	margin:0;
	padding:0;	
	border:none;
}

body {
	background:#1C3C7A url(../img/bk2.png) center top;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.4em;
	width:100%;
}


h1 {
	font-size:1.7em;
	font-weight:normal;
	padding:3px 0;
	margin:15px 0 15px;
	border-bottom:1px dotted #fff;
	color:#000;
}

h2 {
	font-size:1.5em;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px dotted #fff;
	margin:5px 0 15px;
	padding:3px 0;
	color:#333;
}

h3 {
	font-size:1.3em;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px dotted #fff;
	padding:3px 0;
	margin:5px 0 15px;
	color:#555;
}

h3 small {
	text-align:right;
	float:right;
	font-size:.8em;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}

p {
	margin:3px 0 17px;
}

b, strong {
	color:#000;
}

.light {
	color:#777;
}


.inner {
	width:980px;
	margin:0 auto;
}

.clr {
	clear:both;
}

.css {
	display:none;
}

.line {
	border-bottom:1px solid #ccc;
	margin-bottom:3px;
	padding-top:3px;
}

.notice {
	background:#EFF5EA url(images/success_msg_icon.gif) no-repeat scroll 10px 10px;
	border:1px solid #95A486;
	color:#3D6611;
	padding:7px;
	margin:7px 0;
}

.error {
	background: url('../img/50_red.png') top left repeat;
	border:1px solid #F16048;
	color:#fff;
	padding:7px;
	margin:7px 0;
}

tr.error, h1.error, h3.error {
	background: url('../img/50_red.png') top left repeat;
	color:#fff;
}

tr.error a, h1.error a {
	color:#fff;
}

.notice b, .notice strong, .notice a {
	color:#3D6611;
}

.error b, .error strong, .error a {
	color:#fff;
	font-weight:bold;
}

.alert {
	background:#fff;
	color:#c00;
	border:1px solid #fff;
	padding:0 2px;
}

.pad {
	padding:10px;
}


ul.format li.error {
	background:#FAEBE7;
	border:1px solid #F16048;
	color:#DF280A;
	padding:3px;
	margin:3px 0;
}

ul.format li.error span {
	color:#DF280A;
}

.title {
	background: url('../img/50.png') top left repeat;
	padding:5px;
	margin:4px 0 0;
	font-weight:bold;
}

.title_small {
	background: url('../img/50.png') top left repeat;
	padding:5px;
	margin:4px 0;
	font-size:.9em;
}


/*
 * 
 *
 * CONTENT */
.block {
	float:left;
	width:30%;
	margin:10px 1% 10px 1%;
	border:1px dotted #fff;
	padding:.3%;
	background: url('../img/10.png') top left repeat;
}

.block_2 {
	float:left;
	width:63%;
	margin:10px 1% 10px 1%;
	border:1px dotted #fff;
	padding:.3%;
	background: url('../img/10.png') top left repeat;
}

.block_3 {
	float:left;
	width:93%;
	margin:10px 1% 10px 1%;
	border:1px dotted #fff;
	padding:.5%;
	background: url('../img/10.png') top left repeat;
}

.block_half {
	float:left;
	width:46%;
	margin:10px 1% 10px 1%;
	border:1px dotted #fff;
	padding:.5%;
	background: url('../img/10.png') top left repeat;
}

.block_full {
	float:left;
	width:97%;
	margin:10px 1% 10px 1%;
	border:1px dotted #fff;
	padding:.5%;
	background: url('../img/10.png') top left repeat;
}


/*
 * 
 * 
 * TABLES */
table.format {
	width:100%;
}

table tr th {
	border-bottom:1px dotted #fff;
	padding:3px;
	margin:0;
	text-align:left;
	color:#000;
	background: url('../img/25.png') top left repeat;
}

table tr td {
	border-bottom:1px dotted #fff;
	padding:3px;
	margin:0;
}

table tr td.tright, table tr th.tright {
	text-align:right;
}

table tr.sub td {
	border:none;
	font-size:.9em;
	color:#000;
	font-style:italic;
}

table tr.legend {
	/*background:#369;*/
	font-weight:bold;
}

table tr.border td {
	border-top:1px dotted #fff;
	border-bottom:none;
}

/*
 * 
 * 
 * LISTS */
ul.menu {
	float:right;
	margin-top:119px;
}

ul.menu li {
	float:left;
	display:inline;
	margin:0 10px 20px 0;
	font-size:1.3em;
}

ul.list {
	
}

ul.list li {
	list-style:none;
	padding:3px 0;
}

ul.list li bullet {
	list-style:circle;
}

ul.list li span {
	float:right;
}

ul.list li b {
	float:left;
	margin-right:10px;
	width:90px;
	color:#ff6;
}

ul.bullet {
	margin:0 0 15px 20px;
}

ul.bullet li {
	list-style:circle;
	color:#ccc;
}

ul.format {
	color:#ccc;	
	font-size:.9em;
	font-style:italic;
}

ul.format li {
	font-style:normal;
	list-style:none;
	border-bottom:1px dotted #fff;
	padding:2px;
	margin:2px;
}

ul.format li ul li {
	font-style:normal;
	list-style:circle;
	border-bottom:none;
	padding:2px;
	margin:2px 0 2px 20px;
}

ul.format li span {
	float:right;
}

ul.format li b {
	float:left;
	margin-right:10px;
	width:90px;
	color:#ff6;
}

ul.format li.legend {
	background:#369;
	font-weight:bold;
}

ul.format li.sub {
	border-bottom:none;
	font-weight:bold;
}

ul.format li.highlight {
	color:#ff9;
}

ul.action {
	text-align:right;
	padding:5px;
	background: url('../img/25.png') top left repeat;
}

ul.action b {
	color:#fff;
}

ul.action li {
	display:inline;
}

ul.action li a {
	background: url('../img/25.png') top left repeat;
	padding:4px 7px;
}

.notice ul.format {
	color:#360;
	font-size:.9em;
	font-style:italic;
	margin-top:20px;
}

.notice ul.format li {
	color:#360;
	font-style:normal;
	list-style:circle;
	border-bottom:1px dotted #fff;
	padding:2px;
	margin:2px 2px 2px 25px;
}

/*
 * 
 * 
 * FORMS */
form fieldset{
	border:none;
}

form input, form textarea {
	border:1px solid #999;
	background:#eee;
	color:#333;
	padding:4px;
	width:97%;
	height:auto;
	margin: 3px 0 10px;
}

form label.radio {
	padding:4px 0 0;
	width:auto;
	clear:both;
}

form label.radio input {
	border:1px solid #fff;
	background:#fff;
	color:#333;
	padding:4px;
	width:16px;
	margin: 0;
}

form select {
	border:1px solid #999;
	background:#fff;
	color:#333;
	padding:3px;
	width:97%;
	margin: 3px 0 10px;
}

form label {
	float:left;
	width:47%;
	margin:0 7px 0;
}

form li label {
	float:none;
	width:auto;
}

.button {
	background:#360;
	padding:7px 15px;
	color:#fff;
	width:auto;
	margin:7px;
	border:1px solid #fff;
}

.button2 {
	background:#369;
	padding:2px 7px;
	color:#eee;
	width:auto;
	font-size:.9em;
	margin:7px;
}

input.checkbox {
	width:16px;
	margin:2px 7px 1px 0;
}
	
.delete {
	background:#900;
}


/*
 * 
 *
 * FOOTER */
.footer {
	margin-top:20px;
	padding-top:7px;
	border-top:1px solid #4F75BD;
	font-size:.8em;
	display:none;
}

.footer, .footer a {
	color:#8E9EBD;
}

.footer #nav li a {
	color:#8E9EBD;
	font-size:.7em;
}

/*
 * 
 * 
 * CHANGES */
.none {
	border:none;
	background:transparent;
	color:#fff;
}



/*
 * 
 * 
 * 
 * 
 * NAV */
#nav { /* all lists */
display:none;
	padding: 0;
	margin: -20px 0 0 0;
	list-style: none;
	line-height: 1;
	font-size:1.2em;
	float:left;
	clear:both;
	width:980px;
	text-align:right;
}

#nav li { /* all list items */
	padding:2px 5px;
	display:inline;
}

#nav li a {
	color:#ff3;
}

#nav li ul { /* second-level lists */
	position: absolute;
	border:1px solid #fff;
	display:block;
	width: 10em;
	background:#369;
	padding:0;
	margin:0;
	background:#fff;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	padding:0;
	margin:0;
}

#nav li ul li a { /* second-level lists */
	display:block;
	width: 9em;
	padding:5px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.footer #nav { /* all lists */
	padding: 10px 0 ;
	margin:0;
	list-style: none;
	line-height: 1.4;
	width:980px;
	text-align:left;
}

.sample b,.sample strong,.sample h1, .sample h2, .sample h3, .sample ul, .sample ul li {
	color:#000;
	}
	
.sample ul li {
	margin-left:25px;
}

.preview {
	color:#000;
	background:#fff;
	padding:10px;
}

.preview b,.preview strong, .preview ul, .preview ul li, .preview a {
	color:#000;
}

.preview ul li, .preview ol li {
	margin-left:25px;
}

.preview h1, .preview h2, .preview h3 {
	color:#000;
	margin:4px 0;
	padding:2px 0;
}




.tool-tip {
	color: #000;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../img/tip.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/tip.png) bottom right;
}
 
.nopad {
	padding:0;
	margin-top:0;
}

* {
	color:#000;
}

.contract {
	padding:10px 10px 10px 0;
	font-size:.9em;
	color:#555;
}

.contract h2 {
	color:#000;
}

.noprint {
	display:none;
}
