/* (c) 2010 FDACal.com */
/* http://www.fdacal.com */

/* This controls the width of the fluid width layouts */
div.fluid
{
	width: 90% !important;
}

/* This controls the width of the fixed width layouts */
div.fixed
{
	width: 950px !important;
}

/* Basic Stuff */
*
{
	margin: 0em;
	padding: 0em;
}

body
{
	background-color: #fff;
	color: #3f4244;
	font-size: 10pt;
	font-family: Verdana, Arial;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	letter-spacing: -1px;
	color:#575a5c;
}

h1
{
	background-image:url('images/icon-h1.png'); 
	background-repeat:no-repeat;
	text-align:left;
	padding-left:38px;
	padding-top:0px;
	padding-bottom:2px;
	font-size:20px;
	height:35px;
}

h2
{
	margin-bottom:5px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	border-bottom: dotted 1px #E1E1E1;
	position: relative;
}

h3
{
	margin-bottom:5px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	border-bottom: dotted 1px #E1E1E1;
	position: relative;
}

br.clear
{
	clear: both;
}

img
{
	padding: 3px;
}

ul
{
	list-style-type:none;
}

a
{
	text-decoration: underline;
	color: #008FD9;
}

a:hover
{
	text-decoration: none;
}

p
{
	line-height: 1.8em;
}

/* Header */

#header
{
    background-color:#6daae0;
	height:80px;
	margin: 0 auto;
}

#header_inner
{
	position: relative;
	width: 950px;
	height:80px;
	margin: 0 auto;
}

/* Logo */
div#logo
{
	position: relative;
	bottom: 0.6em;
	width:380px;
	height:81px;
	top:10px;
	background: url('images/logo.png') no-repeat;
}

div#search
{
	position: absolute;
	float:right;
	right: 0em;
	bottom: 4em;
	top:1em;
}


/* Menu */
#menu
{
	position: absolute;
	float:right;
	right: 0em;
	bottom: 0em;
}

/* Main */


#main
{
	background: #fff;
}

#main_inner p
{
	text-align: justify;
	margin-bottom: 2.0em;
}

#main_inner ul
{
	margin-bottom: 2.0em;
}

#main_inner
{
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding:10px 10px 0px 10px;
}


/* User Nav */
div#user_nav
{
	margin-top:20px;
	margin-bottom:10px;
}

/* Footer */
#footer {
	background-color:#727578;
}

#footer .footer-container a 
{
	color:#DDDDDD;
	text-decoration:none;
	font-size:12px;
}

.footer-container a.facebook
{
	background-image:url('images/icon-facebook-mini.png');
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-bottom:5px;
	font-weight:bold;	
}

.footer-container a.twitter
{
	background-image:url('images/icon-twitter-mini.png');
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-bottom:5px;
	font-weight:bold;	
}

.footer-container a.rss
{
	background-image:url('images/icon-rss-mini.png');
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-bottom:5px;
	font-weight:bold;	
}


#footer .footer-container {
	margin:0 auto;
	text-align:left;
	width:975px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	overflow:hidden;
	padding:24px 0;
}

#footer dl {
	float:left;
	margin:24px 8px 40px 0;
	padding:0 8px;
}

#footer dl dt {
	color:#C6CCD1;
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
}

#footer dl dd {
	margin:4px 0 4px 2px;
	padding-bottom:2px;
}

/* HRs */
hr {
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	width: 50%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top:10px;
	margin-bottom:10px;
}

input.button
{
	background-color:#99CC66;
	border-color:#C4E2A7 #75A848 #75A848 #C4E2A7;
	border-style:solid;
	border-width:1px;
	color:#FFFFCC !important;
	cursor:pointer;
	font-size:100%;
	font-weight:bold;
	overflow:visible;
	padding:4px 8px;
}

input.text
{
	-x-system-font:none;
	background:#f0f8ff none repeat scroll 0 0;
	border-left:1px solid #6699CC;
	border-top:1px solid #6699CC;
	color:#2C5783;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
}


/* Data Grid */
.datagrid
{
	width:100%;
}

.datagrid td
{
	padding: 6px 6px 6px 12px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

.datagrid th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #fff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #5A90CF;
}

.datagrid-row {

	background: #fff;
	color: #6D929B;
}

.datagrid-alt-row
{
	background-color:#EFF9FF;
	color: #6D929B;
}

/* Data Lists */
table.datalist
{
	width:100%;
}

table.datalist td
{
	padding:2px;
}

table.escort-photos
{
}

/* Lists */
.repeater li
{
	padding:2px;
}

/* My Account */
dl dt a
{
	display: block;
	background-color:#ebebeb;  
	padding: 6px;  
}

a.login
{
	background-image:url('images/icon-login.png');
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-bottom:5px;
	font-weight:bold;
}

a.logout
{
	background-image:url('images/icon-logout.png');
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-bottom:5px;
	font-weight:bold;
}

a.register
{
	background-image:url('images/icon-register.png');
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-bottom:5px;
	font-weight:bold;
}

#more-info-inner div
{
	padding:5px;
	margin-bottom:5px;
}

#more-info-inner a.twitter
{
	background-image:url('images/icon-twitter-mini.png');
	background-repeat:no-repeat;
	padding-left: 22px;
	padding-bottom:5px;
	text-decoration:none;
	clear:both;
}

#more-info-inner a.url
{
	background-image:url('images/icon-url-mini.png');
	background-repeat:no-repeat;
	padding-left: 22px;
	padding-bottom:5px;
	text-decoration:none;
	clear:both;
}


/* Custom Tables */
table#search-criteria
{
	width:100%;
	padding:4px;
}

table#register
{
	width:100%;
}

table#register td
{
	padding:5px;
}

table#login
{
	width:100%;
}

table#login td
{
	padding:5px;
}

label.required 
{
	background:transparent url(images/icon-required.gif) no-repeat scroll 100% 50%;
	padding-right:46px;
}

/* Typography */
input.bigtext
{
	background:#DEE9F3 none repeat scroll 0 0;
	border-left:1px solid #6699CC;
	border-top:1px solid #6699CC;
	border-top:1px solid #6699CC;
	color:#2C5783;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:19px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
	width:103px;
}

/* Custom Table */
table.form-field
{
}

table.form-field td
{
	padding:3px;
	text-align:left;
	vertical-align:middle;
}


/* Profile Styles */
div.biography
{
	background-color:#FFF9CD;
	padding:10px;
	margin:5px 5px 5px 0px;
}

.curFocus {
	background: #ebebeb;
}

.timespan
{
	font-size:10px;
	color:#ad2828;
	font-style:normal;
	font-variant:normal;
	
}

.page-description
{
	font-size:12px;
	font-family:Arial;
	line-height:1.2;
}

.page-description #inner
{
	padding:10px 10px 10px 0px;
	background-color:#f5fbff;
	margin-bottom:10px;
}

.date-pick
{
	width:80px;
}

/* Modal */
#simplemodal-overlay
{
    background: #eee;
}

#simplemodal-container
{
    background: #fff;
    border: 2px solid #555;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding:10px;
}

#simplemodal-container a.modalCloseImg 
{
background-image: url('images/close.png');
background-color: Transparent;
width: 36px;
height: 36px;
display: inline;
position: absolute;
top: -15px;
right: -15px;
cursor: pointer;
}


/* Date picker */
input.dp-applied 
{
	float:left;
}


a.dp-choose-date {
	background:transparent url(images/icon-calendar-small.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:24px;
	margin: 0px 5px 3px 2px;
	overflow:hidden;
	padding:0;
	text-indent:-2000px;
	width:24px;
	vertical-align:middle;
}


/* Custom Tables */

.full-table
{
	width:100%;
}

.full-table td
{
	padding:5px;
}

.highlight
{
	background-color:#E6FEC0;
	color:inherit;
}

.highlight a
{
	color:#727578;
}

td
{
	text-align:left;
	vertical-align:top;
}

/* Big Form */
.bigform textarea
{
	padding:8px 9px;
	border:1px solid #CCCCCC;
}
.bigform input:focus, .bigform textarea:focus, .bigform select:focus
{
	border:1px solid #9ea0a2;
}

.bigform input, .bigform select 
{
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-x-system-font:none;
	border:1px solid #CCCCCC;
	clear:both;
	color:#333333;
	font-family:Georgia;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0.4em 0;
	padding:8px 9px;
}

/* Sliding Panel */
.panel {
	background: #e6f3fd;
	height: 200px;
	display: none;
	padding:10px;
}

.slide-add-comment, .slide-add-event, .slide-add-link {
	margin: 0;
	padding: 0;
	border-top: solid 4px #9cbed8;
	background: url(images/btn-slide.gif) no-repeat center top;
}

.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}


/* Stocks */
div#stock-quote
{
	width:100%;
}

div#stock-quote div#ask-price
{
	font-size:1.5em;
	float:left;
	display:block;
	clear:right;
}

div#stock-quote #change-outer
{
	top:5px;
	font-size:1.2em;
	display:block;
	float:left;
	padding-top:4px;
	padding-left:10px;
}

div#stock-quote .change-up
{
	color:Green;
}

div#stock-quote .change-down
{
	color:Red;
}

div#stock-quote #update-time
{
	font-size:10px;
	clear:both;
}


div#homepage-text
{
	font-size:1.1em;
	padding-left:10px;
	padding-right:10px;
}

/* Other Classes */

.info-box
{
     background-color: #fdfbeb;  
     border: 1px solid;  
     border-color: #ffc41d;  
     margin: 10px 0px;  
     padding:8px 5px 8px 5px;  
     font-size:11px;
	 clear:both;
}

/* Custom List */
ul.list li
{
	padding-bottom:5px;
}

ul.list li a
{
	
	padding:2px;
}

ul.list li a:hover
{
	
	background-color:#EFFAFF;
}

ul.check-list li
{
	padding-left:20px;
	padding-bottom:5px;
	background:url(images/icon-checkmark.gif) no-repeat;
}


ul#twitter_update_list li
{
	padding-top:8px;
	border-bottom-style:solid;
	border-bottom-color:#DFDFDF;
	border-bottom-width:1px;
}

.small-highlight-box
{
	padding:5px;
	font-size:10px;
	border: solid 1px #ebebeb;
	background-color:#fffae9;
	display:block;
	text-align:center;
}

.nickname
{
	width:250px;
}

.emailaddress
{
	width:220px;
}

.password
{
	width:140px;
}

.details-view td
{
	padding:4px;
}

.homepage-content
{
	padding:5px;
}
.tweet_result
{
	height:auto;
	background-color:#fff;
	margin-bottom:5px;
	padding:2px;
	display:block;
}

.tweet_result img
{
}

.tweet_result span
{
}


.rounded-corner, .rounded-corner-highlight
{
    border: solid 1px #dfdeda;
	margin:0px 0 20px;
	padding:12px;
	background-color:#e0e5e9;
}

.rounded-corner-highlight
{
	background-color:#e3ebd6;
}

.red
{
	color:Red;
}

.green
{
	color:Green;
}


/* Tooltip */
.tooltip 
{
	position: absolute; 
	top: 0; 
	left: 0; 
	display: none;
}

.active,  .focus, .testfix, .persistent
{
	width:20px;
	display:block;
	background-color:Green;
}


/* Comments */
div .comments
{
	height:auto;
	width:100%;
	margin-bottom:10px;
}

div .comment
{
	border-bottom: solid 1px #ebebeb;
	width:100%;
	height:40px;
	padding-bottom:5px;
	margin-bottom:5px;
}

div .comment-meta
{
	width:25%;
	position:relative;
	float:left;
}

div .comment-meta .date
{
	font-size:10px;
}

div .comment-meta .author
{
	font-weight:bold;
}


div .comment-text
{
	position:relative;
	float:right;
	width:75%;
}

/* Links */
div.links
{
	width:100%;
	display:block;
	height:auto;
}
div.link
{
    border:solid 1px #ebebeb;
    height:auto;
    background-color:#fffefa;
    padding:5px;
    margin-bottom:5px;
    display:block;
}

div.link span.header
{
	font-weight:bold;
}

div.link span.date
{
	font-size:10px;
}

div.link span.author
{
	font-weight:bold;
}

div.link div.comments
{
	height:auto;
	display:block;
	padding-top:5px;
}

/* Search box */
div#searchbox .textbox
{
	background-color:#ffffe5;
	border: solid 1px #b6bd9b;
	padding:4px;
	color:#000;
}

div#searchbox .button
{
	background-color:#5a5f48;
	border: solid 1px #b6bd9b;
	padding:4px;
	color:#fff;
}

/* Testimonials */
div.testimonial
{
	border: solid 1px #ebebeb;
	padding:5px;
	margin-bottom:10px;
}

div.testimonial .data
{
	font-size:12px;
	font-style:italic;
}

div.testimonial .author
{
	margin:0px;
	padding:0px;
	font-weight:bold;
}

/* Buttons */
a.button-drug-event
{
    width:138px;
    height:35px;
    background-image: url('images/button-create-drug-event.png');
    background-repeat:no-repeat;
    display:block;
}

a.button-company-event
{
    width:138px;
    height:35px;
    background-image: url('images/button-create-company-event.png');
    background-repeat:no-repeat;
    display:block;
}


/* Road map*/
ul.roadmap li
{
    padding-bottom:10px;
    padding-left:15px;
}

ul.roadmap li strike
{
    padding-right:5px;
}

table.modal-table
{
    width:100%;
}

table.modal-table td
{
    padding:2px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
		height:160px;
		overflow:hidden; 
		}			
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* Site Activity */
ul.site-activity
{
    
}

ul.site-activity li.activity
{
    padding-left:18px;
    background: url('images/activity_bullet.gif') no-repeat;
    margin-bottom:4px;
}

/* Trade Ideas */
div#trade-idea
{
    width:100%;
}

div#trade-idea span.trade-idea-date
{
    clear:both;
    font-weight:bold;
}

div#trade-idea span.trade-idea-comment
{
    clear:both;
    
}

div#trade-idea span.trade-idea-sponsor
{
    font-size:10px;
}

/* Progress bar */
div#progress
{
    margin:5px 0px 5px 0px;
}

div#progress .progress-icon
{
    background-image:url('images/loadingAnimation.gif');
    width:208px;
    height:13px;
}

div#progress .progress-message
{
    font-style:italic;
}


/* Blog Post */
.blog-post
{
	padding:5px;
	margin-bottom:3px;
}

div.blog-post #blog-header
{
	padding:5px;
	background-color:#f7f7f4;
	border-top:solid 1px #ebebeb;
	border-bottom:solid 1px #ebebeb;
}

div.blog-post #blog-header a
{
    font-size:14px;
    font-weight:bold;
}


div.blog-post #blog-meta
{
	text-align:left;
	font-size:10px;
}

div.blog-post #blog-content
{
	padding:5px;
}

div#blog-footer
{
    border:solid 1px #ffffe8;
    padding:3px;
    text-align:right;
}