
/*------------------------------------------------------------*/

body {
	background-color : #474638;
/*	background-image : url("../img/bg-pratap.png"); */
	background-repeat : repeat;
	color : #000000;
	font-family : verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	padding : 0px;
	margin : 0px;
	text-align : center;
}

img {
	border : 0px;
}

a {
	font-family : verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color :  #333333;
}

a:hover {
	text-decoration : underline;
}

td {
	font-family : verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	padding-right : 10px;
}

/*------------------------------------------------------------*/

div.page_content {
	width : 640px;
	margin : 20px auto 20px auto;
	padding : 0px;
	background-color : #BAB9AD;
	border : 1px solid #474638;
	text-align : left;
}


div.logo {
/*	position : absolute;*/
	left : 0px;
	top : 0px;
/*	width : 640px; */
	height : 90px;
	background : #474638 url("../img/headerbg-pratap.jpg");
}

div.logo img {
	position : relative;
	left : 0px;
	top : 10px;

}

/*------------------------------------------------------------*/

div.menu {
/*	position : absolute; */
	left : 0px;
	top : 90px;

/*	width : 640px; */
/*	height : 17px;*/
		
	margin : 0px;
	padding : 0px;
	padding-bottom : 1px;
	
	background-color : #474638;
	color : #CCCCCC;

	font-family : sans-serif;
	font-size : 13px;

	font-weight : normal;
	text-decoration : none;

	border-bottom : 1px solid #474638;
}

div.menu a {
	color : #CCCCCC;
	margin : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 15px;
	padding-right : 15px;
	border-top : 1px solid #474638;
	border-right : 1px solid #474638;
}

div.menu a:hover {
	background-color : #AFAE98;
	color : #000000;
	text-decoration : none;
	border-top : 1px solid #AFAE98;
}

div.menu .selected {
	background-color : #BAB9AD;
	color : #000000;
	text-decoration : none;
	border-top : 1px solid #BAB9AD;
}

/*------------------------------------------------------------*/

.textheader {
	margin-top : 15px;
	margin-left : 10px;
	font-family : verdana, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	color : #4B4B4B;
}

.textheader a {
	font-family : verdana, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
	color : #4B4B4B;
}

.textheader a:hover {
	font-family : verdana, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : underline;
	color : #4B4B4B;
}


/*------------------------------------------------------------*/

div.content {
	width : 500px;
	margin : 0px;
	margin-top : 15px;
	margin-left : 10px;
	margin-bottom : 30px;
	padding : 0px;
	font-family : verdana, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}	

/*------------------------------------------------------------*/

div.creds {
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	font-family : verdana, sans-serif;
	font-size :  10px;
	font-weight : normal;
	text-decoration : none;
	border-top : 1px solid #474638;
	background-color : #AFAE98;
	color : #4B4B4B;
}

div.creds a {
	text-decoration : none;
	color : #4B4B4B;
}

div.creds a:hover {
	text-decoration : underline;
}


/*------------------------------------------------------------*/

div.nav {
	position:absolute;
	left:270px;
	top:412px;
	z-index:1;
}

/*------------------------------------------------------------*/

.thumbnails {
	margin-right : 10px;
}

.smallfont {
	font-family : verdana, sans-serif;
	font-size : 9px;
	color : #4B4B4B;
	font-weight : normal;
	text-decoration : none;

}

.smallfont a {
	font-family : verdana, sans-serif;
	font-size : 9px;
	color : #4B4B4B;
	text-decoration : none;
}

.smallfont a:hover {
	text-decoration : none;
}


.smallheader {
	font-family : verdana, sans-serif;
	font-size : 10px;
	color : #4B4B4B;
	font-weight : bold;
	text-decoration : none;
}

.mediumheader {
	margin: 20px 0px 10px 0px;
	font-family : verdana, sans-serif;
	font-size : 12px;
	color : #4B4B4B;
	font-weight : bold;
	text-decoration : none;
}


/*------------------------------------------------------------*/

.gbclass {
	margin-bottom : 20px;
	width : 400px;
	background-color : #E6E6E9;
	padding : 0px;
	border : 1px solid #B5B5BA;

}

.gbclass .theader {
	clear : both;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #DBDBE1;
	height : 16px;
	border-bottom : 1px solid #B5B5BA;
	font-family : verdana, sans-serif;
	font-size :  10px;
	font-weight : bold;
	text-decoration : none;
}

.gbclass .theader .title {
	float : left;
	padding : 1px;
	font-weight : bold;
}

.gbclass .theader .timestamp {
	float : right;
	padding : 1px;
}

.gbclass .text {
	position : relative;
	padding : 5px;
	padding-top : 10px;
	padding-bottom : 10px;
}

.gbclass .form {
	position : relative;
	padding : 5px;
	padding-top : 10px;
	padding-bottom : 0px;
}

.gbclass .right {
	text-align : right;
}

.gbclass .theader th {
	font-weight : bold;
}


/*------------------------------------------------------------*/

.formInput {
	background-color : #FFFFFF;
	color : #000000;
	font-family : verdana, sans-serif;
	font-size : 10px;
	border : 1px solid #B5B5BA;
}

.formTextarea {
	background-color : #FFFFFF;
	color : #000000;
	font-family : verdana, sans-serif;
	font-size : 10px;
	border : 1px solid #B5B5BA;
	padding : 2px;
	width : 350px;
	height : 200px;
	word-wrap:break-word;
	overflow:hidden;
}

.formSubmit {
	background-color : #FFFFFF;
	color : #000000;
	border : 1px solid #B5B5BA;
	font-family : verdana, sans-serif;
	font-size : 10px;
}


.formTextareaBig {
	background-color : #FFFFFF;
	color : #000000;
	font-family : verdana, sans-serif;
	font-size : 10px;
	border : 1px solid #B5B5BA;
	padding : 2px;
	width : 500px;
	height : 400px;
	word-wrap:break-word;
	overflow:hidden;
}

.formSelect {
	background-color : #FFFFFF;
	color : #000000;
	border : 1px solid #B5B5BA;
	font-family : verdana, sans-serif;
	font-size : 10px;
}

