﻿/* text */
.normal
{
	font-size:12px;
	font-weight:normal;
}
.small, 
.smallNormal
{
    font-size:11px;
    color:#666;
}
.smallNormal
{
    font-weight:normal;
    color:#333;
}
.large
{
	font-size:14px;
}
.larger
{
	font-size:16px;
}
.blue
{
	color:#3671A1;
}
.black
{
    color:#000;
}
a.underline
{
	text-decoration:underline;
}
a.hand
{
	cursor:pointer;
}
a.small
{
    color:#666;
}
a.action
{
	color:#BF2E1A;
}
a.disable, 
a.disable:hover
{
    text-decoration:none;
    color:#999;
}

.cloud
{
	text-align:left;
}
a.topic,
.cloud a
{
	padding:2px 6px;
    margin-right:5px;
    background:#E0EAF1;
    display:inline-block;
    border:solid 1px #eee;
    border-color:#eee #c5c5c5 #bbb #eee;
    font-size:11px;
    color:#3E6D8E;
}
.cloud a
{
	padding:0px 4px;   
	margin:2px 0px;
}
a.topic:hover,
.cloud a:hover
{
	background:#FF6A00;
	color:#fff;
}
a.link
{
    cursor:pointer;
}
div.sideLinks a
{
	padding:5px;
	padding-right:10px;
	display:block;
	border-bottom:solid 1px #eee;
}
div.sideLinks a.selected
{
	background:#f7f7f7;
	border-bottom:solid 1px #eee;
}
.failureText
{
	color:#BF2E1A;	
}
.valSummary
{
	padding-bottom:15px;
}

/* images */
img.photo
{
	
}
img.icon
{
    vertical-align:text-bottom;
    margin-right:12px;
    margin-left:8px;
}
#askTabs img.icon
{
     margin-left:0px;
     margin-right:6px;
}

/* buttons */
.btn,
.btnSearch
{
    font-size:16px;
    font-weight:bold;
    padding:5px 8px;
    background:#f7f7f7;
    color:#444;
    border:solid 1px #eee;
    border-color:#ddd #c7c7c7 #c7c7c7 #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor:pointer;
    
}
.btnSearch
{
    visibility:hidden;
    width:1px;
    padding:0;
    font-size:6px;
}
.btn:hover
{
    background:#FE822B;
    color:#fff;
}
span.btn, 
span.btnPrivacy,
span.btnAsk
{
    padding:5px;
    margin-bottom:5px;
    display:block;
    border:solid 1px #eee;    
	border-color:#ddd #c7c7c7 #c7c7c7 #ddd;    
    color:#555;
    background:#f7f7f7;
    width:150px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
span.btnPrivacy
{
    width:140px;
}
span.btnAsk
{
    width:170px;
    margin-bottom:0;
    font-size:14px;
    padding:5px 15px;
}

/* boxes and other div areas */
div.bubble
{
	padding:10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
	background:#ddd;
}
.boxTopless
{
	padding:10px;
    border:solid 1px #eee;
    border-color:#ddd #ddd #ddd #ddd;
    border-top:0;
    margin-top:-10px;    
}
.boxShaded
{
	background:url(../../Images/Backgrounds/shade.png) repeat-x top;
    padding:5px;
    border:solid 1px #eee;
    border-color:#ddd #ddd #ddd #eee;
}
div.privacy
{
    margin-top:20px;
}
div.search
{
	margin-bottom:35px;
	margin-top:-3px;
}
div.ask
{
    background:#ddd;
    padding:10px; 
    border:solid 1px #ddd;
    border-color:#ccc #bbb #bbb #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
    margin-bottom:40px;
    font-size:14px;
    color:#333;
}
div.about
{
	background:#eee;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	 moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
    font-size:14px;
    padding:15px;	
    border-bottom:solid 1px #ddd;
}
div.aboutSub
{
    margin-top:1px;
    background:#eee;
	font-size:14px;
    padding:15px;	
    border-bottom:solid 1px #ddd;
}
div.aboutSubBottom
{
    margin-top:1px;
    background:#eee;
	-webkit-border-radius: 5px;
     moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	 moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
    font-size:14px;
    margin-bottom:40px;
    padding:15px;	
}
div.preview
{
	margin-top:10px;
	margin-left:2px;
	margin-bottom:5px;
	font-size:14px;
}




/* span sections */
span.editProfile
{
    display:block;
    margin-top:8px;
}
span.person
{
	display:block;
	padding-right:15px;
	text-align:center;
}
span.person img
{
	 margin-bottom:5px;
}

/* entries */
table.entrySmall
{
	width:100%;
    padding:8px 0 6px 0px;
}
table.entrySmall td.left
{
	padding-right:15px;
	text-align:center;
	width:50px;
}
table.entry
{
	width:100%;
    padding:15px 0;
}
table.entry td.left
{
	padding-right:15px;
	text-align:center;
	width:50px;
}
table.comment td
{
	color:#555;
}
table.comment td.left
{
	padding-right:10px;
	text-align:center;
	width:35px;
}
span.entryFooter
{
	display:block;
	margin-top:1px;
	color:#666;
	font-size:11px;
}
span.entryFooter a
{
    color:#666;
    text-decoration:underline;
}
span.entryFooter a.blue
{
    color:#3671A1;
    text-decoration:none;
}
span.entryFooter a.action
{
    margin-left:5px;
    color:#fff;
    background:#999;
    padding:2px 5px;
    text-decoration:none;
    font-weight:bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
span.entryFooter a:hover
{
    color:#FF6A00;
}
span.entryFooter a.action:hover
{
    background:#FF6A00;
    color:#fff;
}

/* other tables */
table.question
{
	width:100%;
    padding-bottom:15px;
}
table.question td.left
{
	padding-right:15px;
	text-align:center;
	width:50px;
}
table.question td.left img
{
    margin-bottom:5px;
}
table.profile
{
	width:100%;
}
table.profile td.left
{
	width:130px;
}
table.communities
{
    width:100%;
}
table.communities td
{
    width:50%;
    padding:5px;
    text-align:left;
	border-bottom:solid 1px #eee;
}
table.communities td.right
{
    text-align:right;
}
table.editPrivacy td
{
    padding-right:15px;
}

/* tabs */
table.tabs
{
	width:100%;	
	border-bottom:solid 1px #666;
	margin-bottom:10px;  
}
#askTabs table.tabs
{
    border-bottom:0;
    margin-bottom:0;
}
#divSide table.tabs
{
	border-bottom:solid 1px #ddd;
}
table.tabs td.left
{
	font-size:18px;
    font-weight:bold;
}
table.tabs td.right
{
	font-size:12px;
	text-align:right;	
	vertical-align:middle;
	color:#666;
}
table.tabs td.noHeading
{
    padding-bottom:3px;
}
table.tabs td a
{
	margin-left:3px;
	padding:5px 10px;
    background:#eee;
    border:solid 0px #ddd;
    border-bottom:solid 0px #333;
    font-size:11px;    
    color:#555;
    moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}
.chrome table.tabs td a
{
	padding:6px 10px;
}
table.tabs td a.selected
{
	background:#fff;
    border:solid 1px #666;
    border-bottom:solid 1px #fff;
    color:#333;
    font-size:14px;
    font-weight:bold;
    moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
}
table.tabs td a:hover
{
	background:#FF6A00;
	color:#fff;
}
table.tabs td a.selected:hover
{
	background:#fff;
	color:#FF6A00;
}
table.tabs td.noHeading a
{
    margin-left:0px;
    margin-right:3px;
}
table.tabs td.noHeading a.selected
{
	border:solid 1px #ddd;
	border-bottom:solid 1px #fff;
}

#askTabs table.tabs td a.ask,
#askTabs table.tabs td a.answer,
#askTabs table.tabs td a.play,
#askTabs table.tabs td a.askSelected,
#askTabs table.tabs td a.answerSelected,
#askTabs table.tabs td a.playSelected
{
    padding:5px 10px 3px 40px;
    background:#eee url(../Images/Icons/question3_inactive.png) no-repeat 8px;
    border:solid 1px #ddd;
    border-color:#e3e3e3 #e3e3e3 #eee #eee;
    border-bottom:0;
    color:#999;
    font-size:20px;
    font-weight:bold;
     moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	 moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
#askTabs table.tabs td a.answer
{
    background:#eee url(../Images/Icons/pencil2_inactive.png) no-repeat 8px;
}
#askTabs table.tabs td a.play
{
    background:#eee url(../Images/Icons/smiley_inactive.png) no-repeat 8px;
}
#askTabs table.tabs td a.askSelected,
#askTabs table.tabs td a.answerSelected,
#askTabs table.tabs td a.playSelected
{
    background:#ddd url(../Images/Icons/question3.png) no-repeat 8px;
    padding-bottom:4px;
    color:#333;
    border-color:#ccc #ccc #ddd #ddd;
}
#askTabs table.tabs td a.answerSelected
{
    background:#ddd url(../Images/Icons/pencil2.png) no-repeat 8px;
}
#askTabs table.tabs td a.playSelected
{
    background:#ddd url(../Images/Icons/smiley.png) no-repeat 8px;
}
#askTabs table.tabs td a.ask:hover,
#askTabs table.tabs td a.answer:hover,
#askTabs table.tabs td a.play:hover
{
    background-color:#FF7C00;
    border-color:#FF7C00;
    color:#fff;
}
#askTabs table.tabs td a.askSelected:hover,
#askTabs table.tabs td a.answerSelected:hover,
#askTabs table.tabs td a.playSelected:hover
{
    color:#FF7C00;
}

/* lists */
ul.stats, 
ul.links, 
ul.checkBoxes
{
	margin-left:0;
	margin-bottom:0;
}
ul.stats li
{
	display:block;
	list-style:none;
	font-size:14px;	
	padding-bottom:5px;
	padding-left:17px;
	margin-bottom:5px;
	border-bottom:solid 1px #eee;
	color:#666;
}
ul.stats li .count
{
	font-weight:bold;
	padding-right:7px;	
	font-size:16px;
	color:#666;
}
ul.links
{
	list-style:none;
}
ul.links li
{
	padding:5px 0px;
	color:#666;
}
ul.links li a
{
	text-decoration:underline;
}
ul.checkBoxes
{
	list-style:none;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #eee;
}
ul.checkBoxes li
{
	padding:2px 5px;
	color:#666;
}
ul.checkBoxes label
{
	margin-bottom:3px;
	padding-left:10px;
}

.chkBox
{
}

.chkBox label
{
}


/* input */
.txt, 
.txtMultiLine,
.txtComment,
.txtSearch,
.txtAsk,
.txtAskFrontPage,
.ddlCommunities
{
    width:520px;
    background:#fff;  
	border:solid 1px #ddd;
	border-color:#aaa #ddd #ddd #aaa;
	padding:5px; 
	font-size:14px;
	font-family:Arial;	
	color:#333;
}
.txtMultiLine
{
	height:150px;
	font-size:14px;
	margin-bottom:5px;
}
.txtComment
{
    width:440px;
	height:70px;
	font-size:12px;
	color:#555;
}
.txtSearch
{
	width:188px;
	margin-right:5px;
	margin-left:20px;
	font-size:12px;
	border-color:#ccc #e9e9e9 #e9e9e9 #ccc;
	background:#fff url(../Images/Icons/search.png) no-repeat 0px;
	padding-left:20px;
}
.txtAsk,
.txtAskFrontPage
{
	height:40px;
	width:550px;
	border:solid 1px #ddd;
	border-color:#ccc #ddd #ddd #ccc;
	margin-bottom:10px;
}
.txtAskFrontPage
{
	width:585px;
	height:100px;
	border-color:#aaa #ddd #ddd #aaa;
}
.ddlCommunities
{
    width:300px;
    padding:2px;
    font-size:12px;
}
textarea
{
	overflow:auto;
}
/* checkboxes */
.chkFacebook
{
    background:url(../Images/Icons/facebookBig.png) no-repeat;
}

/* popups */
.popup
{
	min-width:340px;
	border:solid 2px #ccc;
	background:#fff;
	color:#333;
}
.popupHeader
{
    background:#444;
    border-bottom:solid 1px #ddd;   
    padding:5px 0px;
}
.popupHeader .title
{
	font-size:14px;
	color:#ccc;
	padding:7px 15px 8px 15px;
}
.popupHeader a, 
.popupHeader a.selected
{    
	background:#444; 
    border-right:solid 1px #515151;        
    font-size:14px;
    color:#ccc;
    padding:7px 15px 8px 15px;
}
.popupHeader a.selected
{    
	background:#fff;  
    font-weight:bold;
    border-bottom:solid 1px #fff;  
    color:#444;
}
.popupHeader a:hover
{
	color:#fff;
}
.popupBody
{
	padding:15px;
}
.closePopup
{
	position:absolute;
	top:3px;
	right:7px;
	cursor:pointer;
}
.modalBackground
{
	background:#000;
	filter:alpha(opacity=60); opacity:0.6;
}

/* highlights */
.highlight 
{
    background-color: #FFFF60;
    z-index: 2000;
}

/* front page */
div.ask .txtAsk
{
	height:40px;
	width:550px;
	border:solid 1px #ddd;
	border-color:#ccc #ddd #ddd #ccc;
	padding:5px; 
	margin-bottom:10px;
	font-size:14px; 
}

/* messages */
.progress
{
	display:none;
	position:absolute;
	bottom:60px;
	right:0px;
	background:#fff;
	border:solid 0px #bbb;
	border-right:0;
	padding:0px;	
	width:auto;
	filter:alpha(opacity=95); opacity:0.95;
	moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;	
}
.innerProgress
{
	background:#FF6A00;
	padding:5px 10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;	
}

.questionsPaginator
{
 	margin: 10px 0;
}

ul.paginator, .paginator li
{
	list-style: none;
	display: inline;
}

.questionsPaginator .current_page
{
	font-weight: bold;
}

.questionsPaginator a.current_page
{
	color:black;
}