/** INITIALIZATIONS **/

body {
	margin:0;
	padding:5px;
	background:#fff;
	font-size:62.5%;
	color:#555;
}
body#en {
	font-family:arial,helvetica,sans-serif;
}
body#ar {
	direction:rtl; /* keep for opera */
	font-family:tahoma,arial,helvetica,sans-serif;
}
#en span.ar {
	display:block;
	font-family:tahoma,arial,helvetica,sans-serif;
}
#frame,
#frame-fullpage {
	float:left;
	margin:0;
	width:760px;
	background:#fff;
}
#ar #frame,
#ar #frame-fullpage {
	float:right;
}
#frame-popup {
	margin:10px auto;
	width:655px;
}
#frame-tooltips {
	margin:10px auto;
	width:510px;
}
#frame-s {
	margin:10px auto;
	width:270px;
}
#frame-doc {
	margin:-5px;
	padding:10px 10px 50px;
	background:#f7de00;
}
p, h1, h2, h3, h4, h5, h6, ul, dl, fieldset, table, td, th, pre {
	margin:0 0 20px;
	padding:0;
	vertical-align:top;
	border-collapse:collapse;
	list-style:none;
	font-size:1em;
}
ol {
	margin-bottom:20px;
}
li li {
	font-size:1em;
}
form,
dd {
	margin:0;
}
select, input, textarea {
	padding:3px;
	font-family:arial,helvetica,sans-serif;
	color:#000;
	border:1px solid #999;
	background:#fff;
}
select {
	padding:2px;
}
#ar select, #ar input, #ar textarea, #ar button {
	font-family:tahoma,arial,helvetica,sans-serif;
}
optgroup {
	font-family:arial,helvetica,sans-serif;
	font-size:1em;
	font-style:normal;
}
#ar optgroup {
	font-family:tahoma,arial,helvetica,sans-serif;
}


.pislit { height: 18px; 
		  font-family:Verdana, Arial, Helvetica, sans-serif; 
		  font-size: 10px; 
		  background:#f7de00 url(../images/button-bg.gif) repeat-x;
		  border:1px outset #f7de00;
	      cursor:pointer;
		  padding:2px;
     	  color:#630;
}
/** BASIC ELEMENTS **/

label {
	white-space:nowrap;
	text-align:left;
}
#ar label {
	text-align:right;
}
label input {
	width:auto;
	background:#fff;
}
img {
	border:none;
}
a {
	color:#039;
}
a:hover {
	color:#000;
}
.clear {
	clear:both;
}
.hide, hr {
	display:none;
}

/** MASTHEAD **/

#masthead {
	clear:both;
	position:relative;
	background:#0058a8 url(../images/headbg.gif);
	height:130px;
	background-color: #7CA800;
}
#masthead #logo {
	margin:15px;
	margin-bottom:0;
	
}
#usercount {
	position:absolute;
	margin:0;
	padding:0;
	border:none;
	right:15px;
	top:20px;
	font-weight:normal;
	font-size:1.2em;
	color:#fff;
	width: 428px;
	height: 53px;
}
#ar #usercount {
	right:auto;
	left:15px; 
}

/** NAV **/

#nav {
	margin:0 9px;
	position:relative;
	top:-27px;
	width:742px;
}
#nav li,
.tabs li {
	float:left;
	margin:0 1px;
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	font-family:tahoma,arial,helvetica,sans-serif;
	text-transform:uppercase;
	white-space:nowrap;
}
#ar #nav li,
#ar .tabs li {
	float:right;
}
#nav li li {
	font-size:1em;
}
#nav span, #nav a,
.tabs span, .tabs a {
	display:block;
	text-decoration:none;
	cursor:pointer;
}
#nav span span,
.tabs span span {
	padding:8px;
}
#nav li.opptab {
	float:right;
}
#ar #nav li.opptab {
	float:left;
}
#nav a {
	background:#fff url(../images/nav-tab.gif) top repeat-x;
	color:#3c6abb;
}
#nav a:hover {
	background-position:0 -5px;
	background-color:#fff;
	color:#3c6abb;
}
#nav span {
	background:url(../images/left-head.gif) no-repeat top left;
}
#nav span span {
	background:url(../images/right-head.gif) no-repeat top right;
}
#nav .on span {
	background:url(../images/left-head.gif) no-repeat top left;
}
#nav .on span span {
	background:url(../images/right-head.gif) no-repeat top right;
}
#nav .on a,
#nav .on a:hover {
	position:relative;
	z-index:1;
	background:#f7de00 url(../images/tab-nav.gif) repeat-x;
	color:#630;
}
#nav .sub-nav {
	display:none; /** only show sub-nav when it's on **/
	position:absolute;
	left:-9px;
	margin-top:-1px;
	padding:0 5px;
	background:#f7de00 url(../images/bg-sub-nav.gif) bottom repeat-x;
	border-top:1px solid #fff;
	border-bottom:1px solid #b9a600;
	width:750px;
}
.sub-nav span span {
	padding:8px 5px !important;
}
#nav .on .sub-nav {
	clear:both;
	display:block;
}
#ar #nav .on .sub-nav {
	right:-10px;
}
#nav .sub-nav a {
	color:#c18f00;
}
#nav .sub-nav .on a,
#nav .sub-nav a:hover {
	color:#630;
}
#nav .on .sub-nav span,
body #nav .sub-nav a,
body #nav .sub-nav a:hover {
	background:none;
}

/** TABS **/

.tabs {
	float:left;
	margin:0 0 20px;
	padding:0 5px;
	width:580px;
	border-bottom:5px solid #f7de00;
}
.tabs a {
	background:#0058a8 url(../images/tab.gif) repeat-x;
	color:#fff;
}
.tabs span {
	background:url(../images/tab-tl.gif) no-repeat top left;
}
.tabs span span {
	background:url(../images/tab-tr.gif) no-repeat top right;
}
.tabs .on span {
	background-image:url(../images/tab-on-tl.gif);
}
.tabs .on span span {
	background-image:url(../images/tab-on-tr.gif);
}
.tabs a:hover {
	background:#0058a8;
	color:#fff;
}
.tabs .on a,
.tabs .on a:hover {
	color:#630;
	background:#f7de00 url(../images/nav-tab-on.gif) repeat-x;
	border-bottom:1px solid #f7de00;
}
.tabs li.link a:link,
.tabs li.link a:visited,
.tabs li.link a span {
	background:transparent;
	color:#039;
	text-decoration:underline;
}
.tabs li.link a:hover,
.tabs li.link a:active {
	color:#000;
}

.tabs li.link a span {
	font-weight:normal;
	font-family:arial,helvetica,sans-serif;
	font-size:1.1em;
	text-transform:none;
}
#ar .tabs li.link a span {
	font-family:tahoma,arial,helvetica,sans-serif;
}
.tabs li.link a:hover span {
	color:#000;
}
li.buytab {
	margin:0;
	float:right;
}
#ar li.buytab {
	float:left;
}
li.buytab a {
	background:#b00 url(../images/buytab.gif);
}
li.buytab a:hover {
	background:#a00;
}
li.buytab span {
	background-image:url(../images/buytab-tl.gif);
}
li.buytab span span {
	background-image:url(../images/buytab-tr.gif);
}

/** CONTENT FRAME **/

#content-frame {
	width:760px;
	float:left;
	margin:10px 0;
}
#ar #content-frame {
	float:right;
}
#frame-fullpage #content-frame {
	width:760px;
	clear:both;
	background:none;
}
#content {
	float:right;
	width:590px;
}
#contentx {
	float:right;
	width:590px;
}
#content_entry {
float:none;
	/**float:center;**/
	width:758px;
}
#ar #content {
	float:left;
}
#frame-fullpage #content {
	width:750px;
}

h1 {
	padding:0 0 10px;
	font-weight:normal;
	font-size:2em;
	border-bottom:1px solid #ccc;
	color:#000;
	
}
#frame-s h1 {
	font-weight:bold;
	font-size:1.4em;
}
h2 {
	font-size:1.8em;
	font-weight:normal;
	line-height:1.6em;
	color:#004895;
	
}
h2 a:link,
h2 a:visited {
	color:#004895;
	text-decoration:none;
}
h2 a:hover,
h2 a:active {
	color:#555;
	text-decoration:underline;
}
h2.subtitle {
	font-weight:normal;
	font-size:1.5em;
	line-height:1.4em;
	color:#666;
}
h2.title-bar {
	margin:0 0 10px;
	padding:0;
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	font-family:tahoma,arial,helvetica,sans-serif;
	color:#fff;
	text-transform:uppercase;
	background:#008800 ;
	/*background:#66CC00 ;*/
}
h2.title-bar span {
	display:block;
	height:1%;
	background:url(../images/h2-tl.gif) top left no-repeat;
}
h2.title-bar span span { 
	display:block;
	padding:8px;
	background:url(../images/h2-tr.gif) top right no-repeat;
}
h3 {
	font-size:1.4em;
	line-height:1.6em;
	color:#555;
	
}
h4 {
	font-size:1.2em;
	line-height:1.6em;
	color:#000;
}
h5 {
	font-size:1.2em;
	line-height:1.4em;
}
p, li, dd, dt, caption, pre {
	font-size:1.2em;
	line-height:1.6em;
}
pre {
	font-family:arial,helvetica,sans-serif;
}
p.pg {
	text-align:center;
}

/** PAGE COLUMNS **/

#ar .col-13-mid,
#ar .col-14-mid {
	margin-right:1px;
}
#en .col-13-mid,
#en .col-14-mid {
	margin-left:1px;
}
.col-12 {
	width:290px;
}
.col-13 {
	width:190px;
}
.col-13-mid {
	width:190px;
}
.col-23 {
	width:390px;
}
.col-14 {
	width:140px;
}
.col-14-mid {
	width:140px;
}
.col-34 {
	width:440px;
}
.square .col-12 {
	width:277px;
}
.square .col-13 {
	width:181px;
}
.square .col-13-mid {
	width:181px;
}
.square .col-23 {
	width:372px;
}
.square .col-14 {
	width:133px;
}
.square .col-14-mid {
	width:133px;
}
.square .col-34 {
	width:420px;
}
#frame-fullpage .col-13 {
	width:270px;
}
#frame-fullpage .col-23 {
	width:475px;
}

.l, #ar .r {
	float:left !important;
}
.r, #ar .l {
	float:right !important;
}
.c {
	text-align:center;
}

/** BOXES **/

.square {
	margin:0 0 0px;
	background:#f6f6f6 url(../images/square-bg.gif) repeat-x top;
	border:1px solid #ccc;
}
.square div {
	padding:0px 0px 0px;
	border:0px solid #fff;
	vertical-align: middle;
	
}
.square div div {
	 /** reset **/
	padding:0;
	border:0;
	background:transparent;
}
.square h2,
.square h3,
.square h4,
.square h5,
.square p,
.square ul,
.square ol,
.square table {
	margin-bottom:10px;
	font-size: 10px;
}
.square td {
	padding:2px;
	font-size:1.2em;
	line-height:1.6em;
}
.square fieldset {
	border-top:none;
	margin:0 !important;
}
.square fieldset div {
	margin:0 0 9px !important;
	background:transparent;
}
.square fieldset input,
.square fieldset select,
.square fieldset textarea {
	border-color:#999;
}
.square fieldset div p,
.square fieldset div dl,
.square fieldset div ul {
	margin:0 !important;
	width:auto;
}
.square fieldset h4 {
	color:#555
}
.square .scroll {
	width:552px; /** keep for ie **/
}
.sq2 {
	border:1px solid #8ad;
}
.sq2 p,
.sq2 h3,
.sq2 h4,
.sq2 fieldset h4,
.sq2 li,
.sq2 strong,
.sq2 td {
	color:#247;
}
.sq2 {
	background:#e6f2ff url(../images/square-alt-bg.gif) repeat-x bottom;
}
.sq2 h2 {
	color:#247;
}
.sq3 {
	background:#fff;
}

/** MESSAGE BOXES **/

.alert,
.success,
.info,
.action,
.contact {
	clear:both;
	padding:10px 10px 10px 35px;
	line-height:1.4em;
	border:1px solid #baa38c;
	background-color:#ffe;
	background-repeat:no-repeat;
	background-position:1.5% 11px;
}
#ar p.alert,
#ar p.success,
#ar p.info,
#ar p.action,
#ar p.contact {
	padding:10px 35px 10px 10px;
	background-position:98.5% 11px;
}
.chart td.info {
	padding:10px 10px 10px 35px;
	line-height:1.4em;
	border:1px solid #ccc;
	border-width:1px 0;
	background-color:#ffe;
	background-repeat:no-repeat;
	background-position:1.5% 10px;
}

.alert {
	border-color:#dd7f76;
	background-image:url(../images/icon_alert.gif);
}
.success {
	border-color:#090;
	background-image:url(../images/icon_success.gif);
}
.info,
.chart td.info {
	background-image:url(../images/icon_info.gif);
}
.action {
	padding:10px;
	background-color:#f6f6f6;
	text-align:center;
}
.contact {
	background-image:url(../images/icon_phone.gif);
}
.alert strong {
	display:block;
	color:#b00;
}
.success strong {
	display:block;
	color:#070;
}
.info strong {
	display:block;
	color:#630;
}
.contact strong {
	display:block;
	color:#630;
}

/** CHART **/

.chart {
	clear:both;
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
}
.chart td {
	padding:4px;
	font-size:1.2em;
	line-height:1.4em;
	border-top:1px solid #fff;
}
.chart tr.nb td,
.chart td.nb {
	border-top:none;
}
.chart thead td {
	border:1px solid #ccc;
	border-width:1px 0;
	background:#eee;
	color:#333;
	/*white-space:nowrap;*/
}
.chart thead a {
	color:#333;
}
.chart tfoot td {
	border-top:1px solid #ccc;
	background:#eee;
}
.chart thead b {
	font-weight:normal;
}
.chart tr.a td {
	background:#fff;
}
.chart tr.b td {
	background:#fafafa;
}
.chart .position {
	color:#208000;
}
.chart td .reference {
	font-size:.9em;
	color:#999;
}
.chart a.document:visited {
	color:#000;
}
.chart td .new {
	color:#b00;
}
.chart td.th {
	width:30%;
}
.chart td.th b {
	font-weight:normal;
	color:#666;
}

/** chart x modified paul**/
.chartx {
	clear:both;
	width:100%;
	border-collapse:collapse;
	
}
.chartx td {
	padding:4px;
	font-size:1.2em;
	line-height:1.4em;
	border-top:1px solid #fff;
}
.chart tr.nb td,
.chartx td.nb {
	border-top:none;
}
.chartx thead td {
	border:1px solid #ccc;
	border-width:1px 0;
	background:#eee;
	color:#333;
	white-space:nowrap;
}
.chartx thead a {
	color:#333;
}
.chartx tfoot td {
	border-top:1px solid #ccc;
	background:#eee;
}
.chartx thead b {
	font-weight:normal;
}
.chartx tr.a td {
	background:#fff;
}
.chartx tr.b td {
	background:#fafafa;
}
.chartx .position {
	color:#208000;
}
.chartx td .reference {
	font-size:.9em;
	color:#999;
}
.chartx a.document:visited {
	color:#000;
}
.chartx td .new {
	color:#b00;
}
.chartx td.th {
	width:30%;
}
.chartx td.th b {
	font-weight:normal;
	color:#666;
}



/** CHART BOX **/

.chart-box {
	margin:0 0 20px;
	padding:2px 0 1px;
	width:auto;
	border:1px solid #ccc;
	border-width:1px 0;
	background:#fff
}
.chart-box .chart {
	margin:0;
	border-color:#fff;
}
.chart-box caption {
	padding:5px;
	font-weight:bold;
	color:#333;
	background:#eee;
}
.chart-box thead td,
.chart-box tfoot td {
	border-color:#fff;
}

/** LINK TRAIL **/

#trail {
	margin-bottom:15px;
	font-size:1.1em;
	
}

/** FORMS **/

fieldset {
	clear:both;
	padding:0;
	border:none;
	border-top:1px solid #ccc;
}
legend {
	margin:0;
	padding:5px 5px 10px 0;
	font-weight:bold;
	font-size:1.2em;
	color:#000;
}
#ar legend {
	padding:5px 0 10px 5px;
}
fieldset div {
	position:relative;
	float:left;
	padding:5px 0;
	width:100%;
	border-top:1px solid #fff;
	background:#e6f2ff;
}
fieldset div.nb {
	border-top:none
}
#ar fieldset div {
	float:right;
}
fieldset.alt div {
	background:#eee;
}
fieldset.alt h4 {
	color:#444;
}
fieldset div h4 {
	float:left;
	margin:0;
	padding:0 15px 0 5px;
	font-weight:normal;
	text-align:right;
	color:#247;
	width:175px;
}
#ar fieldset div h4 {
	float:right;
	padding:0 5px 0 15px;
	text-align:left;
}
fieldset div.req h4 {
	background:url(../images/icon_star.gif) no-repeat 100% -4px;
}
#ar fieldset div.req h4 {
	background-position:0 -2px;
}
fieldset input,
fieldset select,
fieldset textarea {
	border-color:#8ad;
}
fieldset.alt input,
fieldset.alt select,
fieldset.alt textarea {
	border-color:#999;
}
fieldset div p,
fieldset div dl,
fieldset div ul {
	float:left;
	margin:0;
	padding:0 5px;
	width:385px;
	color:#247;
}
#ar fieldset div p,
#ar fieldset div dl,
#ar fieldset div ul {
	float:right;
}
fieldset div dd {
	font-size:1.1em;
	color:#57a;
}

#frame-tooltips fieldset div p {
	width:195px;
}
fieldset div.nb p {
	margin:0 20px 5px;
}
.col-13 fieldset div {
	background:transparent;
	border-top:none;
}
.col-13 fieldset div h4 {
	width:90px;
}
.col-13 fieldset div p {
	width:auto;
}
.col-13 fieldset input {
	width:90px;
}
.col-13 fieldset p.bttns {
	clear:both;
	border-top:1px solid #fff;
}

/** QUESTIONNAIRE **/

tr.parent {
	background:#cce7ff;
}
tr.child {
	background:#ffc;
}
tr.matrixChild {
	background:#fc9;
}
td.matrixChild { 
	padding-left:15px;
}

fieldset div.question h4 {
	float:none;
	margin:5px 10px 10px;
	padding:0;
	width:auto;
	text-align:left;
	font-weight:bold;
}
#ar fieldset div.question h4 {
	float:none;
	text-align:right;
}
fieldset div.question h5 {
	margin:10px;
	font-weight:normal;
	color:#247;
}
fieldset div.question p {
	float:none;
	margin:5px 10px;
	padding:0;
	width:auto;
}
fieldset .matrix {
	margin:5px 10px;
	width:570px;
	background:#fff;
}
fieldset .matrix thead td {
	background:#cce7ff;
	color:#247;
}
fieldset .matrix td {
	padding:3px 5px;
	text-align:center;
	font-size:1.1em;
	border:1px solid #8592A7;
}
fieldset td.matrix-question {
	text-align:left;
	background:#f6f6f6;
	width:150px;
}
#ar fieldset td.matrix-question {
	text-align:right;
}

span.inf {
	display:block;
	padding-bottom:5px;
	font-size:.9em;
	line-height:1.4em;
	color:#57a;
}
span.tip {
	display:block;
	padding-top:5px;
	font-size:.9em;
	line-height:1.4em;
	color:#57a;
}
fieldset p input,
fieldset p select,
fieldset p textarea {
	font-size:1em;
}
body span.error {
	color:#b00;
}
select {
	/**width:300px;**/
}
input {
	/**width:250px;**/
}
textarea {
	width:350px;
}
.col-13 .square select {
	width:164px;
}
.col-13 .square input {
	width:158px;
}
.col-23 .square select {
	width:200px;
}
#frame-fullpage .col-13 .square fieldset input {
	width:115px;
}

button {
	padding:2px;
	color:#630;
	font-family:arial,helvetica,sans-serif;
	
	background:#f7de00 url(../images/button-bg.gif) repeat-x;
	border:1px outset #f7de00;
	cursor:pointer;
}

button.cart {
	padding-left:20px; 
	width:100px;
	background:#f7de00 url(../images/icon_cart.gif) 0 -2px no-repeat;
}

fieldset label input,
.radio {
	margin-bottom:0;
	width:auto !important;
	border:none;
	background:transparent;
}
.radiocol {
	float:left;
	width:48%;
}
#ar .radiocol {
	float:right;
}
input.cod, input.ext {
	width:50px;
}
input.num {
	width:100px;
}
input.file {
	width:auto;
}
.w1 {
	width:120px;
}
.w2 {
	width:90px;
}
.w3 {
	width:50px;
}
p.tip {
	margin:0;
	font-size:1.1em;
	line-height:1.6em;
	color:#666;
}
p.tipalert {
	margin:0;
	font-size:1.1em;
	line-height:1.6em;
	color:#b00;
}
.help {
	cursor:help;
}
p.bttns {
	text-align:center;
}
.scroll {
	position:relative;
	margin:0 0 20px;
	padding:5px;
	overflow:auto;
	height:250px;
	background:#fff;
	border:1px solid #999
}
code {
	font-size:1.2em;
	color:#930;
}
.inline {
	display:inline;
}
p.footnote {
	margin:0 0 3px;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:1.1em;
	color:#666;
}

/** SIDEBAR **/

#sidebar {
	float:left;
	color:#333;
	width:160px;
}
#ar #sidebar {
	float:right;
}
#frame-fullpage #sidebar {
	display:none;
}
#sidebar .sidesec {
	margin-bottom:10px;
	padding:7px;
	background:#FFFF99 url(../images/sidesec-b.gif) bottom no-repeat;
}
#sidebar .acts {
	margin-bottom:10px;
	padding:7px;
	background:#FFFFFF url(../images/sidesec-b.gif) bottom no-repeat;
}
#sidebar h2 {
	margin:0;
	padding:8px;
	font-weight:bold;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:1em;
	line-height:1em;
	color:#fff;
	text-transform:uppercase;
	background:#66CC00 url(../images/sidesec-t.gif) top no-repeat;
	/*background:#009933 url(../images/sidesec-t.gif) top no-repeat;*/
	border-bottom:1px solid #fff;
}
#sidebar h2 .acts {
	margin:0;
	padding:8px;
	font-weight:bold;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:1em;
	line-height:1em;
	color:#fff000;
	text-transform:uppercase;
	background:#66CC00 url(../images/sidesec-t.gif) top no-repeat;
	border-bottom:3px solid green;
}
#sidebar h4,
#sidebar p,
#sidebar ul {
	margin:0 0 5px;
	color:#000;
}
#sidebar h4,
#sidebar p,
#sidebar li {
	font-size:1.1em;
}
#sidebar input,
#sidebar select {
	font-size:1em;
	border-color:#8ad;
}
#sidebar button {
	font-size:1em;
}
#sidebar .divider {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;;
}
#sidebar #login-form h4,
#sidebar #login-form a {
	width:75px;
}
#sidebar #login-form input {
	width:50px;
}
#sidebar input.searchbox {
	background:#fff url(../images/icon_search.gif) no-repeat 2px 2px;
	padding-left:22px;
	width:73px;
}
#ar #sidebar input.searchbox {
	background-position:75px 2px;
	padding-left:0;
	padding-right:22px;
}

/** FOOTER **/

#footer {
	clear:both;
	padding:10px 0;
	border-top:1px solid #ccc;
}
#footer p {
	margin-bottom:20px;
	font-size:1.1em;
	text-align:center;
}

/** BULLETS **/

p.pt,
div.pt,
ul.pt li,
dl.pt dd {
	padding:0 0 0 20px;
	background:url(../images/blt-pt.gif) no-repeat 0 2px;
}
#ar p.pt,
#ar div.pt,
#ar ul.pt li,
#ar dl.pt dd {
	padding:0 20px 0 0;
	background:url(../images/blt-pt-ar.gif) no-repeat 100% 2px;
}
p.more,
ul li.more,
p.checks,
ul.checks li {
	padding:0 0 0 20px;
	background:url(../images/blt_check.gif) no-repeat 0 2px;
}
#ar p.more,
#ar ul li.more,
#ar p.checks,
#ar ul.checks li {
	padding:0 20px 0 0;
	background:url(../images/blt_check.gif) no-repeat 100% 2px;
}
p.doc,
ul.doc li {
	padding:0 0 0 20px;
	background:url(../images/blt_doc.gif) no-repeat 0 2px;
}
#ar p.doc,
#ar ul.doc li {
	padding:0 20px 0 0;
	background:url(../images/blt_doc.gif) no-repeat 100% 2px;
}
p.more a,
li.more a {
	color:#208000;
}
.spaced li {
	margin-bottom:20px;
}
.spaced dt {
	margin:5px 0;
}
strong {
	display:block;
	color:#000;
}
.fl li {
	padding:1px 0 1px 30px;
	background-repeat:no-repeat;
	background-position:top left;
}
#ar .fl li {
	padding:1px 30px 1px 0;
	background-position:top right;
}

/** TOOLBOX **/

p.toolbox,
ul.toolbox {
	margin-bottom:20px;
	padding:5px;
	color:#247;
	background:#e6f2ff;
	border-width:1px;
	border-style:solid;
	border-color:#8ad;
}
tr td p.toolbox,
tr.toolbox p {
	margin:5px 0;
	font-size:1em;
}
tr.toolbox {
	border-width:1px 0;
}
tr.toolbox td {
	padding:8px 4px;
	font-size:1.2em;
	color:#247 !important;
	background:#e6f2ff !important;
	border-color:#8ad !important;
}
.toolbox select,
.toolbox input,
.toolbox textarea {
	border-color:#8ad;
}
.toolbox button,
ul.toolbox a {
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:.9em !important;
	color:#358;
	background:#fff url(../images/t-bg.gif) 0 0 repeat-x;
	border-width:1px;
	border-style:solid;
	border-color:#ace #8ad #8ad #ace;
}
.toolbox button:hover,
ul.toolbox a:hover {
	color:#025;
	background-position:0 30%;
	border-color:#79b #57a #57a #79b;
}
.toolbox button.alt,
ul.toolbox a.on {
	color:#262;
	background:#fff url(../images/t-bg-alt.gif) 0 0 repeat-x;
	border-color:#7b7 #595 #595 #7b7;
}
.toolbox button.alt:hover,
ul.toolbox a.on:hover {
	color:#040;
	border-color:#484 #262 #262 #484;
}
.toolbox button span {
	display:block;
	padding:1px 1px 1px 20px;
	background-position:left;
	background-repeat:no-repeat;
}
ul.toolbox {
	float:left;
}
ul.toolbox li {
	float:left;
	margin:2px;
	font-size:1em;
	line-height:1em;
}
#ar ul.toolbox li {
	float:right;
}
ul.toolbox a {
	display:block;
	margin:0;
	padding:5px;
	text-align:center;
	text-decoration:none;
}
.toolbox select,
.toolbox input {
	width:200px;
	border-color:#8ad;
}
.t span { padding:1px 1px 0 !important; /** if there's no icon **/ }
.t-close span { background-image:url(../images/icon_close.gif); }
.t-copy span { background-image:url(../images/icon_copy.gif); }
.t-copyto span { background-image:url(../images/icon_copyto.gif); }
.t-delete span { background-image:url(../images/icon_delete.gif); }
.t-dispatch span { background-image:url(../images/icon_send.gif); }
.t-edit span { background-image:url(../images/icon_edit.gif); }
.t-email span { background-image:url(../images/icon_email.gif); }
.t-export span { background-image:url(../images/icon_export.gif); }
.t-filter span { background-image:url(../images/icon_filter.gif); }
.t-moveto span { background-image:url(../images/icon_moveto.gif); }
.t-new span { background-image:url(../images/icon_add.gif); }
.t-preview span { background-image:url(../images/icon_preview.gif); }
.t-print span { background-image:url(../images/icon_print.gif); }
.t-refresh span { background-image:url(../images/icon_refresh.gif); }
.t-save span { background-image:url(../images/icon_save.gif); }
.t-search span { background-image:url(../images/icon_search.gif); }

/** TITLE BLOCK **/

#titleblock {
	margin:10px 0 20px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#titleblock h1 {
	margin:0 0 5px;
	padding:0;
	border:none;
}
#titleblock h2 {
	margin:0 0 5px;
	padding:0;
	border:none;
}
#titleblock p.ref {
	float:right;
	margin:0 0 5px;
	font-size:1.1em;
	color:#999;
}
#ar #titleblock p.ref {
	float:left;
}
#titleblock p.logo {
	margin:0 0 20px;
}
p.poweredlogo {
	text-align:center;
}
td.actions {
	white-space:nowrap;
}
td.actions a,
p.actions a,
ul.actions a,
a.actions {
	color:#208000;
}
td.actions a:hover,
p.actions a:hover,
ul.actions a:hover,
a.actions:hover {
	color:#050;
}

/** DOCUMENT ACTIONS **/

.doc-actions {
	margin:0;
	width:670px;
	font-weight:bold;
	font-size:1em;
	font-family:tahoma,arial,helvetica,sans-serif;
}
.doc-actions a {
	float:left;
	padding:2px 5px;
	color:#c18f00;
	text-decoration:none;
	text-transform:uppercase;
}
#ar .doc-actions a {
	float:right;
}
.doc-actions a:hover {
	color:#630;
}
.doc-actions a.apply,
.doc-actions a:hover.apply {
	border:1px solid #630;
	background:#fff;
	color:#630;
}

/** CV STATS **/

.cvstats {
	width:100%;
}
.cvstats td {
	padding:0 5px;
	font-size:1.2em;
	line-height:1.4em;
}
.cvstats thead td {
	font-weight:bold;
}
.cvstats td select,
.cvstats td button,
.cvstats td p {
	font-size:1em;
}
.cvstats p.stats b {
	display:block;
	width:100px;
	float:left;
}
#ar .cvstats p.stats b {
	float:right;
}

/** MISCELLANEOUS **/

#powered-logo {
	margin:20px 0;
	padding-top:20px;
	border-top:1px solid #ccc;
	text-align:center;
}
#alpha {
	width:578px;
	font-size:1.2em;
	line-height:1em;
}
#alpha a {
	width:16px;
}
.hilite {
	background:#6ff;
}
.hilite2 {
	background:#ff0;
}
.divider {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.buybttn {
	padding:0 5px;
	font:bold 1em tahoma,arial,helvetica,sans-serif;
}
.buybttn a,
.buybttn a:link {
	display:block;
	padding:5px;
	text-transform:uppercase;
	color:#fff;
	background:#b00 url(../images/buytab.gif) 0 -1px;
	border:1px solid #a00;
	text-decoration:none;
}
.buybttn a:hover {
	background:#a00;
}
.togglebox {
	position:absolute;
	margin:0 !important;
	top:5px;
	left:5px;
	display:block;
	background:#F7E547;
	padding:10px;
	border:1px solid #666;
}

/** SEC **/

img.l,
#ar img.r {
	margin:0 10px 0 0;
}
img.r,
#ar img.l {
	margin:0 0 0 10px;
}


	/** TOPBAR **/
	
	#topbar {
		float:left;
		height:26px;
		width:760px;
		background:#CC3300 url(../images/topbar.gif) repeat-x;
		border-bottom:1px solid #fff;
	}
	#ar #topbar {
		float:right;
	}
	#topbar p {
		margin:0;
		padding:6px 10px;
		font-family:tahoma,arial,helvetica,sans-serif;
		font-size:1.1em;
		line-height:1.1em;
	}
	#date {
		float:left;
		background:url(../images/topbar-tl.gif) top left no-repeat;
		color:#fff;
	}
	#ar #date {
		float:right;
		background:url(../images/topbar-tr.gif) top right no-repeat;
	}
	#helpmenu {
		float:right;
		color:#8C8D8D;
		background:url(../images/topbar-tr.gif) top right no-repeat;
	}
	#ar #helpmenu {
		float:left;
		background:url(../images/topbar-tl.gif) top left no-repeat;
	}
	#helpmenu a {
		color:#fff;
		text-decoration:none;
	}
	#helpmenu a.lang {
		font-weight:bold;
		color:#ffe400;
	}
	
	/** ABOUT US **/
	
	.about-us {
		font-size:1.4em;
	}
	
	/** MANAGEMENT **/
	
	.role {
		color:#000;
		font-style:normal;
	}
	
	/** POLL **/
	
	#sidebar #poll input {
		width:auto;
		background:transparent;
	}
	#sidebar #poll table {
		margin-bottom:5px;
	}
	#sidebar #poll td {
		padding-bottom:2px;
		font-size:1.1em;
		line-height:1.2em;
	}
	.poll-holder {
		padding:1px;
		width:200px;
		background:#fff;
		border:1px solid #ccc;
	}
	.poll-bar {
		background:#f7de00;
		height:1.2em;
	}
	
	.poll-bar-alt {
		background:#b9dbff;
		height:1.2em;
	}
	
	
	/** FLAGS **/
	
	#flags li {
		float:left;
		display:block;
		padding:5px 0;
		width:25%;
		font-size:1.1em;
		line-height:2em;
		text-align:center;
	}
	#flags a,
	#flags a:hover {
		color:#666;
		text-decoration:none
	}
	
	/** TESTIMONIALS **/
	
	.tml li {
		margin:0 0 20px;
		padding:0 0 0 10px;
		font-style:italic;
	}
	#ar .tml li {
		padding:0 30px 0 0;
	}
	.tml .author {
		display:block;
	}
	.tml-box {
		border:1px solid #ccc;
		padding:2px;
		padding-bottom:0;
	}
	.tml-box li {
		margin:0 0 2px;
		padding:5px;
		background:#fafaf9;
	}
	.tml-box .quote {
		display:block;
		background:url(../images/quote-top.gif) top left no-repeat;
	}
	.tml-box .quote span {
		display:block;
		padding:0 10px 0;
		text-indent:25px;
		background:url(../images/quote-bottom.gif) bottom right no-repeat;
	}
	#ar .tml-box .quote {
		background:url(../images/quote-top-ar.gif) top left no-repeat;
	}
	#ar .tml-box .quote span {
		background:url(../images/quote-bottom-ar.gif) bottom right no-repeat;
	}
	.tml-box .author {
		padding:5px 5px 0;
		display:block;
		color:#000;
		font-weight:bold;
		font-size:.9em;
		line-height:1.4em;
	}
	.tml-box .logo {
		display:block;
		padding-bottom:10px;
		text-align:center;
	}
	
	/** ADVERTISING **/
	
	.banner-220 {
		float:left;
		margin:5px 0 0 10px;
		padding:15px 0 0;
		text-align:center;
		background:url(../images/banner-220-bg.gif) no-repeat;
	}
	#ar .banner-220 {
		float:right;
		margin:5px 10px 0 0;
	}
	.banner-728 {
		margin:0 5px 10px;
		width:750px;
		text-align:center;
		background:url(../images/banner-728-bg.gif) 0 0 no-repeat;
	}
	#ar .banner-728 {
		background-position:100% 0;
	}
	.banner-120 {
		margin:0 0 10px;
		padding:15px 0 0;
		text-align:center;
		background:url(../images/banner-120-bg.gif) no-repeat;
	}
	
	/** PROMOS **/
	
	div.promo-big {
		width:390px;
		height:150px;
	}
	div.promo-square {
		width:190px;
		height:150px;
	}
	div.promo-small {
		width:190px;
		height:150px;
	}
	div.promo-side {
		width:160px;
		height:70px;
	}
	div.promo-big,
	div.promo-square,
	div.promo-small,
	div.promo-side {
		/*position:relative;*/
		/**overflow:hidden;**/
		margin:0 0 10px;
	}
	div.promo-big a,
	div.promo-square a,
	
	/*div.promo-side a {
		position:relative;
		display:block;
	}*/
	
	div.promo-small a{
		position:relative;
		display:block;
		margin-left: 3px;
		margin-top: 4px;
	}
	div.promo-big a:hover,
	div.promo-square a:hover,
	div.promo-small a:hover,
	div.promo-side a:hover {
		bottom:0;
	}
	
	/** LEGEND **/
	
	.legend {
		width:340px;
	}
	.legend td {
		font-size:1.2em;
		padding:3px;
	}
	.legend thead td {
		text-align:center;
		font-weight:bold;
		color:#1B5491;
		padding-bottom:10px;
		border-bottom:1px solid #e5e1d4;
	}
	.legend tfoot td {
		border-top:1px solid #e5e1d4;
	}
	.legend-box {
		width:15px;
	}
	.legend-box img {
		border:1px solid #999;
		width:10px;
		height:10px;
	}
	.legend-cat {
		font-weight:bold;
	}
	.legend-val {
		text-align:right
	}
	
	/** PRICING BOX **/
	.pg-name {
		font-size:1.2em;
		margin-bottom:10px;
		color:#208000;
	}
	.pg-description {
		padding:0 0 0 10px;
	}
	#ar .pg-description {
		padding:0 15px 0 0;
	}
	.pg-price {
		color:#8b0000;
		font-weight:bold;
	}
	.pg-old-price {
		color:#999;
		text-decoration:line-through;
	}
	.pg-discount-price {
		font-weight:bold;
		color:#b00;
	}
	.pg-discount-description {
		color:#8b0000;
	}
	.pg-voucher td,
	.pg-voucher div {
		background-color:#e6f2ff;
		color:#247;
	}
	.pricing tr.pg-voucher td.pg-option {
		background:#cce7ff;
	}
	.pricing tr td.pg-option,
	.pricing tr td.pg-buylink {
		border-left:1px solid #fff;
		background:#eee;
	}
	#ar .pricing td.pg-option,
	#ar .pricing td.pg-buylink {
		border-left:0;
		border-right:1px solid #fff;
	}
	.pricing td.pg-buylink {
		text-align:center;
	}
	.pricing tfoot td {
		white-space:nowrap;
		vertical-align:middle;
	}
	.pricing label {
		font-size:1em;
	}
	.pricing select,
	.pricing input {
		font-size:1em;
		width:120px;
	}
	.pricing input {
		width:100px;
	}
	.pricing label input {
		width:auto;
	}
	#content p.offer-message {
		padding:5px;
		background:#ffe;
		border:1px solid #bbb;
		color:#b00;
		font-weight:bold;
		text-align:center;
	}
	
	/** MISC **/
	
	.fe p {
		text-align:center;
	}
	.action-button {
		width:120px;
	}
	.action-button li {
		font-weight:bold;
		font-size:1.2em;
		text-align:center;
	}
	.action-button a:link,
	.action-button a:visited,
	.action-button a:active {
		display:block;
		padding:10px 0;
		height:10px;
		text-decoration:none;
		line-height:10px;
		color:#741;
		background:url(../images/action-button-small-bg.gif) 0 0 no-repeat;
	}
	.action-button a:hover {
		color:#060;
		background-position:0 -40px;
	}
	
	
	
	.images {background: #FFFFFF;}
	.labels {
	font-size:1.1em;
	padding:5px 5px 9px 5px;
	}
	.labels2{
	font-size:.8em;
	padding:5px 5px 9px 5px;
	}
	.heads {
   font-size:1.1em;
	padding:5px 5px 9px 5px;
	}
	.txtboxes {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	}
	.x {background:#F0F0F0;}
	.y {background:#fff;}
	.selectboxes {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333333;
	height:18px;
	}
	iframe {
	border-width: 0px;
	height: 60px;
	width: 400px;
}
iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

.searchbox {
	background:#fff url(../images/icon_search.gif) no-repeat 2px 2px;
	padding-left:22px;
	width:100px;
}

#tickerContent {
  position: relative;
  width: 180px;
  height: 70px;
  background-color: white;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  padding: 1px;
  padding-left: 4px;
}

#tickerContent a {
  color: #FF6600;
  text-decoration:none;
}

.Group {
	display: block;
	height: 28px;
	width: 500px;
	line-height: 27px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
}
.Group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 28px;
	width: 173px;
	line-height: 27px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
}

.Option:hover {
color:#777777;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
.right-box{
margin-bottom: 8px;
}

#container {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; WIDTH: 770px; PADDING-TOP: 0px; 
}
BODY {
	BACKGROUND: url(../images/bg_center_orange_old.gif) #DDDDDD repeat-y 50% 0px
}




.themeheader {color:#FFFFFF; font-weight:bold;}
.themeheaderX {color:#EB5F01; font-weight:bold;}

.themeheaderA {color:#FFFFFF; font-weight:bold; font-size: 140%;}

.leveld {font-weight: bold; border-bottom: solid 2px #EB5F01; margin: 0px 0px 0px 0px; padding:1px;}
.themebody {color:#FFFFFF;}

a.themeheaderlink {font-weight: bold; color:#FFFFFF; text-decoration: none;}
a.themeheaderlink:active {font-weight: bold; color:#FFFFFF;}
a.themeheaderlink:link {font-weight: bold; color:#FFFFFF;}
a.themeheaderlink:visited {font-weight: bold; color:#FFFFFF;}
a.themeheaderlink:hover {text-decoration: underline;}

a.themelink {color:#FFFFFF; text-decoration: none;}
a.themelink:active {color:#FFFFFF;}
a.themelink:link {color:#FFFFFF;}
a.themelink:visited {color:#FFFFFF;}
a.themelink:hover {text-decoration: underline;}

a.themebodylink {color:#FFFFFF; text-decoration: underline;}
a.themebodylink:active {color:#FFFFFF;}
a.themebodylink:link {color:#FFFFFF;}
a.themebodylink:visited {color:#FFFFFF;}

.theme {background: #EB5F01}





