@charset "UTF-8";
*{
  font-family: trade ;  
  font-size:99%;  
  color: #696969 ;
  list-style-position:inside;
}

iframe {
  width: 518px;
  height: 639px;
  overflow: scroll;
  border: 2px solid #858585;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.content .info table {
  border: 0px solid #3B60AF;
  width: 95% !important;
  max-width: 500px !important;
  /*min-width: 500px !important;*/
  color: #3B60AF !important;
}

ul {
  padding: 2px;
}

body{
  
  margin: 0 auto;
}


/***********************
						Scrollbar
								***********************/
/* Let's get this party started */
::-webkit-scrollbar {
    width: 15px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F5F5F5; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #858585; 
    -webkit-box-shadow: inset 0 0 6px #CCC; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #666; 
}

/***********************
						Scrollbar
								***********************/

#bigwrapper{
  border: 0px solid #666666;
  box-shadow: 0px 0px 10px #666666;
  -moz-box-shadow: 0px 0px 10px #666666;
  -webkit-box-shadow: 0px 0px 10px #666666;
  width: 1024px;
  margin: 20px auto 0px auto;  
}
    
img, h2, h3, h6  {
  border: 0;  
  margin: 0;
}
    
/********************** START Header Content ***************/
/**********************    #########   ********************/
.header {
  width: 1024px;
}

.header .top{
  background: url(../images/header_bg_black.png);
  background-repeat: repeat-x;
  width: 1024px;
  height: 145px;
  position: relative;
  margin: -21px auto 0px auto;
}

.header .top a#logo{
  float: left;
  margin: 0px;
}

.header .top .login {
  float: right;
  width: 60px;
  border-right-style:solid;
  border-left-style:solid;
  border-color: white;
    border-width: 2px;
  line-height: 15px;
  margin: 6px auto;
}

.header .top .login .moduletable ul.menu{
  margin: 0px 6px 0px 0px;
  padding: 0px 20px 0px 0px;
}

.header .top .login a, .top .login li{
  list-style-type: none;
  text-decoration: none;
  color: white;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
}

.header .top .login input {
	background: url(../images/header_bg.png);
	  background-repeat: repeat-x;
	  border: 0;
	  color: white;
	  font-family: arial;
	  font-size: 16px;
	  font-weight: bold;
}

.header .top .language {
  float: right;
  width: 200px;
  margin: 5px auto;
}

.header .top .language a, .top .language li{
  list-style-type: none;
  text-decoration: none;
  color: white;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
}

.header .top .language .mod-languages img{
  width: 30px;
  /*height: 50px;*/
}

.header .top .search {
  float: right;
  width: 175px;
  height: 25px;
  margin: 40px -30px 0px 0px;
}
.maincontent .inner-1 .search input[type="text"] {
  display: none;
}

.header  .top .media {
	position: fixed;
	left: -20px;
	width: 50px;
	top: 130px;
}

.header  .top .media img{
	width: 35px;
	margin: 5px 15px;
	padding: 5px;
}

.header  .mainmenu {
  background-color: #858585;
  width: 1024px;
  height: 35px;
  padding: 1px 0px;
}

.header  .mainmenu .moduletable .menumain, 
.header  .mainmenu .moduletable_menu .menumain{
  margin-top: 3px; 
}

.header  .mainmenu li, .header  .mainmenu a, 
.header .header_content li, .header .header_content a {
  display: inline;
  list-style-type: none;
  text-decoration: none;
  font-family: times new roman;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin: 2px 3px 0;
  padding: 6px 0 9px 3px; 
}

.header  .mainmenu li:hover, .header  .mainmenu li.current, 
.header  .mainmenu li.current >*, .header  .mainmenu a:hover, 
.header .header_content li:hover, .header .header_content a:hover
{
  display: inline;
  list-style-type: none;
  text-decoration: none;
  background-color: #d9d9d9;
  color:  #858585/*#C3D0E5*/;
  text-shadow: 1px 1px #666;
  padding: 6px 0 9px 3px;
}
    
/**********************    #########   **********************/
/********************** END Header Content *****************/
    
    
/********************** START MainContent *****************/
/**********************    #########   ********************/
.maincontent {  
  width: 1024px;  
  background-color: #d9d9d9;
  display: table;
  clear: both;
}
    
.maincontent .left {
  background-color: #d9d9d9;
  position: relative;
  float: left;  
  width: 17%;  
  padding: 1%;
}

.maincontent .left >* {
  border: 2px solid #d9d9d9ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 1px 1px 0px 3px;
}

.maincontent  .left .moduletable  a{
  text-decoration: none;
  color: #858585;
}

.maincontent  .left .moduletable  li {
  list-style-type: circle;
  text-align: left;
  font-weight: bold;
  color: #858585;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 3px;
}

.maincontent  .left .moduletable  li.current >*,
.maincontent  .left .moduletable  li:hover, 
.maincontent  .left .moduletable  li.current, 
.maincontent  .left .moduletable  a:hover {
  color: #A0522D;
}

.maincontent  .left .moduletable h3{
  color: #3B60AF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 1px;
  padding: 2px;
}

.maincontent  .left .moduletable ul.menu ul{
  list-style-position:inside;
  padding: 1px;
}

.maincontent  .left .moduletable ul.menu ul li{
  list-style-type: square;
}
  
.maincontent   .content{
  background: url(../images/watermark.png) no-repeat;
  background-color: #fff;
  background-position:center top;
  border: 3px solid #d9d9d9ccc;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  width: 58%;
  min-height: 660px;
  float: left;  
  margin: 8px 5px 25px 5px;  
  padding: 5px;
}
    
.maincontent   .content h2  {  
  border-style: none none solid none;
  border-color: #858585;
  border-width: 5px;
  width: 540px;
  font-family: arial;  
  font-size: 24px;  
  text-align: center;  
  text-decoration: none;
  color: #858585;  
  display: block;
  margin: 2%;  
  padding: 1%;
}
  
.maincontent   .content .actions li{  
  list-style-type: none;
  display: inline;
  margin: 50px 2px 2px 1px;
  padding: 5px 2px 2px 2px;  
  z-index: 1;
}
    
.maincontent   .content p{  
  margin: 3%;  
  padding: 2%;
}

.maincontent   .content .item-page h1 {
  display: none;
}  

.maincontent .inner-1 {
  background-color: #d9d9d9;
  position: relative;
  float: right;  
  width: 17%;
  padding: 1%;
}

.maincontent .inner-1 >* {
  border: 2px solid #d9d9d9ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px 1px 0px 3px;
}

.maincontent  .inner-1  .moduletable  a{
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  color: #3B60AF;
}

.maincontent  .inner-1  .moduletable  li {
  list-style-type: circle;
  text-align: left;
  color: #858585;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 4px;
}

.maincontent  .inner-1  .moduletable  li.current >*,
.maincontent  .inner-1  .moduletable  li:hover, 
.maincontent  .inner-1  .moduletable  li.current, 
.maincontent  .inner-1  .moduletable  a:hover {
  color: #A0522D;
}

.maincontent  .inner-1  .moduletable h3{
  color: #3B60AF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 1px;
  padding: 2px;
}

.maincontent  .inner-1  .moduletable  .spw_current_temp{
  color: #179FD2;
}

.maincontent  .inner-1  .moduletable  .weather_sp1_cleft{
  width: 35%;
}

.maincontent  .inner-1  .moduletable  .weather_sp1_cright{
  width: 60%;
}



.footer{
  background: url(../images/footer_bg_black.png) repeat-x;
  clear:both;
  width: auto;
  min-width: 1024px;
  height:35px;
}

.copyright{  
  color: #858585;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  padding: 4px;
  position: relative;
}

.copyright a {
  color: #858585;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 4px;
  position: relative;
}

/**********************    #########   **********************/
/********************** END MainContent *******************/



/*####################### CB JOOMLA ######################################*/
.cbUserListPagination a{margin: 0 4px 0 3px;}
.cbUserListResultCount {display:none;}
.cbUserListTitle{display:none;}
/*####################END CB JOOMLA ######################################*/

/********************** abooks *******************/
.pagination li{
      float: left;
    list-style-type: none;
    margin: 0 5px 0;
}
/*.abook_search_params p {
  float: left;
  margin-right: 10px;
}*/
/********************** end abooks *******************/
#menu1{display: none;}


/********************** START News Navigation *****************/
/**********************    #########   ********************/
.items-more h3 {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: blue;
}

.items-more li, .items-more a {
  font-family: arial;
  font-size: 14px;
  text-align: left;
  color: sienna;
}

.items-more li:hover, .items-more a:hover{
  color: blue;
}

.cat-children h3{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: blue;
}

.cat-children li, .cat-children a{
  list-style-type: circle;
  font-family: arial;
  font-size: 14px;
  text-align: left;
  color: sienna;
}

.cat-children li:hover, .cat-children a:hover {
  color: blue;
}

.pagination .counter {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: blue;
}

.pagination li, .pagination a {
  font-family: arial;
  font-size: 14px;
  text-align: center;
  color: sienna;
}

.pagination li:hover, .pagination a:hover {
  color: blue;
}

/********************** END News Navigation *******************/

/*#############################################################################################################*/

/********        START Login Form            ********/

.content .login {
  background: url(../images/watermark_login.png) no-repeat;
  border: 2px solid #858585;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.content .login fieldset {
  border: 0;
}

.login .login-fields label{
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #858585;
  width: 185px;
}

.login .login-fields #password-lbl {
  margin: 15px 0px 0px 0px;
}

.login .login-fields input[type="text"], .login .login-fields input[type="password"]{
  background-color: #d9d9d9;
  font-size: 15px;
  font-weight: bold;
  color: #858585;
}

.login fieldset button[type="submit"] {
  background-color: #858585;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: 5px outset #858585;
  width: 100px;
  height: 30px;
  margin: 25px;
}

.login fieldset button[type="submit"]:hover {
  background-color: #d9d9d9;
  color: #858585;
  border: 5px outset #d9d9d9;
}

/********        END Login Form            ********/

.username{
  float: left;
  margin: 14px 0px 0px 7px;
  color: white;
}

.username >*{ 
  color: #FFF;
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
}



/**************
/**************
    AU Profile -->> University Units
    
                ***************
                ***************/
#organization
{
  position: relative;
  background-image:url("../images/university_units.png");
  background-repeat:no-repeat;
  padding: 0;
  height:393px;
margin:10px;
}
#organization li
{
  display: block;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 120px;
background-image: none;
}
#organization a
{
  display: block;
  outline: none;
}

#first a, #second a, #third a, #fourth a, #fifth a, #sixth a
{
  width: 120px;
  height: 120px;
}

#first
{
  left: 233px;
  top: -5px;
}

#first a:hover
{
  background: url("../images/university_units.png") -5px -388px no-repeat;
}
#second
{
  left:355px;
  top:67px;
}
#second a:hover
{
  background: url("../images/university_units.png") -372px -389px no-repeat;
}
#third
{
  left:355px;
  top:208px;
}
#third a:hover
{
  background: url("../images/university_units.png") -136px -389px no-repeat;
}
#fourth
{
  left:234px;
  top:278px;
}
#fourth a:hover
{
  background: url("../images/university_units.png") -5px -526px no-repeat;
}
#fifth
{
  left:111px;
  top:208px;
}
#fifth a:hover
{
  background: url("../images/university_units.png") -257px -394px no-repeat;
}
#sixth
{
  left:111px;
  top:67px;
}
#sixth a:hover
{
  background: url("../images/university_units.png") -127px -525px no-repeat;
}
#download
{
  left:234px;
  top:135px;
}
#download a
{
  width:120px;
  height:150px;
}

/**************
/**************
    AU Profile -->> University Units
    
                ***************
                ***************/
                                
        
        
                
/**************
/**************
   --->>>   SITE MAP  <<<---
    
                ***************
                ***************/


#xmap h2.menutitle {
  background: url(../images/xmap_li.png) left no-repeat;
  background-color: #858585;
  color: #d9d9d9;
  font: bold 18px Helvetica,Arial,Tahoma,sans-serif;
  border-bottom: none;
  text-align: left;
  padding: 10px 0px 10px 30px;
}
                
                
#xmap ul.level_0 {
  text-align: left;
  padding: 10px 5px;
}                

#xmap ul.level_0 li{
  background: url(../images/li_parent.png) left no-repeat;
  background-color: #d9d9d9;
  list-style-type: none;
  text-align: left;
  margin: 10px 0px;
  padding: 0px 5px 0px 25px;
}

#xmap a {
  font: bold 15px Helvetica,Arial,Tahoma,sans-serif;
  text-decoration: none;
  color:  #858585;

}

#xmap a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: sienna;
}

#xmap ul.level_0 li ul{
  text-align: left;
  padding: 5px 15px;
}

#xmap ul.level_0 li ul li{
  background: url(../images/li_child.png) left no-repeat;
  background-color: #d9d9d9;
  list-style-type: none;
}
              
/**************
/**************
   --->>>   SITE MAP  <<<---
    
                ***************
                ***************/