@charset "utf-8";
/************************************************************************
 * File name   : subModal.css
 * Info        : NEUWA
 * Writer      : flying
 * Date        : 2010.3.5
************************************************************************/
 /*
 * {margin:0; padding:0; border:0;}
 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f0f0f0;
}
body, th, td, p, input, textarea, select {font-size: 12px; font-family:Verdana, Geneva, sans-serif; color: #333333} 
body {margin: 0 auto}
img{border: 0;}
ul, li {padding: 0; margin: 0; list-style: none;}

/*Mainlink*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #df2911;
}
a:active {
	text-decoration: none;
}

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-image:url(../images/index-38.jpg);
	color: #ffffff;
	font-weight: bold;
	height: 42px;
	padding: 7px;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size:12px;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

/*New style*/
.NewsListTitle{font-size:16px; font-weight:bold;}
.NewsInfoAdmin{font-size:12px; line-height:24px;}
.NewsInfoNumber{font-size:11px; color:#F30;}