﻿

body 
{
	font-family:Verdana,sans-serif;
	font-size:14px;
	
	background:white;	
	

	
}

.mainframe
{
	_height:600px;
	min-height:600px;
	
}

.imgThumb
{
	border:solid 1px black;
	float:right;
	width:100px;
	height:100px;
	margin-left:10px;
}
.imgThumb img
{
	width:100px;
	height:100px;
}


.tblProfile
{
	text-align:left;
	
}

.tblProfile tr
{
	text-align:left;
}

.tblProfile td
{
	text-align:left;
}

.tblQuestion
{
	text-align:left;
}

.tblQuestion tr,td
{
	text-align:left;
}


.tblAskQuestion
{
	text-align:left;
}

.tblAskQuestion tr,td
{
	text-align:left;
}

.lnkBlue
{
	color: rgb(0,51,153);
}

.lnkBlue td
{
	color:#295886;
	text-decoration:none;
}

.lnkBlue td a
{
	color:#295886;
	text-decoration:none;
}


.lnkBlue a
{
	color: rgb(0,51,153);
	text-decoration:underline;
}



.lnkQuestionEntryTitle 
{
	font-size:17px;
	color: rgb(0,51,153);
	text-decoration:none;
}
.lnkTitle
{
	color:rgb(0,51,153);
	background-color:#f0f0f0;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
}

.lnkTitle a
{
	color:rgb(0,51,153);
	text-decoration:none;
}

.PanelTitle
{
	margin:3px 0px 3px 0px;
	font-weight:bold;
}

.lnkBlack
{
	color: Black;
	font-weight:bold;
	text-decoration:none;
}



.lnkBlue2
{
	color: rgb(0,51,153);
	text-decoration:none;
}

.lnkBlue2 a
{
	color: rgb(0,51,153);
	text-decoration:none;
}


.lnkFixedWidth1
{
	width:100px;
	overflow:hidden;
	white-space:nowrap;
}

.lnkFixedWidth1 a
{
	width:100px;
	overflow:hidden;
	white-space:nowrap;
}


.TextEntryWithBorders
{
	border:solid 1px LightGrey;
	background-color:White;
	color:Black;
	font-size:medium;
	margin:0;
	padding:2px 3px 2px 3px;
	text-align:left;
	display: block;
}

.TextEntry
{
	color:Black;
	font-size:medium;
	margin:0;
	padding:2px 3px 2px 3px;
	text-align:left;
	display:block;
	overflow:hidden;
}
.OverflowAuto
{
	overflow:auto;
}
.OverflowHidden
{
	overflow:hidden;
}

.popup_msg{
position:absolute;
z-index:10;
width:172px;
height:102px;
text-align:center;
color:#FF0000;
font: 14px Verdana, Arial, Helvetica, sans-serif;
background:url(bg_image.gif) bottom right no-repeat;
display:none;
}

.PopupText
{
	
	position:absolute;
	cursor:default;
	background-color:LemonChiffon;
	border:solid 1px LightGrey;
	color:Black;
	font-size:14px;
	margin:0;
	padding:2px 3px 2px 3px;
	text-align:left;
	display:none;
}



.Comment
{
	font-size:small;
	color:Gray;
}

.divRating
{
	margin: 3px 10px 3px 10px;
	padding: 0px 2px 0px 2px;
	border:solid 1px LightGray;
	color:Black;
	font-size:18px;
	font-family:Arial;
	height:auto;
}

.divTagEntry
{
	border:solid 1px LightGray;
	margin: 3px 10px 3px 10px;
	background-color:White;
	
}

.divTagEntryFullText
{
	white-space:nowrap;
	margin: 2px 3px 2px 3px;
}

.divTagEntryShortText
{
	width:100px;
	overflow:hidden;
	white-space:nowrap;
	margin: 2px 7px 2px 3px;
}

.divTagEntryCount
{
	margin: 2px 3px 2px 0px;
}
 

.divTagEntryEmpty
{
	margin: 3px 10px 3px 10px;
	padding: 2px 2px 2px 2px;
	width:100px;
	overflow:hidden;
	white-space:nowrap;
}

.divTagEntryTop
{
	
	
	padding: 2px 2px 2px 2px;
	width:100px;
	overflow:hidden;
	white-space:nowrap;
}


.divQuestionAuthor
{
	margin: 5px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	font-size:small;	
}

.divQuestionPartAuthor
{
	padding: 5px 0px 25px 0px;
	
	font-size:small;	
}

.divCommentsPart
{
	padding: 5px 0px 25px 20px;
	
	font-size:12px;
}

.divCommentEntryText
{
	width:600px;
	overflow:auto;
}




.QuestionEntryUserLink
{
	font-size:12px;
}



.txtTitle
{
	font-size:20px;
}

.tdTitle
{
	font-size:20px;
	padding: 0px 0px 10px 0px;
	color:Black;
}



.tblMenu 
{
	width:100%;
}

.tblMenu td
{
	padding:0px 5px 0px 5px;
	text-align:center;
}

.tdMenu a
{
	line-height:20px;
	display:block;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	text-decoration:underline;
	color: rgb(0,51,153);
}

.tdMenu a.lnkBlack
{
	color: Black;
	font-weight:bold;
	text-decoration:none;
}





.divPaging
{
	text-align:right;
}
.divPagingItem
{
	padding:0 3px 0 3px;
	color:Black;
}

.NoPaddingAndMargin
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.CursorDefault
{
	cursor:default;
}

.divSeparator
{
	border-bottom: 1px solid LightGray;
	width: 100%; 
	height: 10px;
}

.divSorting
{
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	float:right;	
	display:table;
	background:gray;
	
}

.tblSorting
{
	margin:10px 10px 10px 0px;
}



.segment 
{
	display:table;
	margin-bottom:10px;
	color: rgb(0,51,153);
	background-color: #ffffff; 
	border: 1px solid #cfcfcf;
}

.segment h1 
{
	
	text-align:left;
	font-size:14px;
	
	margin:0px 0px 0px 0px;
	padding: 2px 12px 2px 21px;
	background-color: #E1E1E1;
	color:Black;
}
.divImageButton
{
	margin:10px 10px 10px 10px;
}


.divImageButton input
{
	vertical-align:middle;
}



.textFck p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.textFck a
{
	color: rgb(0,51,153);
	text-decoration:underline;
}

.QuestionEntryText:hover
{
	color: #555555;
	
}

.divPanel
{
	padding:3px 10px 3px 10px;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	background-color:#f0f0f0;
}



.divPanelQuestion
{
	padding:3px 10px 3px 10px;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	background-color:#f0f0f0;
}

.divPanelQuestion a
{
	color: rgb(0,51,153);
	text-decoration:underline;
	font-family:Verdana, Sans-Serif;
	font-size:12px;
	font-weight:bold;
}

.divPanelQuestion img
{
	max-width:728px;
}

.divRightPanel
{
	margin:3px 10px 3px 10px;
	padding:3px 10px 3px 10px;
	
	
	background-color:white;
	border:1px solid #CFCFCF;
}

.divRightPanelCell
{
	padding:3px 10px 3px 10px;
	text-align:justify;
}

.divCloud
{
	margin:3px 10px 3px 10px;
	padding:0 0 0 0;
}



.divQuestionEntry
{
	padding:5px 0px 5px 0px;
	margin:5px 0 5px 0;
}

.divContainer
{
	margin-top: 20px; 
}

.divAbout
{
	width: 728px; 
	text-align: justify;
}

.tblComments
{
	
}

.tblComments td
{
	text-align:justify;
	white-space:normal;
}

.divVoteMinus
{
	background-image:url(images/minus1.png); 
	background-repeat:no-repeat;
	background-position:center;
	width:9px;
	height:9px;
}
.divVoteMinus:hover
{
	background-image:url(images/minus1_.png); 
}

.divVotePlus
{
	background-image:url(images/plus1.png); 
	background-repeat:no-repeat;
	background-position:center;
	width:9px;
	height:9px;
}
.divVotePlus:hover
{
	background-image:url(images/plus1_.png); 
}

.divProgress
{
	border:solid 1px Black;
	background-color:White;
	position: fixed; 
	top: 50%; 
	left: 50%;
	z-index:100;
	display:inline-block;
	padding:3px 3px 3px 3px;
}
.divProgress img
{
	vertical-align:middle;
}
