body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr { 
	color: #CCCCCC; 
	width:100%;
	text-align:left;
	
}
a { 
	color: #000000 
}
.style3{
	font-weight:bold;
}
.style1 {
	text-align:center;
	font-size: 12px;
	font-weight: bold; 
}

.div {
	text-align:center;
	background-color:#999999; 
}
img {
	border:none;
}
.pages {
	text-align:center;
}
.zebra_header {
	background-color:#666666;
	color:#FFFFFF;
	font-size:11px;
}
.zebra_0 {
	background-color:#CCCCCC;
	font-size:11px;
}
.zebra_1 {
	background-color:#FFFFFF;
	font-size:11px;
}

/* LINKS/////////////////////////////////////////////*/

a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#0099FF;
}
a:visited:hover {
	text-decoration: none;
	color:#0099FF;
}
a:active {
	text-decoration: none;
}

.text_field {
	width:800px; 
	text-align:center;
	
}
/*LOGIN/////////////////////*/
.panel{
	width:400px;
	heigth:200px;
}
.login{
	text-align:right;
	font-size:11px;
	width:210px;
	color:#000000;
}

/*REGFORM//////////////////////////*/
.reg_panel{
	width:600px;
	height:150px;
	background-color:#CCCCCC;
}
.reg_form{
	text-align:right;
	font-size:13px;
	width:480px;
	height:100px;
}

/*ADDNEWS//////////////////*/
.add_panel{
	padding-top:7px;
	width:900px;
	height:410px;
	background-color:#CCCCCC;
}
.add_new {
	width:300px;
}
.add_form{
	font-size:12px;
	width:800px;
	height:350px;
	text-align:center;
	
}
/*EDIT_NEWS_FORM////////////////////////////////*/
.edit_panel{
	padding-top:7px;
	width:900px;
	height:510px;
	background-color:#CCCCCC;
}
.edit_form{
	font-size:12px;
	width:800px;
	height:480px;
	text-align:center;
}

/*CHANGEFORM/////////////////////////////*/
.chg_panel{
	width:500px;
	height:120px;
	background-color:#CCCCCC;
}
.chg_form{
	text-align:right;
	font-size:13px;
	width:288px;
	height:80px;
}
/*UPLOADFORM/////////////////////////////*/

.upload_panel{
	width:300px;
	/*height:180px;*/
	background-color:#CCCCCC;
}
.upload_form{
	text-align:right;
	font-size:13px;
	width:288px;
	/*height:110px;*/
}
.upload_div{
	/*background-color:#0000CC;*/
	position:relative;
	left:170px;
	height:565px; 
	width:870px;
}


