
.zcolorfixer
{
	background-color: #00809b; /*dark background*/
	border-bottom-color: #f4fdff; /*light background*/
	border-left-color: #363a33; /*dark border*/
	border-right-color: #baedf8; /*light border*/
	color: #FFFF99; /*Oppsite to light background*/ /* color:#ffffff make find and replace with complet  color attribute iin find query
	 when font cahnge required . remember to turn on the ignore whitespace option */
}


body
{
	background: #C3C3C3;
	margin: 0;
	padding: 0;
	color: #2E2E2E;
	font: 75% "Arial Unicode MS" , Mangal, Arial, sans-serif;
}
table {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: left;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-right: 15px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~this fixed width container surrounds the other divs~~ */


.container {
	width: 80%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1000px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	border: 1px solid #baedf8;
	background: #f4fdff;
	margin: 0 auto;
	padding: 2px ;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.content h2 {
	color:#00809b;
	margin:15px 0 10px
}
.content h1 {
	font-weight:normal;
	background:#f4f4f4;
	padding:5px 10px;
	margin:10px;
	border: 1px solid #D1D1D1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    text-align: left;
}

legend {
	background-color:#00809b; color:#ffffff;
	padding:5px;
	margin-left:2px;
	border: 1px solid #363a33;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform:capitalize;
}
fieldset {
	background-color:#FEFEFE;
	border: 1px solid #baedf8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left:1px;
	margin-right:3px;
	padding: 5px 5px 5px 10px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/*#region Navigation */


.menutitle
{
	border-left: 1px solid #FEFEFE;
	border-top: 1px solid #FEFEFE;
	border-right: 1px solid #FEFEFE;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
  
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	margin: 1px;
	background: #00809b url(../Images/back2.jpg) repeat-x 0px 0px;
	padding: 5px 15px;
	border-bottom-width: 0px;
}
ul.nav
{
	list-style: none;
	list-style-image:url(http://bcud.unipune.ac.in/Global_Images/bullet_yellow2.gif);
	list-style-position:inside;
	text-transform: capitalize;
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
}
ul.nav li {
	border-bottom: 1px dashed #ccc;
	font-weight:bold;
	color:#6D6D6D;
	padding:0px;
	margin:0px;

}
ul.nav a, ul.nav a:visited {
	
	font-weight:bold;
	color:#434343;
	text-decoration: none;
		
	padding:0px;
	margin:0px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #00809b;
	
	
}

/*#endregion*/
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.SmallBox { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	width:180px;
	float: left; color:#ffffff;
	font-size:90%;
	
	border-top:1px solid #333;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-top-left-radius:0px;
	border-bottom-left-radius: 0px;
	background: #333;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color:#333; color:#ffffff;
}

h3, h4, h5, h6 {
	margin-bottom:.7em
}

/*#region Web Form Elements */

.imptext {
	font-size:inherit;
	line-height:inherit;
	color:#B70412;
}
.txtbox {
	/*background-color:#FDFDFD;
	padding:3px;
	border: solid 1px #000;
	margin-left:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
.button {
	border: 1px solid #363a33;
	color:#FFFFFF;
	font-weight:bold;
	font-size:95%;
	padding:3px;
	vertical-align:middle;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #00809b url(../Images/back2.jpg) repeat-x;
}
.linkbutton {
	
	color:#333;
	font-weight:bold;
	font-size:85%;
	height:25px;
	text-decoration:underline;
	/*background-color: #FFFFFF;*/
}

a.linkbutton_plain {
	border: 1px solid #363a33;
	font-weight:bold;
	color:#333333;
	font-size:65%;
	height:20px;
	font-style:italic;
	text-decoration:underline;
	
}
.drpdown {
	background-color:#FDFDFD;
	font-size:86%;
	color:#434343;
	min-width:150px;
	min-height:25px;
	border: solid 1px #ccc;
	margin-left:3px;
	padding: 2px 1px 0px;
}

/*#endregion*/

/*#region Message styles */


.msgErr {
	background-image:url(http://bcud.unipune.ac.in/Global_Images/icons/exclamation-red.gif);
	background-repeat:no-repeat;
	color:#D51E42;
	background-position:left;
	
	font-weight:bold;
	background-color: #FeFeFe;
	min-width:30px;
	margin-left:3px;
	padding: 2px 5px 2px 18px;
		margin-bottom:auto;
}
.msgInfo {
	background-image:url(http://bcud.unipune.ac.in/Global_Images/icons/information-octagon.gif);
	background-repeat:no-repeat;
	color:#09F;
	background-position:left;
	
	font-weight:bold;
	background-color: #FeFeFe;
	min-width:30px;
	margin-left:3px;
	padding: 2px 5px 2px 18px;
	margin-bottom:auto;
}
.msgSucess {
	background-image:url(http://bcud.unipune.ac.in/Global_Images/icons/tick.gif);
	background-repeat:no-repeat;
	color:#007500;
	background-position:left;
	
	font-weight:bold;
	background-color: #FeFeFe;
	min-width:30px;
	margin-left:3px;
	padding: 2px 5px 2px 18px;
		margin-bottom:auto;
}
.msgFail {
	background-image:url(http://bcud.unipune.ac.in/Global_Images/icons/cross.gif);
	background-repeat:no-repeat;
	color:#B70412;
	background-position:left;

	font-weight:bold;
	background-color: #FeFeFe;
	min-width:30px;
	margin-left:3px;
	padding: 2px 5px 2px 18px;
		margin-bottom:auto;
}

/*#endregion*/

/*#region Lists styles */


ul {
	list-style:disc;
	font-weight:bold;
}
ul li {
	font-style:normal;
	font-weight:normal;
}
ol {
	list-style:decimal;
	font-weight:bold;
}
ol li {
	font-weight:normal;
}
ol li ol {
	list-style:lower-roman;
	font-weight:bold;
}
ol li ol li {
	font-weight:normal;
}
ol li ol li ol {
	list-style:lower-alpha;
	font-weight:bold;
}
ol li ol li ol li {
	font-weight:normal;
}


/*#endregion*/

.header
{
	/* ~~ the header is not given a width. It will extend the full width of your layout. 
  It contains an image placeholder that should be replaced with your own linked logo ~~ */
	background: #00809b url('../Images/header_back1.jpg') top left;
	color: #fefefe;
	height: 110px;
	font-size: 270%;
	vertical-align: bottom;
	text-transform: capitalize;
	border: 1px solid #128098;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-repeat: repeat-x;
}

.HorMenu
{
    clear: both;
    margin-bottom: 5px;
    font-weight: bold;
    color: #FFFFCC;
    height: 25px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #E7EBF8;
    border-bottom: 1px solid #373a33;
    padding: 2px 12px 2px 15px;
    background: #00809b url('../Images/back2.jpg') repeat-x;
}
.sidebar1 {
	float: left;
	width:19%;
	/*width: 200px;*/
	
	
	height:100%;
	border: 1px solid #baedf8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	background-color: #FeFeFe;
	
	margin-bottom: 10px;
}
.content {
	width:78%;
	/*width: 783px;*/
	float: left;
	margin-left:1%;
	margin-bottom:5px;
	background-color: #FeFeFe;
	
	border: 1px solid #baedf8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 2px 10px 5px;
}
.footer
{
    text-align: center;
    background-color: #333;
    height: 40px;
    color: #ffffff;
    font-size: 85%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #333 url('../Images/header_back1.jpg') bottom left;
}
.master1 {
	color: #FFFFFF;
		
	border: 0;
	background-image: none;
	text-decoration: none;
	font: bold normal 'Times New Roman', Times, serif;
}

/*#region  table box */

.box {
	font-size: 90%;
	margin:0px;
	text-align: center;
	border-collapse: collapse;
}
.box th {
	padding: 8px;
	background: #00809b url(../Images/back2.jpg) repeat-x;
	color:#ffffff;
	text-align: center;
	font: bold 130%/1.1 "Times New Roman", Times, serif;
	border-top: 4px solid #363a33;
	border-right: 1px solid #baedf8;
	border-bottom: 1px solid #baedf8;
	border-left: 1px solid #baedf8;
}
.box td {
	padding: 4px;
	background: #f4fdff;
	border-bottom: 1px solid #baedf8;
	color: #000;
	border-top: 1px solid transparent;
	border-left: 1px solid #baedf8;
	border-right: 1px solid #baedf8;
	border-bottom: 1px solid #baedf8;
	text-align: center;
}
.box tbody tr:hover td {
	background-color: #FFFF99;
	color: #339;
}
/*.box tbody tr td table tbody tr {
	background:#A2A2A2;
	border:0;
}*/
.box tfoot td {
	font-size: 91%;
	font-weight: normal;
	padding: 8px;
	background: #00809b; color:#ffffff;
	text-align: center;
	border-top: 1px solid #baedf8;
	border-right: 1px solid #baedf8;
	border-bottom: 4px solid #363a33;
	border-left: 1px solid #fff;
}
/********Table Style End******/

/*#endregion*/

/*#region Gridview Styles */

table.box2 {
	border-collapse: collapse;
	display: table;
}
.boxrows
{
	font:85%;
	border-right: 1px solid #baedf8;
	 }
tr.boxrows td
{
	border-style: solid;
	border-width: 1px;
	border-color: #baedf8 #baedf8 #baedf8 #baedf8;
	padding: 4px;
	background: #f4fdff;
	color: #000;
	text-align: left;
	font: 85%;
}
.box2 tbody tr.boxrows:hover td {
	background: none repeat scroll 0 0 #FFFF99;
	cursor:pointer;
}

tr.boxheader {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #363a33;
}
.boxheader th {
	padding: 8px;
	background: #00809b url(../Images/back2.jpg) repeat-x ; color:#ffffff;
	text-align: center;
	font: bold 14px/1.1 "Times New Roman", Times, serif;
	border-top: 0px solid #363a33;
	border-right: 1px solid #baedf8;
	border-bottom: 1px solid #baedf8;
	border-left: 1px solid #baedf8;
}
.boxfooter {
	font-size: 91%;
	font-weight: normal;
	padding: 8px;
	background: #00809b; color:#ffffff;
}
tr.boxpager {
	border-bottom: 4px solid #363a33;
}
.boxpager td {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.1;
	font-size: 91%;
	font-weight: bold;
	padding: 2px;
	background: #00809b; color:#ffffff;
}
.boxpager a:link { color:#ffffff;
	text-decoration:underline;
	padding:3px;
}




/*#endregion*/

.centralWindow
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -21px;
}


.unwatermarked {
    height: 18px;
    width: 148px;
}

.watermarked {
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}
