/*
 * Style sheet for ALeNet Web Page
 */

/* Paragraphs */
 
p {
    color:			#333333;
    margin-left:	6px;
    margin-right:	6px;
    margin-top:		6px;
    margin-bottom:	6px;
    font-size:		13px;
    text-align:		left;
    font-family: 	Georgia, "Times New Roman", Times, serif;
}

p.pagetitle {
    color:			#180073;
    font-size:		24px;
    font-weight:	bold;
}

p.title {
    color:			#180073;
    font-size:		16px;
    font-weight:	bold;
}

p.subtitle {
    color:			#180073;
    font-size:		15px;
    font-weight:	bold;
}

p.list {
    text-align:		left;
    font-size:		12px;
    margin-left:	2px;
    margin-right:	2px;
    margin-top:		2px;
    margin-bottom:	2px;
    line-height:	16px;
}

p.alert {
    color:			#D73A3C;
    font-size:		9px;
}

p.caption {
    color:			#180073;
    font-size:		9px;
    text-align:		center;
    font-weight:	bold;
}

p.footers {	
	color:			#180073;
    font-size:		9px;
    font-weight:	bold;
    text-align:		center;
    font-family: 	Georgia, "Times New Roman", Times, serif;
	background-color: 	#739CD6;
}

td.menuitem {
	font-size:		12px;
    text-align:		left;
	background-color: 	#FFFFFF;
	font-family: 	Georgia, "Times New Roman", Times, serif;
}


td.roll {
	font-size:		12px;
    text-align:		left;
	background-color: 	#739CD6;
	font-family: 	Georgia, "Times New Roman", Times, serif;
}
	
td.searchbox {
	line-height:120%
}

/* Tab Bar */

a.menu {
	color:			#180073;
    font-size:		16px;
    font-family: 	Georgia, "Times New Roman", Times, serif;
    text-decoration:	none;
}

a.languages{
	color:			#180073;
    font-size:		10px;
    text-decoration:	none;
}

a:hover{
	color:			#739DD1;
}

/* Forms */

input {
    color:			#180073;
    font-size:		12px;
    text-align:		left;
    font-family: 	Georgia, "Times New Roman", Times, serif;
}

input.search {
    color:			#180073;
    font-size:		12px;
    text-align:		left;
    font-family: 	Georgia, "Times New Roman", Times, serif;
}

select {
    color:			#180073;
    margin-left:	2px;
    margin-right:	2px;
    margin-top:		2px;
    margin-bottom:	2px;
    font-size:		12px;
    text-align:		left;
    font-family: 	Georgia, "Times New Roman", Times, serif;
}

textarea {
    color:			#180073;
    margin-left:	0px;
    margin-right:	0px;
    font-size:		12px;
    text-align:		left;
    font-family: 	Georgia, "Times New Roman", Times, serif;
}

/* Lists */

ul {
    color:			#180073;
    font-size:		12px;
    text-align:		left;
    font-family: 	Georgia, "Times New Roman", Times, serif;
}

ul.contents {
    color:			#180073;
    font-size:		12px;
    text-align:		left;
    font-family: 	Georgia, "Times New Roman", Times, serif;
    list-style-image: url(../images/menu/bullet.gif);
}

li {
    color:			#180073;
    font-size:		12px;
    text-align:		left;
    font-family: 	Georgia, "Times New Roman", Times, serif;
}

.popupMenu {
	position:			absolute;
	visibility:			hidden;
	background-color:	transparent;
	text-align:			center;
	width:				120px;
	height:				240px;
	line-height:        20%
}

#button1 {position:absolute;}
#button2 {position:absolute;}
#button3 {position:absolute;}
#button4 {position:absolute;}
#button5 {position:absolute;}
#button6 {position:absolute;}
#button7 {position:absolute;}
#button8 {position:absolute;}
#button9 {position:absolute;}
#button10 {position:absolute;}
#button11 {position:absolute;}
#button12 {position:absolute;}

/*Drop down menu */
ul.topnav {  
    list-style: none;  
    padding: 0 20px;  
    margin: 0;  
    float: left;  
    width: 860px;  
    background: #222;  
    font-size: 1.2em;  
    background: url(../images/menubar/backbluelight.gif) repeat-x; 
  
}  
ul.topnav li {  
    float: left;  
    margin: 0;  
    padding: 0 15px 0 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
    padding: 10px 5px;  
    color: #180073;  
    display: block;  
    text-decoration: none;  
    float: left;  
}  
ul.topnav li:hover{  
    background: url(../images/menubar/backbluedark.gif) no-repeat center top;   
    color: White; 

}
ul.topnav li a:hover{
  	color: White;
}

ul.topnav li ul.subnav {  
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 35px;  
    background: 739DD1; 

    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 170px;  
   /* border: 1px solid #111;  */
}  
ul.topnav li ul.subnav li{  
    margin: 0; padding: 0;  
   /* border-top: 1px solid #252525; --Create bevel effect--
    border-bottom: 1px solid #444; --Create bevel effect--  */
    clear: both;  
    width: 170px;  
}  
html ul.topnav li ul.subnav li a {  
    float: left;  
    width: 145px;  
    background: #739DD1 center; 
    padding-left: 20px;  
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    background: #180376 center;  
    color:  White;

}  
/* Drop down menu end*/



