/*
Copyright Openkast Limited 2011

$Id: style.css,v 1.1 2011/10/04 15:23:10 danielle Exp $
*/

.clickable {
	cursor:                 hand;
	cursor:                 pointer;
}


/*page turner*/

a.buttons-turner:link           {color:#666666;text-decoration:none;}
a.buttons-turner:visited     {color:#666666;text-decoration:none;}
a.buttons-turner:active       {color:#666666;text-decoration:none;}
a.buttons-turner:hover         {color:#60913B;;text-decoration:underline;} 

.page-turner {
	width:                  800px;
    
}

.large-button{
    background:             url(../images/large_button.png) no-repeat;
    width:                  46px;
    height:                 23px;
    display:                block;
    text-align:             center;
    float:                  left;

}

.text-position{
    position:               relative;
    top:                    4px;

}

.small-button{
    background:             url(../images/small_button.png) no-repeat;
    width:                  24px;
    height:                 23px;
    display:                block;
    text-align:             center;
    float:                  left;
}

.spacer{
    display:                block;
    background:             url(../images/pix.gif) no-repeat;
    width:                  10px;
    height:                 1px;
    float:                  left;
}

.goto-area{
    display:                block;
    padding-left:           20px;
    float:                  left;
}

input.goto                                   {border:1px solid #999999;}

input.go-button{
    background:             url(../images/go_button.png) no-repeat ;
    color:                  #ffffff;
    font-weight:            bold;
    width:                  26px;
    height:                 23px;
    border:                 none;
    padding:                0;
    margin:                 0px;
}

.prominent-text{			
	color:					#60913B;}

/*highlight class*/

.highlight{					
	background-color:		#C5FF6C;}

.note{
	font-style:				italic;
	color:					#888888;
	font-size:				13px;
	}


/*common button*/
.button{
	clear:					both;
	width:					125px;
	height:					31px;
	border:					1px solid #999999;
	background-color:		#E9E9E9;
	text-align:				center;
	line-height:			31px;
	color:					#444444;
	font-size:				11px;
}

/*pop-layout*/

.pop-content{
	padding-bottom:			30px;
	text-align:				center;
	
}

.pop-body{
    width: 					100%;
    height:					100%;
	margin: 				0;
	padding: 				0;
	font: 					12px Arial, Helvetica, Verdana;
	text-align: 			center;
	color: 					#444444;
    background-color:		#ffffff;
 	}

.pop-copyright{
	text-align:				left;
	color:					#999999;
	padding:				5px;
	}

.OutlookMessageHeader{
	font:					12px Arial, Helvetica, Verdana;
	color:					#777777;
	font-style:				italic;
	}

/*common stuff*/
	
.standout{
	font-size: 18px;
	color:#628200;
	}
	
.small{
	font-size: 11px;
	color:#666666;
}

a.standard:link {color:#5F7D00; xfont-size:11px; text-decoration:none;font-style:italic;}
a.standard:active {color: #5F7D00; xfont-size:12px; text-decoration:none;font-style:italic;}
a.standard:visited {color:#5F7D00; xfont-size:12px; text-decoration:none;font-style:italic;}
a.standard:hover { color:#444444; text-decoration:none; xfont-size:12px;font-style:italic;}	


.energystore{color:#628200}





















