/* */
p {
	margin-top: 2px;
}

a.aw_action, a.aw_action:link, a.aw_action:visited {
    color: #C0C0C0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
	font-family: arial, sans-serif;
}

a.aw_action:hover {
    color: #CCCCCC;
    text-decoration: none;
}
a.aw_action:active {
    color: #FFFFFF;
}

.aw_challenge_name {
	font-size: 10px;
}

.aw_text {
	color: #444444;
}

.aw_form,
.aw_form_inactive {
	border: 1px solid #C0C0C0;
}

.aw_form {
    font-size: 9px;
}

.aw_form_inactive {
    font-size: 9px;
    color: #808080;
}

.aw_label {
    font-size: 10px;
    color: #444444;
}

.aw_score {
	color: #333333;
}

a.ch_action, a.ch_action:link, a.ch_action:visited {
    color: #333333;
    /*cursor: pointer; behövs väl inte om det alltid är en a-tagg? / Magnus*/
    font-weight: bold;
    text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

a.ch_action:hover {
    color: #800000;
}

a.ch_action:active {
    color: #FF0000;
}

a.ch_action_disabled,
a.ch_action_disabled:link,
a.ch_action_disabled:visited,
a.ch_action_disabled:hover,
a.ch_action_disabled:active {
    color: #a0a0a0;
    font-weight: bold;
    text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 14px;
	cursor: default;
}

.ch_answer {
    list-style-type: square;
    margin-bottom: 6px;
}

.ch_answer a, .ch_answer a:link, .ch_answer a:visited
{
    text-decoration: none;
    color: #000000;
}

.ch_answer a:hover
{
    color: #800000;
}

.ch_answer a:active
{
    color: #800000;
}

.ch_code {
    font-family: 'Courier New' , Courier, monospace;
    white-space: pre;
}

.ch_form
{
    border: 1px solid #000000;
    background-color: #FFFFCC;
    font-size: 10px;
}

.ch_header
{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
	margin-bottom: 10px;
}

.ch_info
{
}

.ch_info_title
{
    font-size: 16px;
    font-weight: bold;
	margin-top: 6px;
	margin-bottom: 3px;
}

.ch_small_title
{
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 6px;
}

.ch_text
{
}

ul.ch_text
{
    list-style-type: square;
}

.ch_time
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}

.ch_title
{
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 6px;
}

.aw_throbber {
	background-image: url('/img/ajax-loader.gif');
	width: 32px;
	height: 32px;
}

.aw_short_pg {
	margin-bottom: 12px;
}

/* 
<div class="aw_box_outer" id="aw_challenge_info_box">
	<div class="aw_box_top"></div>
	<div id="aw_challenge_info" class="aw_box aw_label"></div>
	<div class="aw_box_bottom"></div>
</div>
*/

.aw_box {
/*	height: 100%;*/
	padding: 10px;
	border: 2px solid #404040; /*#990000;*/
	background-color: #e0e0e0; /*#FFFFCC;*/
	color: #404040;
	z-index: 10;
}

.aw_box_score {
/*	height: 100%;*/
	padding: 1px;
	border: 2px solid #404040; /*#990000;*/
	background-color: #e0e0e0; /*#FFFFCC;*/
	color: #404040;
}

.aw_box_outer {
	width: 200px;
	position: relative;
}

.aw_box_top {
	background-image: url('/img/rounded top.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
}

.aw_box_round {
/*	height: 100%;*/
	padding-left: 10px;
	padding-right: 10px;
/*	border: 2px solid #404040;*/ /*#990000;*/
	background-color: #e0e0e0; /*#FFFFCC;*/
	color: #404040;
}

.aw_box_bottom {
/*	position: absolute;
	bottom: 0;*/
	background-image: url('/img/rounded bottom.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
}

/*
Attentec-färger (tagna från attentec.se):

Grå text (på vit bakgrund): 808080
Blågrå bakgrund: DDE0E2
Grå text (på blågrå bakgrund): 444444
Attentec-vinrött: 900027
Attentec-grått: 68737A

Andra färger:

Sand: FFFFCC

*/