﻿/*CAL POLY ADVANCED CSS TEMPLATE V 3.1*/
/*EDUCATIONAL WEB SERVICES*/
/*AUXILIARY ORGANIZATIONS ASSOCIATION*/




div.skipcontent
{
    text-align: right;
    font-size: .85em;
    padding-top: 2px;
    clear: right;
}

div.helperlinks
{
    text-align: right;
    color: #ffffff;
    padding-top: 19px;
    clear:right;
}




/*HEADER LINK
---------------------------------------------------------------------------*/
a.headerlink:link { 
    font-weight: normal; 
    text-decoration: underline; 
    color: #ffffff;
}
a.headerlink:visited { 
    font-weight: normal; 
    text-decoration: underline; 
    color: #ffffff;
}
a.headerlink:hover, a:active { 
    text-decoration: none; 
    color: #ffffff;
}





/*LOGIN BOX
---------------------------------------------------------------------------*/
#loginbox
{
	float:right; 
	text-align:left; 
	margin:20px 0px 0px 0px;	
}
#loginbox p 
{
 margin:0px;
 padding:0px;
}
#loginbox input {
	color:#333333; 
	display:block;
	margin: 0px 0px 0px 5px; 
    float:left;
    width:100px;
    height:15px; 
    text-size:.95em;
}
#loginbox input.button {
	width:50px;
	height:22px;
	background:url("../images/green.gif");
	padding:0px 6px;
	border:1px solid #3b6e22;
	line-height:21px;
	color:#484847;
	font-size:1em;
	margin-right:10px;
	display:inline-block;
	text-decoration:none; 	
}
#loginbox input.button:hover {
	width:50px;
	height:22px;
	background:url("../images/green.gif");
	padding:0px 6px;
	border:1px solid #3b6e22;
	line-height:21px;
	color:#484847;
	font-size:1em;
	margin-right:10px;
	display:inline-block;
	text-decoration:none; 
}

#loginbox input.logoutbutton {
	width:100px;
	height:22px;
	background:url("../images/green.gif");
	padding:0px 6px;
	border:1px solid #3b6e22;
	line-height:21px;
	color:#484847;
	font-size:1em;
	margin-right:10px;
	display:inline-block;
	text-decoration:none; 
}
#loginbox input.logoutbutton:hover {
	width:100px;
	height:22px;
	background:url("../images/green.gif");
	padding:0px 6px;
	border:1px solid #3b6e22;
	line-height:21px;
	color:#484847;
	font-size:1em;
	margin-right:10px;
	display:inline-block;
	text-decoration:none; 	
}
