@charset "utf-8";
/* CSS Document */
* {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
body{
	background-color:#FFF;
	margin:0;
	padding:0;
}
#Content {
	width:900px;	
	margin:0 auto;
}
.TigerStripeHover{
	background-color:#FF9;	
}
.oddrow{
	background-color:#D8D8D8
}
#PageHeader {
	clear:both;
	margin:0 auto;
	height:100px;
	font-size:24px;
}
#PageFooter {
	clear:both;
	margin:0 auto;
}
#MainContentTableFirstCell{
	width:180px;
}
.alignright {float:right;margin:10px 10px;text-align:right;}
.alignleft {float:left;margin:10px 10px;text-align:left;}
#breadcrumbs {margin:0 0 5px;height:20px;padding:2px 0 5px 5px;width:960px;font-size:12px;}
.form {padding:10px;font-size:14px;}
.calendarDateInput{padding:5px;font-size:14px;}

.icon_check {width:16px;height:16px;background:url(http://linkalt.com/assets/images/accept.png) no-repeat;cursor:pointer;}
.icon_minus {width:16px;height:16px;background:url(http://linkalt.com/assets/images/icon_delete.gif) no-repeat;cursor:pointer;}
.icon_cancel {width:16px;height:16px;background:url(http://linkalt.com/assets/images/cancel.png) no-repeat;cursor:pointer;}
.icon_plus {width:15px;height:15px;background:url(http://linkalt.com/assets/images/icon_plus.png) no-repeat;cursor:pointer;}
.sbtn {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#C6D9E9;
border:1px solid #80B5D0;
color:#224466;
display:block;
float:left;
font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:normal;
line-height:normal;
margin:0 2px 5px;
padding:3px 4px;
}
.sbtn:hover{cursor:pointer;}
.titlebar {cursor:pointer;height:25px;}
.alternate { background:#e1e1e1;padding:10px;margin:2px 0 2px;}
#error p {margin:0 0 0 10px;}
.alignleft div label {margin:15px 0 0 5px;text-align:right;}
span table th, span table td {padding:0px;}
table th, td, caption {padding:6px;}
.textblock {background:#fff;padding:10px;border-top: 1px solid #ccc;width:90%;}
#accordion-host-add .ui-accordion-content, #tabs-4 .ui-accordion-content {height:400px;}
#accordion ul li {padding:6px;font-size:14px;font-weight:bold;line-height:1.5em;border-bottom:1px solid #ccc;}


.EditPost, #SendToPosting, .ViewPostingPost, .CopyToClipboard, #SendToPosted, #SendToAssignment, #SendToCompleted ,
.ViewLinkOrder, .ViewPost, .ViewPostOnLive{
	cursor:pointer;
	text-decoration:underline;
	
}


#EditPostBody, .EditPostDisplayBody { white-space:pre; }
#EditPostBody, #PostBody{
	height:500px;
	width:500px;
}

.Instructions{
	padding:5px 15px;
	border:2px inset blue;
	background-color: white;
	font-weight:bold;
}

#ReportOutputTable td.ReportOutputTableCell{
border:1px solid #999999;
vertical-align:top;
padding:2px;
margin:2px;
text-align:center;
}

.textareatiny{
	height:30px;
}

#UpdateProgressIndicator {
   background-color:#CF4342;
   color:#fff;
   top:0px;
   left:0px;
   position:fixed;
   display:none;
	padding:5px;
 }

#UpdateProgressIndicator img {
   vertical-align:middle;
   margin:0px;
 }
 
 #accordion{ height:400px;}
 
a.CurrentURL{ color:#ff0000; } 