/* CSS Document */



a img
{
	border: none;
}



#pageContent
{
	float: left;
	width: 530px;
	padding: 10px;
	overflow: hidden;

}

#sidebarContent
{
	float: right;
	padding: 10px;
	width: 200px;
	overflow: hidden;
}

#selectedMenu
{
	background-image: url(../images/navbarselected.png);
}

.contentWithoutSidebar
{
	padding: 10px;
}


.pageTitle
{
	background-color:#FFFFFF;
	height: 50px;
	line-height: 50px;
	padding: 0px 10px;
	background-image: url(../asset/pageTitlebar.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 20px;
	color: #FFFFFF;
}

.headingTitle
{
	color:#4FA7FF;
	font-size: 15px;
}


.sidebarTextContainer 
{
	border: 1px solid #BFBFBF;
	margin:0px;
	padding:7px;
	
	text-align: left;
}

.sidebarTextContainer:hover
{
	background-color: #F4F4F4;
}
.sidebarTextTitle
{
	
	font-size: 14px;
	padding:0px;
	margin: 0px;
	color: #FF6600;	
}

.sidebarTextContent
{
	padding:0px;
	margin-top: 0px;
	font-size: 10px;
}

.tablelinklist
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.tablelinklist tr:hover
{
	background-color: #F4F4F4
}
.tablelinklist th:hover
{
	background-color: #FFFFFF;	
}

.tablelinklist th
{
	color:#FF6600;
	font-size: 13px;
	margin: 0px;
	padding: 5px;
	background-image: url(../asset/titlebg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0B0B0;
	height:30px;	
	text-align:center;
}

.tablelinklist td
{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;	
}


#commentForm
{
	margin: 10px;
}

#commentForm input, textarea
{
	width: 100%;
	border: 1px solid #0099FF;
}

#commentForm textarea
{
	height: 150px;
	border: 1px solid #0099FF;
}

#commentForm input[type='submit']
{
	background-color: #D5EAFF;
}

#commentForm input:focus, textarea:focus
{
	background-color: #D5EAFF;
}

.infoMsg
{
	margin: 20px;
	padding: 15px;
	border: 1px solid #A4D1FF;
	background-color: #E8F3FF;
	color: #0066FF;
	
}

.eachcomment
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 10px;
	width: 70%;
}

.eachcomment:hover
{
	background-color: #E8F3FF;
}

#commentcontainer
{
	margin-bottom: 20px;
}