body {
	background-color: #474747;
}
body, input, select, textarea { font: small Verdana; }
* {
	margin: 0px;
	padding: 0px;
}
a { text-decoration: none; }
.all {
	/*background-image: url('images/bg.gif');*/
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	width: 979px;
	margin: 0px auto 5px auto;
}
#banner {
	width: 600px;
	height: 100px;
	margin: 7px auto;
}
.header {
	background-image: url('images/orange.gif');
	width: 100%;
	height: 60px;
	margin: 20px 0px 10px 0px;
}
.header h1 {
	background-color: #EEEEEE;
	background-image: url('images/gurubermai.png');
	background-repeat: no-repeat;
	width: 200px;/*181px;*/
	height: 56px;
	float: left;
	margin-left: 60px;
	padding: 2px 10px 2px 10px;
	background-position: center;
}
.header h1 a { 
	display: block; 
	width: 181px;
	height: 54px;
}
.header h1 span { visibility: hidden; }
.header h2 {
	float: left;
	color: #FFFFFF;
	margin-left: 30px;
	margin-top: 13px;
}
.footer {
	/*background-image: url('images/footer.gif');
	background-repeat: repeat-x;*/
	background-color: #F4F2EC;
	width: 100%;
	height: 109px;
	margin-top: 10px;
}
.footer #bbanner {
	text-align: center;
	margin-top: 5px;
}
.footer2 {
	background-color: #8D8B89;
	background-position: bottom;
	height: 25px;	
	margin-top: 10px;
	padding-top: 7px;
}
.footer address {
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
}
.content {
	/*border: solid 1px black;*/
	/*min-height: 400px;*/
	overflow: auto;
	padding: 10px;
}
.content li { 
	list-style-type: none; 
	margin-top: 5px;
}
.content fieldset { 
	margin-bottom: 5px; 
	padding: 3px;
}
.content fieldset legend { display: none; }
.content fieldset label { 
	float: left;
	width: 120px;
	text-align: right;
	margin: 2px 5px auto auto;
}
.content fieldset .submit { margin-left: 123px; }
.gridview { width: 100%; border: solid 1px #CCCCCC; }
.gridview td { 
	color: #666666; 
	padding: 3px; 
}
.gridview .gridheader td {
	text-align: center;
	font-weight: bold;
}

.center { text-align: center; }
.right { text-align: right; }

/* Style for Tabs */
#gurutabs { margin-top: 10px; }
/*
.ui-tabs-nav { 	
    margin: 0px;
    padding: 0px;
}
.ui-tabs-nav ul { 
	width: 490px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.ui-tabs-nav li {
    float: left;
    list-style-type: none;
    margin: auto 5px auto 5px;
    font-weight: bold;
}
.ui-tabs-nav a {
	background-image: url('images/blockdefault.gif');
	border: solid 1px #625E00;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 230px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.ui-tabs-nav a:hover, .ui-tabs-selected a { background-image: url('images/blockactive.gif'); }
.ui-tabs-nav div#fragment1, .ui-tabs-nav div#fragment2 {
	float: left;
	margin-top: 10px;	
	width: 100%;
}
.ui-tabs-hide { display: none; }
*/

#gurutabs p {
	margin-top: 20px;
	text-align: center;
}
#gurutabs h3 {
	margin-top: 20px;
	margin-left: 180px;
	color: #0099FF;
	text-decoration: underline;
	font-size: 12px;
}
#gurutabs .tab { 	
    margin-left: 230px;
    padding: 0px;
}
#gurutabs .tab ul {
	width: 490px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#gurutabs .tab li {
    float: left;
    list-style-type: none;
    margin: auto 5px auto 5px;
    font-weight: bold;
}
#gurutabs .tab a.normal {	
	background-image: url('images/blockactive.gif');
	/*border: solid 1px #625E00;*/
	display: block;
	height: 40px;
	line-height: 40px;
	width: 230px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#gurutabs .tab a.hover {
	background-image: url('images/blockdefault.gif');
	/*border: solid 1px #625E00;*/
	display: block;
	height: 40px;
	line-height: 40px;
	width: 230px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#fragment1, #fragment2 {
	float: left;
	margin-top: 10px;	
	width: 100%;	
}

#gurutabs .gridview {
	width: 600px;
	border-color: #CCCCCC;
	border-collapse: collapse;
	color: #999999;
}
#gurutabs .gridview td {
	background-color: #FFFFFF;
	border-color: #D0D9C9;
	border-width: 1px;
}
#gurutabs .gridview .gridheader td {
	background-color: #ECF2E7;
	border-color: #D0D9C9;
}

.login fieldset {
	width: 300px;
	margin: 0 auto;
}
