﻿.header h1{ font-weight :bold ; font-family :Monotype Corsiva ; color :Purple ; font-size :larger}

.test{width :100%; color :Black ; font-size :small ; text-align :center ; table-layout :auto}

.about{ background-color :AliceBlue  ; font-family :Times New Roman; color :#696969 ; font-weight :lighter ;width:100% }
.about a:hover{ color :Purple  ; text-decoration : underline ; font-family :Times New Roman ; font-weight :bold;  }
.about a{ color :Navy ; text-decoration : none}
.about b{color :Purple ; font-family :Times New Roman ; font-weight :bold}
.about1 h1{ color :Navy ; font-family :Times New Roman }

.about1{ background-color :AliceBlue  ; font-family :Times New Roman; color :Blue  ; font-weight :lighter ; }

.form{ color :Navy ; font-size :12px; font-family :Times New Roman; background-color :#f8f8ff; text-align :center ; table-layout :auto }

.sitemap a{ color :Purple ; font-family :Times New Roman ; font-size :13px  }
.sitemap a:hover{ color :Maroon ; text-decoration :none; font-weight :bold ; font-size :13px}


.home{  font-family :Times New Roman; color :Gray ; font-weight :bold; }
.home a:hover{ color :Purple  ; text-decoration : underline ; font-family :Times New Roman ; font-weight :bold }
.home a{ color :Navy ; text-decoration : none}


.college a{ color :White ; text-align :left  ; font-family :Times New
Roman; font-weight:bold; text-decoration :none}
.college a:hover{color :Orange  ; text-align :left  ; font-family
:Times New Roman; font-weight:bold; text-decoration :none}

.current{  font-family :Times New Roman; color :Gray ; font-weight :bold; }
.home a:hover{ color :Purple  ; text-decoration : underline ; font-family :Times New Roman ; font-weight :bold }
.home a{ color :Navy ; text-decoration : none}

.new{ background-color :Seashell; font-family :Times New Roman ; color :Maroon ; font-weight :bold }
.new a{ color :Olive  ; text-decoration: blink }
.new a:hover{ color :Red  ; text-decoration :none;}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
background-color :GhostWhite;
width: 300px; 
}

.curlycontainer .innerdiv{
background: transparent url(Image/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
width: 300px; 
font-family :Times New Roman ; color :Gray ; font-weight :bold ;
}

.curlycontainer .innerdiv b{ color :Purple ; font-family :Times New Roman ; font-weight :bold }

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(Image/menupu_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.home{ width :100% }

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(Image/menupu_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(Image/menupu_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/* For Master Page for Registered user */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(Image/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}




.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar-active.bmp) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.footer a{text-align :center; font-family :Times New Roman; color :Gray ; font-size :large; text-decoration :none; text-align :center  }
.footer a:hover{text-align :center; font-family :Times New Roman; color :Purple  ; font-size :large; text-decoration :none; text-align :center }


.quick a{ font-family :Times New Roman; color :Gray ; font-size :small; text-decoration :none; text-align :center  }
.quick a:hover{ font-family :Times New Roman; color :Purple  ; font-size :small; text-decoration :none; text-align :center }

.list a{text-decoration :none}
.list a:hover{text-decoration :none}

.adminbody{background-color:#d8e4f8;color :Gray ; font-weight :bold ; font-size :small}


 .step1HeadingTxt{font-family:Georgia,"Times New Roman",Times,serif;font-size:17px;color:#24a8ce;}p{margin:0;padding:0;}.stepsTxt{font-family:Georgia,"Times New Roman",Times,serif;font-size:14px;color:#8e8e8e;}

    .form{ color :Navy; font-size :12px; font-family :Times New Roman; background-color :#f8f8ff; text-align :center; table-layout :auto;
            width: 96px;
            height: 352px;
            margin-left: 5px;
            margin-right: 203px;
        }

        .style2
        {
            width: 113px;
        }

        .style3
        {
            width: 259px;
            height: 39px;
        }

        .style4
        {
            width: 208px;
            height: 39px;
        }

        .innerdiv
        {
            height: 260px;
            width: 209px;
        }

        .style5
        {
            width: 600px;
            height: 39px;
        }

        .style8
        {
            width: 140px;
        }

        .style9
        {
            width: 271px;
            height: 39px;
        }

        .style10
        {
            height: 38px;
            width: 287px;
        }
