/* CSS Document */
TD {
	FONT-SIZE: 12px; COLOR: #727272; FONT-FAMILY: Tahoma,MS Sans Serif
}

.bigtitles
{
	font-size: 20px;
	font-family: "Tahoma", MS Sans Serif;

}
SELECT {
	WIDTH: 400px
	font-size: 11px;
	font-family: "Tahoma", MS Sans Serif;
                     color: #000000;
}
TH {
	FONT-SIZE: 12px

}
A {
	color: #1875DC;
	text-decoration: none;
	font-size: 11px;
	font-family: "Tahoma", MS Sans Serif;
}

A:HOVER {
	color: #727272;
	text-decoration: underline;
	font-size: 11px;
	font-family: "Tahoma", MS Sans Serif;
	}

BODY {

	border: solid 1px #90AFC0;
	scrollbar-3dlight-color: #FFEBD9;
	scrollbar-arrow-color: #AA5100;
	scrollbar-darkshadow-color: #AA5100;
	scrollbar-face-color: #FFB756;
	scrollbar-highlight-color: #efefef;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #FFEBD9;
    background: #ffffff url('http://na4na.net/up/images/bg.jpg') no-repeat fixed top;

}
.button
{
	background: url("images/btn_bg.gif") repeat-x;
	border: outset 1px;
	color: #000000;
	font: bold 11px tahoma, verdana, geneva, lucida,'lucida grande', arial, helvetica, sans-serif;

}

.inputbtn
{
border: 1px solid #C0C0C0;font-family:tahoma;font-size:11px;
}

.input_focus, .input_blur
{
font: 12px tahoma, geneva, lucida,lucida grande, arial, helvetica, sans-serif;
padding: 0px;
border: solid 1px #90AFC0;
height:20px;
width:100px;
}
.input_focus
{
background:#FFF9B0;
}

.textarea_focus, .textarea_blur
{
font: 12px tahoma, geneva, lucida,lucida grande, arial, helvetica, sans-serif;
padding: 0px;
border: solid 1px #90AFC0;
}
.textarea_focus
{
background:#FFF9B0;
}

.navtitle
{
	font-weight: bold;
	color: #ffffff;
	background: #AEACB9 url("images/cp_tblhead_bg.gif") repeat-x;
	border: solid 1px #ffffff; /*90AFC0*/
	padding: 3px;
	margin-top: 3px;
}
.stacts{
color:#FF0000;
 
}
.fieldset{
width:450px;

}
.persint_main_table{
border-collapse: collapse;
background:#efefef;
border-width:1px;
border-color:#c0c0c0;
width:450px;

}

.persint_sub_table{
border-collapse: collapse;
background:#efefef;
border-width:2px;
border-color:#c0c0c0;
height:25%;
width:100%;
}

.persint_color{

background:#b4ff00;
font-size:9px;
}