/*
  Author:   Priyank Thatte
  Web Site: http://www.priyank.com/
  Email:    web[at]priyank[dot]com
  Comments: Feel free to use my code. Thats how I learnt web-designing myself! I'm sure you can find stuff easily on my page,.. its neat, logical, and sufficiently commented. hehe!
*/

/*Global*/
body, td, table {
	background-color: white;
	margin: 10px; 
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {	/*cursor : crosshair;*/}
a:link {	color: #835C39;  text-decoration:  none;}
a:visited {	color: #008080; 	text-decoration: none;}
a:active {	color: #008080; 	text-decoration: none;}
a:hover {	color: #71625B; 	text-decoration: underline;}

img {	border-width: 0px; }

hr {
	color:  #71625B; size: 1px; padding-top: 0px; margin-top: 0px;
}

h1 {
	color:  #71625B; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #835C39;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px; margin-bottom: 3px;
}
h3 {
	font-size: 15px; font-style: italic;
	padding-bottom: 3px; margin-bottom: 3px;
}
p {
	margin: 0px; margin-bottom: 10px; 
}

.clear {	clear: both;}
.center {text-align: center;}
.right {	text-align: right;}
.left {	text-align: left;}

.floatleft{	
	float: left; 	text-align: center;
	margin-left: 0px; margin-top: 0px; 	padding-right: 0px; padding-top: 0px;
}
.floatright{	
	float: right; 	text-align: center;
	margin-left: 0px; margin-top: 0px; 	padding-left: 0px; padding-top: 0px;
}

.leftindent1 {
	padding-left: 20px; text-align: left;
}
.leftindent2 {
	padding-left: 40px; text-align: left;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 12px;
}

.mr, td {
	font-family: Mangal;
    font-style:  normal;
    font-weight: normal;
    src: url(../eot/mangal0.eot);
}
.en, td {
	font-family: "Trebuchet MS";
    font-style:  normal;
    font-weight: normal;
    src: url(../eot/trebuch0.eot);
}


div.sch table {	width: 80%;}
div.sch td {	width: 50%;}
div.event table {	width: 50%;}
div.event td {	border-bottom-color: #e9e9e9; border-bottom-style: solid; border-bottom-width: 1px; }
div.event td.event {	width: 160px; padding-right: 20px;}

table.gb {	border: 1px #835C39 solid; }

/*thumbnails*/
div.thumbs {	text-align: center;}
div.thumbs img {	border: 1px #835C39 solid;}
div.thumbs table {	text-align: center; margin:0px auto;}
div.thumbs td {	margin-left: 10px; padding-right: 10px;	}

/* Main */
#leftcolmain {
	width: 50%;	height: auto;	position: absolute;
	left: 15px; top: 150px;
}
#rightcolmain {
	margin-left: 55%;	margin-right: 10px;	margin-top: 20px;
	position: relative;	width: auto; padding-left: 10px;
	border-left-color: silver; border-left-style: dashed; border-left-width: thin;
}
/* Content */
#content {
	margin-left: 20px;
}
/* Header */
#header div.spacer {	clear: both;	line-height: 10%;}
#header div.row span.left {	float: left;	text-align: left;}
#header div.row span.right {	float: right;	text-align: right;}
/* Footer */
#footer {
	width: 100%;
}

/* Event-Sankraman05 */
#leftcolevent {
	width: 500px;	height: auto;	position: absolute;
	left: 10px; top: 150px;
}
#rightcolevent {
	margin-left: 515px;	margin-right: 10px;	margin-top: 20px;
	position: relative;	width: auto; padding-left: 10px;
	border-left-color: silver; border-left-style: dashed; border-left-width: thin;
}
