/* ======================== */
/* Page Background category */
/* ======================== */

body {
	/* Page Background Color: */

	/* Background Image: */
	background-image: url(http://www.alfredstatebookstore.com/SiteImages/14-SchoolImages/14-mainBG.jpg);
	/* Repeat: */
background-repeat: repeat; 
        margin: 0px;
	/* Attachment: */
	background-attachment: scroll;
        background-position: center top;

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}


/* =================== */
/* Hyperlinks category */
/* =================== */

/* Hyperlink – Default */
A:link {
	/* Font: */
	font-family: Arial, Helvetica, sans-serif;
	/* Size: */
	/*font-size: 18px;*/
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #020167;
}

/* Hyperlink – Visited */
A:visited {
	/* Font: */
	font-family: Arial, Helvetica, sans-serif;
	/* Size: */
	/*font-size: 18px;*/
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #020167;
}

/* Hyperlink – Hover */
A:hover {
	/* Font: */
	font-family: Arial, Helvetica, sans-serif;
	/* Size: */
	/*font-size: 18px;*/
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #C0CAE3;
}

/* Hyperlink – Active */
A:active {
	/* Font: */
	font-family: Arial, Helvetica, sans-serif;
	/* Size: */
	/*font-size: 18px;*/
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #020167;
}


/* ============================ */
/* Headers and Footers category */
/* ============================ */

.LocationBar {
	/* Title Bar Background Color: */
	background-color: #CCCCCC;
	/* Title Bar Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Title Bar Font Size: */
	font-size: 12px;
	/* Title Bar Style: */
	font-style: normal;
	/* Title Bar Weight: */
	font-weight: bold;
	/* Title Bar Font Color: */
	color: #000000;
}

.ButtonsBG {
	/* Table Footer Background Color: */
	background-color: #EEEEEE;

	vertical-align: middle;
	text-align: right;
}


/* ========================= */
/* Adoption Headers category */
/* ========================= */

.AdoptTitleBG {
	/* Adoption Title Font Color: */
	color: #000000;
	/* Adoption Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Adoption Title Font Size: */
	font-size: 12px;
	/* Adoption Title Font Style: */
	font-style: normal;
	/* Adoption Title Background Color: */
	background-color: #CCCCCC;
	/* Adoption Title Font Weight: */
	font-weight: bold;

	padding-left: 8px;
}


/* ========================== */
/* Menu – Horizontal category */
/* ========================== */

.horizontal_menu ul.AspNet-Menu li a,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 10px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around horizontal */
	/* menu items below.                           */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.horizontal_menu ul.AspNet-Menu li a:link,
.horizontal_menu ul.AspNet-Menu li a:visited,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.horizontal_menu ul.AspNet-Menu li a:hover,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.horizontal_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.horizontal_menu ul.AspNet-Menu li {
	/* Set the width of each top-level */
	/* horizontal menu option.         */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li li {
	/* Set the width of your submenu items. If you */
	/* adjust this, also change the LEFT value for */ 
	/* .horizontal_menu ul.AspNet-Menu li ul li ul */
	/* to be the same value.                       */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li ul li ul {
	/* The LEFT value must match the WIDTH value of */
	/* the submenu items to prevent an overlap.     */
	position: absolute;
	top: 0em;
	left: 16em;
}

.horizontal_menu ul.AspNet-Menu ul {
	/* Adjust the TOP value to prevent submenu items */
	/* from overlapping their top-level options.     */
	position: absolute;
	top: 2.2em;
	left: 0em;
}

/* Other horizontal menu elements */

.horizontal_menu ul.AspNet-Menu li a:active,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.horizontal_menu .AspNet-Menu-Horizontal {
}

.horizontal_menu ul {
}

.horizontal_menu ul.AspNet-Menu {
	width: 100%;
	z-index: 400;
}

.horizontal_menu ul.AspNet-Menu li span {
	border-bottom-width: 1px;
}

.horizontal_menu ul.AspNet-Menu li a img {
}

.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.horizontal_menu ul.AspNet-Menu ul ul {
	position:absolute;
}


/* ======================== */
/* Menu – Vertical category */
/* ======================== */

.vertical_menu ul.AspNet-Menu li a,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {

	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 10px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around vertical */
	/* menu items below.                         */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.vertical_menu ul.AspNet-Menu li a:link,
.vertical_menu ul.AspNet-Menu li a:visited,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.vertical_menu ul.AspNet-Menu li a:hover,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.vertical_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.vertical_menu ul {
	/* Set the width of each top-level */
	/* vertical menu option.           */
	width: 16em;
}

.vertical_menu ul.AspNet-Menu ul {
	/* Set the width of your submenu items.   */
	/* You’ll also need to adjust two values, */
	/* LEFT and RIGHT, in style rules below.  */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)  */
	/* to prevent overlap.                    */
	position: absolute;
	z-index: 400;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)   */
	/* to prevent overlap.                     */
	position: absolute;
	top: 0em;
	right: 16em;
}

.vertical_menu ul.AspNet-Menu ul ul {
	/* Set the width of your sub-submenu items. */
	/* You’ll also need to adjust two values,   */
	/* LEFT and RIGHT, in style rules below.    */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul       */
	/* (submenu options) to prevent overlap.  */
	position: absolute;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul        */
	/* (submenu options) to prevent overlap.   */
	position: absolute;
	top: 0em;
	right: 16em;
}

/* Other vertical menu elements */

.vertical_menu .AspNet-Menu-Vertical {
	position: relative;
	z-index: 300;
	top: 0em;
	left: 0em;
}

.vertical_menu ul.AspNet-Menu li a:active,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.vertical_menu ul.AspNet-Menu li {
}

.vertical_menu ul.AspNet-Menu li span {
}

.vertical_menu ul.AspNet-Menu li a img {
}

.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.div_left_sec .vertical_menu ul.AspNet-Menu {
}

.div_right_sec .vertical_menu ul.AspNet-Menu {
}


/* ========================== */
/* Mini Cart & Search Modules */
/* ========================== */

/* Mini Cart Module */

#dvCart {
	/* You may wish to adjust the settings below */
	/* to match the values in the vertical menu. */
	background-color: #7795BD;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	padding-left: 4px;
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;
        display: none;

	vertical-align: middle;
	text-decoration: none;

	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	
	/* In order for the Mini Cart to line up   */
	/* properly with the vertical menu, the    */
	/* cart width value must be slightly less. */
	width: 15.4em;
}

.img_cart {
	/* Remove comment if you wish to not show  */
	/* the shopping cart icon image. You can   */
	/* then use a different image by setting   */
	/* the BACKGROUND-IMAGE property for       */
	/* #dvCart above.                          */
	/* display: none; */

	border: none;
}

/* Vertical Search Module */

.search_v {
	background-color: #7795BD;
	width: 16em;
	padding-left: 4px;
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;
	
	vertical-align: middle;
	text-decoration: none;
        display: none;
}

.search_v label, .search_v td {
	/* Controls the search module text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

/* Horizontal Search Module */

.search_h {
        background: #FFCC00;
	background: -moz-linear-gradient(top, #ffcc00, #ffcc00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc00), to(#ffcc00));
	color: #000000;
	font-size: 10px;
	font-style: normal;
	vertical-align: middle;
	text-decoration: none;
	width: 645px;
        height: 24px;
	padding-left: 0px;
	border-bottom: 1px solid #777777;
        position: absolute;
        top: 0px;
        right: 0px;
}


/* ======================================= */
/* Setting the page width & page centering */
/* ======================================= */

/* .dv_Logo: a DIV that contains the logo image */
/* #pagewrapper: a DIV that contains the rest   */
/* of the page content                          */ 

.dv_Logo, #pagewrapper {
	/* Remove comment characters to center page. */
	 /*margin-left: auto; */
	/* margin-right: auto; */

	/* Remove comment characters to set width. */
	/*width: 922px; */

	/* Remove comment characters to make the content */
	/* area have a different background color.       */
	/* background-color: #FFFFFF; */
}

.div_top_sec {
	width: 100%;
        background-image: url(/SiteImages/14-SchoolImages/14-Banners/14-top-bg-new.jpg);
         background-repeat: repeat-x;
}

.tblTop {
	width: 100%;
}

.tbl_left_cont_right {
	width: 100%;
}

/* Left Section */

.div_left_sec, #div_left_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	/* width: 16em; */
}

/* Right Section */

.div_right_sec, #div_right_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	/* width: 16em; */
}

div.div_content_sec {
	width: 938px;
        margin-left: auto;
        margin-right: auto;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.main_content {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
        float: left;
}

.div_bottom_sec {
        color: #ffffff;

}

.tblBottom {
	width: 100%;
        border-collapse: collapse;  
}

.div_footer_sec {
	text-align: center;
	width: 100%;
}

.div_privacy {
	text-align: center;
	width: 100%;
}


/* =============== */
/* Common Elements */
/* =============== */

ul {
}

li {
}

li a {
}

li a:link {
}

li a:visited {
}

li a:hover {
}

li a:active {
}


/* ========================================= */
/* Insert your custom classes & styles below */
/* ========================================= */

#topbanner {
position: relative;
width: 938px;
margin: 0 auto;
}

#lbtnPrivacy {
        color: #0000FF;
}

#menu {
	list-style:none;
	width:266px;
	margin:auto;
	height:24px;
	padding:0px 0px 0px 0px;

	/* Rounded Corners */

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	/* Background color and gradients */

	background: #ffcc00;
	background: -moz-linear-gradient(top, #ffcc00, #ffcc00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc00), to(#ffcc00));

	/* Borders */

	/*border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;*/
	/*border-top: 1px solid #777777;*/
	border-bottom: 1px solid #777777;

}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 0px ;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
        -moz-box-shadow:    inset 0 0 15px #f8e7a3, 0 1px 2px #888 inset;
        -webkit-box-shadow: inset 0 0 15px #f8e7a3, 0 1px 2px #888 inset;
        box-shadow:         inset 0 0 15px #f8e7a3, 0 1px 2px #888 inset;
}

#menu li:hover {
	padding: 0px;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;

	/* Background color and gradients */

	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

	/* Rounded corners */

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}



/* <<<<<<<<< MENU 2 >>>>>>>>> */

#menu2 img {
  position: absolute;
}

#menu2 {
	list-style:none;
	width:935px;
	margin:auto;
	height:35px;
	padding:0px 0px 0px 0px;

	/* Rounded Corners */

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	/* Background color and gradients */

	background: transparent;
	background: -moz-linear-gradient(top, #ffcc00, #ffcc00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc00), to(#ffcc00));

	/* Borders */

	/*border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;*/
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;

}

#menu2 li {

	float:left;
	display:block;
	height:27px;
	text-align:center;
        color: #000000;
	position:relative;
        width: 171px;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid #000000;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
        -moz-box-shadow:    inset 0 0 15px #f8e7a3, 0 2px 2px #8E7100 inset;
        -webkit-box-shadow: inset 0 0 15px #f8e7a3, 0 2px 2px #8E7100 inset;
        box-shadow:         inset 0 0 15px #f8e7a3, 0 2px 2px #8E7100 inset;
        z-index: 200;
}




#menu2 li:hover {
	height:27px;
        font-size:18px;  
        font-color: #666666;
	border-top: 1px solid #000000;
        z-index: 200;


	/* Background color and gradients */

	background: transparent;
	background: -moz-linear-gradient(top, #ffcc00, #ffcc00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc00), to(#ffcc00));

	/* Rounded corners */

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
        -moz-box-shadow:    inset 0 0 15px #f8e7a3, 0 2px 2px #8E7100 inset;
        -webkit-box-shadow: inset 0 0 15px #f8e7a3, 0 2px 2px #8E7100 inset;
        box-shadow:         inset 0 0 15px #f8e7a3, 0 2px 2px #8E7100 inset;

}

#menu2 li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
        color: #000000;
        font-weight:bold;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 0px 0px 0px #000;
        z-index: 200;
}





#menu2 li:hover a {
	color:#000000;
	text-shadow: 1px 1px 1px #FFFFFF;
        z-index: 200;
}
#menu2 li .drop {
	padding-right:21px;
	background:url("/SiteImages/14-SchoolImages/14-tempsite/14-drop.png") no-repeat right 8px;
        z-index: 200;
}
#menu2 li:hover .drop {
	background:url("/SiteImages/14-SchoolImages/14-tempsite/14-drop.png") no-repeat right 7px;
        z-index: 200;
}

/* Drop Down */  
  
.dropdown_1column,  
.dropdown_2columns,  
.dropdown_3columns,  
.dropdown_4columns,  
.dropdown_5columns {  
   /* margin:4px auto;*/
    float:left;  
    position:absolute;  
    left:-999em; /* Hides the drop down */  
    text-align:left;  
    /*padding:10px 5px 10px 5px;*/  
    border:1px solid #777777;  
    border-top:none;  
  
    /* Gradient background */  
	background: #ffcc00;
	background: -moz-linear-gradient(top, #ffcc00, #ffcc00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc00), to(#ffcc00)); 
  
    /* Rounded Corners */  
    -moz-border-radius: 0px 5px 5px 5px;  
    -webkit-border-radius: 0px 5px 5px 5px;  
    border-radius: 0px 5px 5px 5px;  
}

/* Columns */  
  
.col_1,  
.col_2,  
.col_3,  
.col_4,  
.col_5 {  
    display:inline;  
    float: left;  
    position: relative;  
    margin-left: 0px;  
    margin-right: 0px;  
}  
.col_1 {width:182px;}  
.col_2 {width:270px;}  
.col_3 {width:410px;}  
.col_4 {width:550px;}  
.col_5 {width:690px;}  
  
/* Right alignment */  
  
#menu2 .menu_right {  
    float:rightright;  
    margin-right:100px;  
}  
#menu2 li .align_right {  
    /* Rounded Corners */  
   -moz-border-radius: 0px;  
    -webkit-border-radius: 0px;  
    border-radius: 0px;  
}
#menu2 li:hover .align_right {  
    left:0px;  
    right:auto;  
    top:35px;  
}  
  
/* Drop Down Content Stylings */  
  
#menu2 p, #menu h2, #menu h3, #menu ul li {  
    font-family:Arial, Helvetica, sans-serif;  
    line-height:21px;  
    font-size:12px;  
    text-align:left;  
    text-shadow: 1px 1px 1px #FFFFFF;  
}  
#menu2 h2 {  
    font-size:21px;  
    font-weight:400;  
    letter-spacing:-1px;  
    /*margin:7px 0 14px 0; */ 
    padding-bottom:14px;  
    border-bottom:1px solid #666666;  
}  
#menu2 h3 {  
    font-size:14px;  
/*    margin:7px 0 14px 0;  */
    padding-bottom:7px;  
    border-bottom:1px solid #888888;  
}  
#menu2 p {  
    line-height:18px;  
    margin:0 0 0px 0;  
}  
  
#menu2 li:hover div a {  
    font-size:15px;  
    color:#010066;  
}  
#menu2 li:hover div a:hover {  
    color:#666666;  
}  
.strong {  
    font-weight:bold;  
}  
.italic {  
    font-style:italic;  
}  
.imgshadow {  
    background:#FFFFFF;  
    padding:4px;  
    border:1px solid #777777;  
    margin-top:5px;  
    -moz-box-shadow:0px 0px 5px #666666;  
    -webkit-box-shadow:0px 0px 5px #666666;  
    box-shadow:0px 0px 5px #666666;  
}  
.img_left { /* Image sticks to the left */  
    width:auto;  
    float:left;  
 /*   margin:5px 15px 5px 5px; */ 
}  
#menu2 li .black_box {  
    background-color:#333333;  
    color: #eeeeee;  
    text-shadow: 1px 1px 1px #000;  
    padding:4px 6px 4px 6px;  
  
    /* Rounded Corners */  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
  
    /* Shadow */  
    -webkit-box-shadow:inset 0 0 3px #000000;  
    -moz-box-shadow:inset 0 0 3px #000000;  
    box-shadow:inset 0 0 3px #000000;  
}  
#menu2 li ul {  
    list-style:none;  
    padding:0;  
    margin:-3px 0;  
}  
#menu2 li ul li {  
    font-size:12px;  
    line-height:24px;  
    position:relative;  
    text-shadow: 1px 1px 1px #ffffff; 
    padding:0;  
    margin:0;  
    float:none;  
    text-align:center;  
    width:182px;  
}  
#menu2 li ul li:hover {  
    background:none;  
    border:none;  
    padding:0;  
    margin:0;  
}

/* <<<<<<<<< Footer 1 >>>>>>> */


#firstfooter {
	height:20px;
        width: 100%;
        font-size:13px;  
        color: #ffffff;
	/*border-left: 1px solid #edbf02;
	border-right: 1px solid #edbf02;*/

	/* Background color and gradients */

	background-color: #000000;
	/* background: -moz-linear-gradient(top, #ffcc00, #ffcc00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcc00), to(#ffcc00)); */
}
#secondfooter {
	height:36px;
        width: 100%;
        font-size:13px;  
        color: #ffffff;
        
	/*border-left: 1px solid #edbf02;*/
	/*border-right: 1px solid #edbf02;*/

	/* Background color and gradients */

	background-color: #ffcc00;
}

.linkcolors a:link {
color: #ffffff;
}
.linkcolors a:hover {
color: #ffffff;
}
.linkcolors a:active {
color: #ffffff;
}
.linkcolors a:visited {
color: #ffffff;
}

.div_left_sec, #div_left_sec {
    /* display: none; */
}

#right-search {
right: 0px;
top: 0px;
position: absolute;
color: #000000;
}
iframe {
padding: 7px;
}

.selectCol1 {
vertical-align: top;
padding: 0;
}
.searchBox {
height: auto;
padding-top: 16px;
text-align: center;
}
.divSelectDept {
height: auto;
margin-top: 0;
overflow: auto;
text-align:center;
padding-top: 10px;
}
.courseSelect {
padding-top: 7px;
}
.addCourse {
text-align: center;
height: auto;
margin: 15px auto;
}
.tblCourseSelect {
margin: 5px;
width: 100%;
}
#btnDefaultCss, #lbtnCss, #btnimgCss, #btnBuildCss {
    display: none;
}

.LinkNormal {
z-index: 9999;
position: absolute;
}
.div_content_sec table {border-collapse: collapse;}
.div_content_sec td    {padding: 0px;}