/************************************************
 Tage Styles
 ************************************************/
body
{
	background-color: White;
	color:            DimGray;
	padding:          10px 0px 10px 0px;	/* Need to use padding - margin screws up absolute positioning of popups */
	margin:           0px 0px 10px 0px;
}

form
{
	margin:  0px;
	padding: 0px;
}



div, td, .TextBox, .RequiredField, .DropDown, .Small, .SmallBlack
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:   11px;
}

div.hr
{
	height: 1px;
	width:  100%;
	border-bottom: #4B93DB 1px solid;
	margin-bottom: 5px;
}

td.separator { padding-top: 4px; padding-bottom: 4px; }
td.separator hr { height: 1px; width: 100%; color: #e6f0fa; background-color: #e6f0fa; border: none; }

table { empty-cells: show; }

p { margin: 0px; padding-top: 10px; clear: both; }

/************************************************
 Form Classes
 ************************************************/
.TextBox, .DropDown
{
	border: solid 1px #0d6ad2;
	background-color: #cddff5;
}

.RequiredField
{
	background-color: #ff9900;
	border: solid 1px #0d6ad2;
}

fieldset
{
	border:		      0px;
	padding:          0px;
	margin:           0px;
	background-image: none;
}

legend
{
	font:    bold 11px Verdana, Sans-serif;
	color:   #4B93DB;
	padding: 10px 0px 0px 0px;
	margin:  0px;
}


/************************************************
 Other Crap
 ************************************************/
h1
{
	font:    bold 12px Verdana, Sans-serif;
}

h1.heading
{
	float:   left;
	width:   100%;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 1px #4B93DB;
	margin: 0px;
}

h2
{
	font:    bold 11px Verdana, Sans-serif;
	padding: 0px;
	margin:  15px 0px 10px 0px;
}

h2.heading
{
	padding: 5px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

h3, label
{
	display: inline;
	font:  bold 11px Verdana, Sans-serif;
	line-height: 18px;
	padding: 0px 5px 0px 0px;
	text-transform: lowercase;	
}

thead th { font: bold 11px Verdana, Sans-serif; color: #FF6600; text-align:left; text-transform: lowercase; padding: 3px 0px 5px 0px; }

/* Put in for the Asset Type Counts in search results */
.CountHeading	
{
	float:   left;
	width:   100%;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 1px #4B93DB;
	margin: 0px;
	font:    bold 12px Verdana, Sans-serif;
	text-align: right;
}

/* This is mostly for checkboxes */
.sub label, label.sub, .plain label, label.plain
{
	font-weight: normal;
	padding:     0px;
	color:       #4B93DB;
	text-transform: none;
}

.plain label, label.plain
{
	color: dimgray;
}
		
.Small, .SmallHeading, .SmallBlack 
{
	font-size:   9px;
}

.Bold, .LargeBoldHeading, .MediumBold, .BoldBlue, .Heading, .SubHeading, .SmallHeading, .BillingSummary, .InfoMessage, .ErrorMessage, .WarningMessage {
	font-weight: bold;
}

.Blue, h1, h2, .Heading, .InfoMessage, .SmallHeading, .AssetCount, a.HelpMenu {
	color: #4B93DB;
}

.Orange, label, h3, h3 a, h3 a:disabled, .SubHeading, .BillingSummary, a.Tab:hover, a.Tab:visited:hover, a.Pager:hover, a.Pager:visited:hover, a.HelpMenu:hover, a.HelpMenu:visited:hover, a.TabUp, a.Underline:hover, a.Underline:visited:hover
{
	color: #FF6600;
}

.Heading 
{
	font-size: 12px;
}

.SmallBlack 
{
	color :	Black;	
}

.SubHeading
{
	font-family:    Verdana, Sans-Serif;
	font-size:      11px;
	text-transform: lowercase;
}

.InfoMessage, a.InfoMessage 
{
	font-family: Verdana, Sans-Serif;
	font-size:   11px;
}

.ErrorMessage, a.ErrorMessage
{
	font-family: Verdana, Sans-Serif;
	font-size:   11px;
	color:       Red;
}

.WarningMessage, a.WarningMessage
{
	font-family: Verdana, Sans-Serif;
	font-size:   11px;
	color:       black;
}

.BillingSummary {
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10pt;
}

.Large, .LargeBoldHeading {
	font-size:   14pt;
}

.LargeBoldHeading, .MediumBold {
	font-weight: bold;
	color: Black;
}

.MediumBold {
	font-size: 10pt;
}

.LoggedInAs {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:   8pt;
	color:       #1b77e4;
}

.AssetCount {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 26pt;
}

.DestinationHeading
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size:   14px;
	font-weight: bold;
	color:       white;
}

.validationsummary
{
	color:       red;
	font-weight: bold;
}

.validationsummary ul
{
	padding: 0px 0px 10px 60px;
	margin:  -5px 0px 0px 0px;
}

.validationsummary img
{
	vertical-align: middle;
}

/**************
 * Project bank comment styles
 *************/
tr.thread td
{
	font-weight: bold;
}

tr.thread td a
{
	font:    bold 12px Verdana, Sans-serif;
	color:   dimgray;			
	text-decoration: none;	
}

tr.thread td a:hover
{
	color:           #FF6600;
	text-decoration: none;
}

tr.thread td.new, tr.comment td.new
{
	color: red;
}

tr.threadinfo tr.participants a, tr.threadinfo tr.participants a:hover
{
	font-size: 10px;
	color: gray;
	text-decoration: none;
}

tr.threadinfo tr.participants a:hover { text-decoration: underline; }

tr.threadinfo tr.participants a.noaccess { text-decoration: line-through; }


/************************************************
 DataGrid Styles
 ************************************************/
.Item, .readitem
{
	background-color: #e6f0fa;
}

.AltItem, .readaltitem
{
	background-color: White;
}

.readitem, .readaltitem
{
	font-weight: bold;
}

tr.secondrow td, tr.secondrow td
{
	padding-bottom: 4px;
}

tr.notificationuser
{
	height: 20px;
}

tr.notificationuser td { height: 20px; }

td.notify { background-color: #fafafa; }

.nodisplay { display: none; }

div.iconholder
{
	position: relative;
	width: 20px;
	height: 18px;
	overflow: hidden;
}

div.iconholder img.unread
{
	position: absolute;
	width: 11px;
	height: 11px;
	top: 7px;
	left: 10px;
	border: 0px;
}

/* The display:none; for tr.messagerow is in the HTML so javascript works properly */
tr.messagerow td
{
	font-size: 10px;
	padding: 1px 0px 4px 0px;
}

tr.messagerow div.comment
{
	/*background: url(../images/icon-comment.gif) no-repeat top left;*/
	margin: 3px 0px 3px 0px;
	/*padding: 2px 0px 5px 25px;*/
	font-size: 10px;
	font-style: italic;
}

.hidden
{
	visibility: hidden;
}

/************************************************
 Link Styles
 ************************************************/
a {
	font-family:     Verdana, Arial, Helvetica, Sans-serif;
	color:           Black;
}

a.disabled, a.disabled:hover
{
	color: silver;
	cursor: default;
	text-decoration: none;
}

a:link, a:visited, a.Grey:link, a.Grey:visited, a.Tab:link, a.Tab:hover, a.Tab:visited, a.Tab:visited:hover, a.HelpMenu, a.HelpMenu:hover, a.HelpMenu:visited:hover {
	text-decoration: none;
}

a:hover, a:visited:hover, a.Grey:hover, a.Grey:visited:hover, a.Underline, a.Underline:visited {
	text-decoration: underline;
}

a.Grey {
	color: DimGray;
}

a.Tab {
	font-size: 8pt;
	color:     Gray;
}

a.HelpMenu {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size:   9pt;
}

a.copyprevious
{
	float: right;
	width: 145px;
	text-decoration: none;
	color: #4B93DB;
	background: url(../images/arrow_down.gif) no-repeat 135px 4px;
}

a.copyprevious:hover
{
	text-decoration: none;
	color: #FF6600;
}

a.showadditional, a.showadditional:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #4B93DB;
}


/******************************************************
 RadioDestination Specific Style
******************************************************/

div.radioselect
{
	width:      90px;
	height:     20px;
	float:	    right;
	text-align: center;
	background: url(../images/button-small.gif) top left no-repeat;
}


div.radioselect span
{
	display: block;
	margin:  0px;
	padding: 4px 0px 0px 0px;
	font:    bold 11px Verdana, Sans-serif;
	color:   white;
	cursor:  hand;
}

/*******************************************************
  Rad New Stylez for the DatePicking Control Mofo!
 ******************************************************/
#Dates td.day, #Dates td.today, #Dates td.other
{
	width:      14%;
	border:     solid 1px white;
	text-align: center;
	background-color: #e6f0fa;
}

#Dates td.today a
{
	font-weight: bold;
}

#Dates td.selected a
{
	text-decoration: underline;
}

#Dates td.other
{
	background-color: white;
}

#Dates td.other a
{
	color: silver;
}

/*******************************************************
  Destinations page jazz
 ******************************************************/
.destall, .destgroup
{
	font-family: Verdana, helvetica, Sans-Serif;
	font-size:   13px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
}

.destall
{
	color:      white;
	background: url(../images/alldest_back_top.gif) repeat-x top left;
}

.destgroup
{
	color:      #0066cc;
	background: url(../images/allothers_back_top.gif) repeat-x top left;
}

.destsection
{
	background: url(../images/destsection_back.gif) repeat-x top left;
}

.c
{
	text-align: center;
}

li {
 white-space: nowrap;
 font-weight:normal;
}

.wizardTopTextDecoration TD {
    border-bottom: solid 1px #4B93DB;
    color: #4B93DB;
    white-space: nowrap;
    font-size: small;
}

.wizardTopTextDecoration A:hover {
    color: #FF6600;
}

.wizardTopTextDecoration A:link {
    color: #4B93DB;
}

.wizardTopTextDecoration A:hover, .wizardTopTextDecoration A:link {
    font-weight: bold;
}

.TDNowrap TD {
    white-space: nowrap;
}

.copy_selections_from_previous_ad, .copy_selections_from_previous_ad A:hover, .copy_selections_from_previous_ad A:link  {
    font-size: 8pt;
    font-weight: bold;
    color: #3490d3;
}