/* Path: /var/www/nx/conf/view/uni_3/res/css/page.css
*/


body
{
	background:#CCCCCC;
}

body,
.cms_client_area,
.cms_client_area table
{
font-size: 8px;
font-family: arial;
color:#000000;
}

.siteName {
	font-weight: bold;
	font-size:1.5em;
	color:#AD5C2D;
	text-align:right;
	padding-right:20px;
}
.siteName #first_word {
	color:#AD5C2D;
}

.pageName {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
}

.page_prompt {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}

.content {
	border:solid 0px black;
	background-color:#ffffff;
	padding:8px;
	padding-right:4px;
}

h2 {
	font-size: 1.1em;
}

.page_frame {
	width:100%;
	text-align:center;
}

td{
font-size: 12px;
font-family: arial;
color:#000000;
}

.txt    { margin:2; BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #4799b6 1px solid;  BORDER-LEFT: #4799b6 1px solid;  BORDER-RIGHT: #4799b6 1px solid; BORDER-TOP: #4799b6 1px solid; COLOR: #444444; FONT: 11px Verdana, Helvetica;}
input.btn
{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight: bold;
	font-size: 11px;
	border: 1px ridge #000000;
	
	padding-left : 4px;
	padding-right :4px;
	
	text-align : center;
}

.td_nav{
	xxbackground-image : url(/nx/skins/uni_3/images/middle_skin1navbutton.gif);
	font-family: Arial, Helvetica, sans-serif, BlackJack, "Arial Black";
	color:#000000;
	font-weight: normal;
	font-size: 12px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left:10px;
	padding-right:10px;
	background-repeat : no-repeat;
	text-decoration: none;
	text-align:left;
	vertical-align:top;
}

.grey_bold{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: arial;
	text-decoration: none;
}

.menu_leaf{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: arial;
	text-decoration: none;
}

.menu_leaf#current{
    FONT-WEIGHT: bold;
}

.menu_leaf A{
    FONT-WEIGHT: normal;
    COLOR: #000000;
    FONT-FAMILY: arial;
	text-decoration: none;
}
.menu_leaf A:visited{
    FONT-WEIGHT: normal;
    COLOR: #ffff00;
    FONT-FAMILY: arial;
	text-decoration: none;
	}
	
.menu_leaf A:hover{
    FONT-WEIGHT: normal;
    COLOR: #ffff00;
    FONT-FAMILY: arial;
	text-decoration: none;
	}

.sidenav2 {
font-family: Arial, Helvetica, sans-serif, BlackJack, "Arial Black";
color:#335687;
font-weight: normal;
font-size: 12px;
}

.sidenav2 A{
color:#335687;
text-decoration:none;
}
.sidenav2 A:hover{
text-decoration:underline;
}

.sidenav3 {
font-family: Arial, Helvetica, sans-serif, BlackJack, "Arial Black";
color:#000000;
font-weight: bold;
font-size: 12px;
}
.sidenav3 A{
color:#FFFFFF;
text-decoration:none;
}
.sidenav3 A:hover{
text-decoration:underline;
}

.white_bold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
}

.style1 {
	color: #000033;
	font-size: 12px;
}
.style2 {color: #000000}
.style3 {font-size: 10px}


/* 
	Form/buttons 
	============
*/

/* Button bar */
.edit_bar {
	background-image:url(/nx/skins/uni_3/images/middle_skin1edpanel.gif);
	background-repeat: no-repeat;
	background-color:#A9B0B2;
	position:relative;
	top:-12px;
	left:-10px;
}

.form dt.formLabel {
	font-weight:bold;
	margin-bottom:1em;
}

.form dd.formField {
}

.form .form_help {
	font-style:italic;
}

ul.buttons {
	border:solid 0px #eeeeee;
	width:100%;
	padding:0px;
	margin:0px;
	list-style-type: none;
	height:18px;
}

.buttons li {
	float:left;
	margin:0;
	margin-right:10px;
	width:50px;
	text-align:center;
	height:18px;
	display:block;
	position:relative;
	left:-10px;
	list-style-type: none;
}

.button_text a,
.button_text a:hover,
.button_text a:active,
.button_text a:links,
.buttons a,
.buttons a:hover,
.buttons a:active,
.buttons a:links,
.console a,
.console a:hover,
.console a:active,
.console a:links
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;

	text-align : center;
	text-decoration:none;

	border:solid 1px black;
	background-color: #FF9900;

	height:18px;
	margin:0;

	padding-left : 4px;
	padding-right :4px;
	padding-top:1px;
	padding-bottom:2px;	
	position: relative;
	top:2px;
}

* > .buttons a {
	position: relative;
	top:-2px;
}
* > .buttons  input.button_text {
	position: relative;
	top:-2px;
	height:16px;
}

.buttons input.button_text,
.buttons button.button_text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	background-color: #FF9900;
	cursor:hand;

	height:18px;
	text-align : center;
	text-decoration:none;

	border:solid 1px black;
	margin:0;
	padding-left : 0px;
	padding-right :0px;
	padding-top:0px;
	padding-bottom:2px;
}

ul.form_buttons {
	border:solid 0px #eeeeee;
	width:100%;
	padding:0px;
	margin:0px;
	list-style-type: none;
	height:18px;
	position:relative;
	top:-50px;
}

.form_buttons li {
	float:left;
	margin:0px 5px;
	widthx:50px;
	text-align:center;
	height:18px;
	display:block;
	position:relative;
	border:solid 0px black;
	padding:0px;
}

.form_buttons input.button_text,
.form_buttons button.button_text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	background-color: #FF9900;
	cursor:hand;

	height:18px;
	text-align : center;
	text-decoration:none;

	border:solid 1px black;
	margin:0;
	padding-left : 4px;
	padding-right :4px;
	padding-top:0px;
	padding-bottom:0px;
}

/* end form/buttons */

/* standard part styles */
h2, .h2 {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

h3, .h3 {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

p, .p, td, .td {
	font-size: 12px;
	font-family: arial;
	color:#000000;
}

th, .th {
	font-weight:bold;
	font-size: 12px;
	font-family: arial;
	color:#000000;
}

.text_image_box h3, 
.text_image_box .h3 {
}

.text_image_box p,
.text_image_box .p {
}

/* /standard part styles */
