/**************************************
 * THEME NAME: altsolem
 *
 * Files included in this sheet:
 *
 *   altsolem/gradients.css
 **************************************/

/***** altsolem/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

td.sitetopiccontent {
  border: none;
  border-style: none;
}

body {
background-color:#FFFFFF;
}

/*********************************
********** New stuff *************
**********************************/

.navbar {
    background-color: #AFCBD6;   
    background-position:top;    
    background-repeat:repeat-x;
}

.navbar, .breadcrumb a, a:visited {
color: #00488D;
}

.navbar, .breadcrumb a:hover{
color: #000000;
}

td a, td a:visited {
color: #00488D;
}

a:visited {
color: #0000FF;
}

/*******header*******/
th.header,
td.header,
div.header {     
    background-color: #AFCBD6;     
    background-position:top;    
    background-repeat:repeat-x;     
}

/******light blue side stuff******/

.sitetopiccontent {
		background-color: #FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		border: none; 
}

.content {
	background-color: #FFFFFF;

}

td.spacer {
	background-color: #FFFFFF;
}

.sideblock .content{
background-color: #FFFFFF; /* #E3EEF2; */
}

.section {
		background-color: #FFFFFF;
}

/****** hover states ******/

td a:hover{
	color: #CC0000;
	text-decoration: underline;
}/***** altsolem/gradients.css end *****/

