/* common.css, polarrose.com, johanb@polarrose.com */

/* header_message */

#header_message {
    background: #ffffcc none repeat scroll 0%;
    border-bottom: 3px double #cccc99;
    color: #666633;
    font-style: italic;
    line-height: 1.6em;
    text-align: center;
    padding: 7px;
}

#header_message strong {
    font-style: italic;
}

#header_message a {
    color: #666633;
    font-weight: bold;
    text-decoration: underline;
}

#header_message a:hover {
    text-decoration: none;
}

/* header */

#header {
    background: #e9e7d4;
    padding: 8px;
    border-bottom: 3px double #c4c4bb;
    min-width: 980px;
}

.site_stats a {
    color: #333333;
}

/*user data*/

.user-data {
    display: block;
    margin-top: 5px;
}

.user-data a {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: underline;
}

.user-data a.active_user {
    font-weight: bold;
    color: #2c6075;
}

.user-data a.signout {
    font-weight: bold;
}

.user-data a:hover {
    text-decoration: none;
}

/* header info*/

#header_info {
    float: left;
}

#header_info a {
    color: #333333;
}

#header_info strong a {
    color: #333333;
}

#header_info a.polar_green {
    color: #2C6075;
}

/* header buttons */

#header_buttons {
    float: right;
    width: 300px;
}

div#header .button {
    margin-left: 8px;
}

/* sky */

#sky {
    background: #bce1f4;
    padding: 20px 30px 20px 30px;
    min-width: 940px;
}

#search_form {
	width: 341px;
    margin: 20px auto 0 auto;
    padding: 0;
    float:right;
}

#search_form input {
	width: 260px;
    font-style: italic;
    color: #999999;
}

#search_form .input.active, #formcontainer .input.active, #formcontainer textarea.active {
    color: #333333;
    font-style: normal;
    background: #ffffcc;
    border: 1px solid #666633;
    
    border-radius: 0;
    
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -o-border-radius: 0;
    -icab-border-radius: 0;
    -webkit-border-radius: 0;
}


#search_submit {
    margin: 0px;
}

/* top level navigation */

#top_level_navigation {
    display: block;
    background: #d0eaf7;
    height: 50px;
    line-height: 4.1em;
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 960px;
}

#top_level_navigation a {
    margin: 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #2c6075;
    text-decoration:underline;
    background:none;
}

#top_level_navigation a:hover {
	text-decoration:none;
}

#top_level_navigation a.active {
    background: url("/images/general/top.gif") no-repeat 50% bottom transparent;
    padding-bottom: 20px;
    text-decoration: none;
    cursor: text;
}

#top_level_navigation a.user_home {
    background: url("/images/general/top-yellow.gif") no-repeat 50% bottom transparent;
}

#top_level_navigation sup {
    text-decoration: none;
    font-weight: bold;
}

/* snow */

#snow {
    height: 350px;
    width:auto;
    overflow:hidden;
}

/*footer*/

#footer {
    background-color: #fafafa;
    border-top:3px double #e3e3e3;
    min-width: 940px;
    height: 34px;
    padding: 10px 10px 0px 10px;
    font-size: 12px;
    margin-top: 4px;
    position: relative;
}

#footer .button.right{
	float:none;
	position:absolute;
	right:10px;
	top:10px;
}
#footer .button.left{
	float:none;
	position:absolute;
	left:10px;
	top:10px;
}
#footer ul, #footer p {
    display: block;
    margin-top: 5px;
    text-align: center;
}

#footer ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#footer li {
    display: inline;

}

#footer li a,#footer p a {
    color: #333333;
    text-decoration: none;
    padding:0 4px;
    line-height:1em;
    background:none;
 
}
#footer li.last a{
	border-right:none;
}

#footer li a:hover,#footer p a:hover {
    text-decoration: underline;
}


#bottom {
    background: #e3e3e3;
    clear: both;
    height: 20px;
    line-height: 1.6em;
    padding: 0 5px;
    font-size: 11px;
    line-height: 1.8em;
}

/* buttons */

.button {
    background: #71aa30 url("/images/buttons/sprites.gif") 0px 0px repeat-x;
    margin: 0px;
    padding: 3px 7px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 12px;
    text-align: center;

    border-radius: 6px;
    
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -o-border-radius: 6px;
    -icab-border-radius: 6px;
    -webkit-border-radius: 6px; 
}

.button.large {
    margin-top: 20px;
    padding: 5px 9px;
    font-size: 14px;
    
    border-radius: 7px;
    
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -o-border-radius: 7px;
    -icab-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.button.small {
    padding: 2px 4px;
    font-size: 11px;
    
    border-radius: 4px;
    
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.button.button:hover {
    background: #71aa30;
    text-decoration:none;
}

.button.brown {
    background: url("/images/buttons/sprites.gif") 0 400px #978f7d;
}

.button.brown:hover {
    background: #978f7d;
}

.button.teal {
    background: url("/images/buttons/sprites.gif") 0 300px #316478;
}

.button.teal:hover {
    background: #316478;
}

.button.orange {
    background: url("/images/buttons/sprites.gif") 0 200px #f0710a;
}

.button.orange:hover {
    background: #f0710a;
}

.button.blue {
    background: url("/images/buttons/sprites.gif") 0 500px #76aecb;
}

.button.blue:hover {
    background: #76aecb;
}

.button.red {
    background: url("/images/buttons/sprites.gif") 0 100px #bf0000;
}

.button.red:hover {
    background: #bf0000;
}

.button.inactive {
    opacity:0.4;
    background-image: none;
    cursor: text;
}

/* general form styles */
textarea,input{
    font-family: Arial;
    background: #ffffff;
	border: 1px solid #999999;
	padding: 2px 3px;
	width:100%;
	
	border-radius: 5px;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-sizing: border-box;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

input {
	
	font-size: 18px;
	height: 30px;
	line-height:0;

}
textarea {
	font-size: 12px;
	margin-bottom: 5px;
	overflow-y: scroll;
	padding-right: 0;
	
	border-radius: 5px;
	
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-icab-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	
}

#search_form .input.active,#search_form textarea.active {
    color: #333333;
    font-style: normal;
    background: #ffffcc;
    border: 1px solid #666633;
    
    border-radius: 0;
    
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -o-border-radius: 0;
    -icab-border-radius: 0;
    -webkit-border-radius: 0;
}



legend {
    display:none;
}

label {
	display: block;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}

/* box gray - like in forms*/

#snow form, .formbox, .gray_box, .shield{
	background: #f0f0f0;
	padding: 20px;
	border: 2px solid #dadada;
	text-align: left;
	
	border-radius: 10px;
	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
.settings.gray_box{
    width: 418px;
    margin: 30px auto 0 auto;
}

.gray_box p{
	font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
.gray_box p.message{
    clear: both;
    background: #ffffcc;
    margin: 20px -42px 0 -42px;
    padding: 10px 20px;
    text-align: center;
    font-style: italic;
    color: #666633;
    border-right: 2px solid #dadaae;
    border-left: 2px solid #dadaae;

}
.gray_box .link {
    font-size: 14px;
    text-decoration: underline;
    margin-top: 27px;
}

.gray_box .link.cancel {
    margin-right: 10px;    
}

.gray_box .link.error {
    font-weight: bold;
    color: #bf0000;
}

/* tabs */

.tabs {
    display: block;
    background: #d0eaf7;
    height: 40px;
    margin: 0;
    padding: 0 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    min-width: 940px;
}

.tabs li {
    display: inline;
    float: left;
    height: 40px;
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 12px;
    line-height: 3.3em;
    color: #2c6075;
}

.tabs li.playground-app-link {
    display: none;
    margin-right: 15px;
    padding: 0 15px;
}

.tabs li.first {
    
}

.tabs li.active {
    background: #ffffff;
    color: #333333;
    padding: 0 15px;
    margin-right: 15px;
    
    border-radius-topleft: 7px;
    
	-moz-border-radius-topleft: 7px;
    -khtml-border-radius-topleft: 7px;
    -o-border-radius-topleft: 7px;
    -icab-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    
    border-radius-topright: 7px;
    
	-moz-border-radius-topright: 7px;
    -khtml-border-radius-topright: 7px;
    -o-border-radius-topright: 7px;
    -icab-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
}

.tabs li.active a {
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.tabs li.alert {
    background: #ffffcc;
    color: #666633;
}

.tabs li a {
    font-size: 12px;
    font-weight: bold;
    color: #2c6075;
    text-decoration:underline;
}

.tabs li a:hover {
    text-decoration: none;
}

#collection_tabs li {
	font-weight: bold;
}

/* divider_dotted */

.dotted {
    height: 1px;
    background: transparent repeat-x url('/images/general/horizontal_dots.gif') 0px 0px;
    margin: 20px 0px;
    clear: both;
    
}

.dotted hr {
    display: none;
}

/*ajaxresults*/
#ajax_results{
	display:none;
}
/* end */