﻿.Agreement
{
	border:solid 2px #EBEBEB;
    height:200px;
    width:50em; 
    white-space:pre;
	overflow:scroll;
   
}

.AgreementContent
{
	max-width:40em;
	max-height:150px;
	min-height:150px;
}

.AlwaysVisibleLeftPanel
{
	width:250px;
	border:solid 2px #6F91BA;
	padding:3px;
	margin-left:3px;
    font-size:0.8em;
}

.MainPageTitle
{
    Font-Size:1.2em;
    font-weight:bold;
    Color:#4D4D4D;
	padding-top:1px;
}

.SimpleRequiredFieldValidator
{
	vertical-align:middle;
}


.RoundedBox
{
	margin-top: 20px;
}

/* ***** Labels ***** 
 =====================================*/

.HeaderLabel
{
   width:18em;
   font-weight:bold;
}

.ListValueLabel
{
	position:relative;
	margin-left:8em;
	text-align:left;
}

.SectionLabel
{
    color:#2CAFAA;
    font-weight:bold;
    padding-top:5px;
    margin-top:5px;
    padding-left:0px;
    Width:99%;
}

.EnhancedLabel
{
    color:#04578F;
    font-weight:bold;
    font-size:1.1em;
}

.CompanyLabel
{
    font-size:1.1em;
    color:#4D4D4D;
}

.NoWrapLabel
{
     white-space:nowrap;
}

.DateLabel
{
     width:5em;
     display:inline-block;
     text-align:center;
}

.ImportantLabel
{
    color:#C83939;
    font-weight:bold;
}

.BoldedLabel
{
    font-weight:bold;
}

.SmallBoldedLabel
{
    font-weight:bold;
    font-size:0.8em;
}

.ValueLabel
{
    color:#4D4D4D;
    font-weight:bold;
}

.HintLabel
{
    color:#4D4D4D;
    font-size:0.9em;
}

.NoWrapHintLabel
{
    color:#838080;
    font-size:0.9em;
    white-space:nowrap;
}

.SmallHintLabel
{
    color:#838080;
    font-size:0.8em;
    font-family:Verdana, Tahoma, Helvetica, sans-serif;
}

.TitleLabel
{
    color:#4D4D4D;
    font-weight:bold;
}

/* ***** Links ***** 
 =====================================*/

.PrettyLink
{
    background-color:#04578F;
    border:solid 1px #AFABAB;
    text-align:center;
    color:#F9F9F9;
    padding:0 6px 2px 6px; 
    font-weight:bold;
    font-size:0.9em;
    min-width:8em;
}

.PrettyLink:visited
{
    color:#F9F9F9;
}

.PrettyLink:hover
{
    color:White;
    text-decoration:underline;
    border:solid 1px #AFABAB;
}

.Pretty2Link
{
	font-weight:bold;
    text-align:center;
    padding:0 6px 2px 6px; 
}

.Pretty2Link:visited
{
}

.Pretty2Link:hover
{
    text-decoration:underline;
}

.PrettyRedLink
{
    background:url(../images/bg_red.png) repeat-x;
    border:solid 1px #AFABAB;
    text-align:center;
    color:#EBEBEB;
    float:left;
    padding:0 4px 2px 6px; 
}

.PrettyRedLink:visited
{
    color:#EBEBEB;
}

.PrettyRedLink:hover
{
    color:white;
    text-decoration:underline;
}

.PrettyBlueLink
{
    background:url(../images/button_14.png) no-repeat;
    text-align:center;
    color:white;
    float:left;
    padding:1px 4px 2px 2px; 
    width:120px;
    height:22px;
}

.PrettyGreenLink
{
    background:url(../images/button_12.png) no-repeat;
    text-align:center;
    color:white;
    float:left;
    padding:1px 4px 2px 2px; 
    width:120px;
    height:22px;
}

.PrettyBlue2Link
{
    background:url(../images/button_9.png) no-repeat;
    text-align:center;
    color:white;
    float:left;
    padding:1px 4px 2px 2px; 
    width:120px;
    height:22px;
}

.PrettyGrayLink
{
    background:url(../images/button_11.png) no-repeat;
    text-align:center;
    color:white;
    float:left;
    padding:1px 4px 2px 2px; 
    width:120px;
    height:22px;
}

.PrettyBlueLink:visited,
.PrettyGreenLink:visited,
.PrettyBlue2Link:visited,
.PrettyGrayLink:visited
{
    color:white;
}

.PrettyBlueLink:hover,
.PrettyGreenLink:hover,
.PrettyBlue2Link:hover
{
    color:#F9F9F9;
    background:url(../images/button_11.png) no-repeat;
}

.PrettyGrayLink:hover
{
    color:#F9F9F9;
    background:url(../images/button_17.png) no-repeat;
}

.SimpleLink
{
	font-size:0.9em;
}

.SourceLink
{
	font-size:0.9em;
	vertical-align:middle;
	white-space:nowrap;
    background:url(../images/offsitelink.gif) no-repeat;
    background-position:right center;
    padding-right:10px;
}

.EnhancedLink
{
	font-size:1.1em;
	font-weight:bold;
}

.Forum_new_link
{
	width:10em;
    background:url(../images/bg_blue1.png) repeat-x;
    padding:0 4px 2px 6px; 
    border:solid 1px #838080;
    text-align:center;
}


.CaptionBlock
{
	height: 20px;
	width:100%;
    background:url(../images/bg_gray2.png) repeat-x;
    color:White;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}

/* ***** SimpleButton ***** 
 =====================================*/

.simpleButton
{
	background-color:#F9F9F9;
    border:solid 1px #DDDDDD;
    text-align:left;
    font-weight:bold;
    font-size:0.9em;
    color:#6C6969;
}
.simpleButton:hover
{
    color:#284566;
    cursor:pointer;
    text-decoration:underline;
}

/* ***** PrettyButton ***** 
 =====================================*/
.PrettyRedButton
{
    background:url(../images/bg_red.png) repeat-x;
}

.PrettyRedButton:hover
{
    background-color:#4D4D4D;
}

.PrettyGreenButton
{
    background:url(../images/button_12.png) no-repeat;
}

.PrettyGreenButton:hover
{
    background-color:#4D4D4D;
}

.PrettyBlueButton
{
    background:url(../images/bg_blue1.png) repeat-x;
}

.PrettyBlueButton:hover
{
    background-color:#4D4D4D;
}


/* ***** ButtonList ***** 
 =====================================*/

.ButtonList
{
    vertical-align:middle;
    text-align:left;
}

.ButtonList label
{
    white-space:nowrap;
}

.ButtonList_border
{
    vertical-align:middle;
    text-align:left;
    border: solid 1px #AFABAB;
    margin-bottom:5px;
}

/* ***** BulletedList ***** 
 =====================================*/

#WrappableBulletedList
{
    white-space:pre-wrap;
}


/* ***** IMAGES ***** 
 =====================================*/

.Upload_table
{
	 margin-bottom:10px;
	 width:100%;
	 border:none;
}

.Upload_table_header
{
	 height:20px;
	 color:#C83939;
	 background-color:#EEEEEE;
	 border:solid 1px #AFABAB;
}

.Upload_table_file
{
	 height:25px;
}

.Upload_thumbnail_wrapper
{
	 height:100px;
	 width:100px; 
	 margin-left:10px;
	 margin-top:30px;
	 bottom:0px;
	 color:#BA3838;
}

.Upload_thumbnail_image
{
}

.Upload_image_wrapper
{
	 bottom:5px;
}

.Upload_image
{
	text-align:center;
	vertical-align:middle;
}

.Upload_status
{
	 left:5px;
	 color:green;
}

.Thumbnail_wrapper
{
	 height:100px;
	 width:100px; 
	 float:left;
}

.Image_border
{
	 border:solid 1px #838080;
}

.Image_wrapper1
{
	 float:left;
	 padding:10px 2px 4px 4px;
	 margin-right:10px;
}

.Image_wrapper2
{
	 clear:both;
	 padding:10px 10px 4px 0;
}

.Image_content
{
	 border:solid 1px #838080;
}

.Image_description
{
	 font-style:italic;
	 font-size:0.8em;
	 font-weight:bold;
	 color:#4D4D4D;
	 padding:0 4px 2px 2px;
}

.Image_inside
{
	 margin-right:2px;
	 margin:0;
}


/* ***** PleaseWait ***** 
 =====================================*/
.PleaseWait
{
	display:none;
    background:url(../images/loading.gif) 50% 50% no-repeat;
    text-align:right;
}

.PleaseWaitText
{
	 font-size:0.8em;
	 font-weight:bold;
	 color:#D94A4A;
}


.Price_Value
{    
      font-weight:bold;
      font-size:1.2em;
      color:#C83939;
      padding: 5px 1px 0 2px;
      vertical-align:bottom;
}

.Price_Curr
{    
      color:#4D4D4D;
      padding: 2px 3px 2px 2px;
      vertical-align:top;
      font-family:Arial Rounded MT Bold,Gill Sans MT,Arial, Helvetica, sans-serif;
}
/* Gill Sans MT,  */
/* ***** Float ***** 
 =====================================*/
.FloatRight
{
	 float:right;
}

.FloatLeft
{
	 float:left;
}

.FloatClear
{
	 clear:both;
}

/* ***** On Duty ***** 
 =====================================*/

.OnDutyWrapper
{
    float:left;
	min-width:40em;
	width:100%;
	height:39em;
    background:black url(../images/earthnight_medium.png) 50% 50% no-repeat;
}

.OnDutyLink
{
	position:relative;
    color:#EEE000;
    font-family:Tahoma,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:5px 5px 5px 5px;
	border:dashed 1px #EEEEEE;
    font-size:1.2em;
    font-weight:bold;
	Width:7em;
	background-color:#1C1C1D;
}

.OnDutyLink a
{
    color:#2CAFAA;
}

.OnDutyLink a:visited
{
    color:#2CAFAA;
}

.OnDutyLink a:hover
{   
 color:#A6DEDC;
 text-decoration:underline;
} 

.OnDutyLink a:active
{
    color:#D94A4A;
}


/* ***** OnDutyTitlePanel ***** 
 =====================================*/

.OnDutyTitlePanel
{
    width:100%;
    min-width:10em;
}

.OnDutyTitlePanel legend
{
    font-size: 1.5em;
    font-weight:bold;
    color:#EEE000; 
    margin-top:10px;
}

.OnDutyTitlePanel fieldset
{
    font-family:Tahoma,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    border-top:3px solid #A6DEDC;
    border-bottom:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
    padding:0px 20px 5px 20px;
}

.Progress
{
   display:inline;
   float:right;
}

.AdSense_left_200
{
    margin:5px 0 0 40px;
}

.AdSense_left_250
{
    margin-left:5px;
}

.AdSense_left_234
{
    margin:15px 0 0 25px;
}

.AdSense_bottom
{
	float:left;
    margin:15px 0 0 10px;
}
.AdSense_top
{
}

.modal_caption, table modal_caption 
{
	background-color: #aaa;
	background-image: url(../images/bg_caption.gif);
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
