/* CSS Document */

body {
	font-family:"Tahoma";
	font-size:12px;
}

.content {
    font-family:"Tahoma";
	font-size:12px;
}

.errMsg { color: #C33; font-size:xx-small; font-family: Arial;}  
 
.qitem {
	width:200px;
	height:124px;	
	border:0px solid #fff;	
	margin:0px 0px 0px 0;
	/*background: url('bg.gif') no-repeat; */
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}
 
	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}
 
	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#000;
		display:block;
	}
 
		.qitem .caption h4 {
			font-size:14px;
			padding:2px 5px 0 8px;
			margin:0;
			color:#369ead;
		}
 
		.qitem .caption p {
			font-size:12px;	
			padding:3px 5px 0 8px;
			margin:0;
		}
 

.qitem a:link {
    color:#000000;
	text-decoration:none
}  

.qitem a:visited {
    color:#000000;
	text-decoration:none
} 

.qitem a:hover {
    color:#000000;
	text-decoration:none;
	
}  
.qitem a:active {
    color:#000000;
	text-decoration:none
}  

 
 
/* Setting for corners */
 
.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}
 
.topLeft {
	background-position: top left; 	
} 
 
.topRight {
	background-position: top right; 
} 
 
.bottomLeft {
	background-position: bottom left; 
} 
 
.bottomRight {
	background-position: bottom right; 
}
 
.clear {
	clear:both;	
}

#c {

position:absolute;
	left: 50%;
	top: 142px;
    width:1020px;
	height:586px;
	margin-left: -510px; // half of width
	margin-top: -293px; // half of height
}
.content1 {	font-family: "sans-serif", "Tahoma", Arial, Helvetica;
	font-size: 12px;
	}
	.style8 {	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.content1 a:link {color:#002F5E; text-decoration:none; font-weight:bold;}
.content1 a:visited {color:#002F5E;text-decoration:none; font-weight:bold;}
.content1 a:hover {color:#0084f3;text-decoration:none; font-weight:bold;}
.content1 a:active {color:#0084f3;text-decoration:none; font-size:10px;}

.prettytable {
    margin: 1em 1em 1em 0;
    border: 1px #aaa solid;
    border-collapse: collapse; 
    border-spacing: 0;
    padding: 0;
	font-size: 0.75em;
 }

.prettytable th {

    border: 1px #aaa solid;
    margin: 0;
    padding: 4px;
}

.prettytable td {
    border: 1px #aaa solid;
    margin: 0;
    padding: 4px;
}

.rss {
   border: 1px solid silver; 
   font-family:Arial; 
   font-weight : bold;
   line-height:16px;
   margin-top:0px;
   padding:0.5em; 0.5em;
   margin-left:0px;
   color:#4a4a4a;
   font-size: 0.75em;
}    
.rss a:link {
    font-family: Arial, verdana, sans-serif;
	color: #4a4a4a; 
    font-size: 10px;
    text-decoration : none;
}	
.rss a:visited {
    font-family: Arial, verdana, sans-serif;
	color: #4a4a4a; 
    font-size: 10px;
    text-decoration : none;
}	
.rss a:hover {
    text-decoration : none;
	color: orange;
	border-bottom: 1px dotted #e0861e;
}	
.rss a:active {
    font-family: Arial, verdana, sans-serif;
	color: #4a4a4a; 
    font-size: 10px;
    text-decoration : none;
}	

.rss-title {
	font-size: 12pt;
	background-color: silver;
	color: Black;
	font-weight:bold;
	text-align: center;
} 