﻿

body 
{
	font-family:Verdana,sans-serif;
	font-size:14px;
	background:white;
}

a:hover
{
    color:#EE0000;
}

pre
{
    font-family: 'Courier New' , Monospace;
    font-size:12px;
	padding: 3px 5px 3px 5px;
	margin: 3px 0 3px 0;
	background-color:White;
	border-left:1px solid #F1F1F2;
	border-top:1px solid #F1F1F2;
	overflow:auto;
	max-height:600px;
}

.rem { color: #008000; }



.mainframe
{
	_height:600px;
	min-height:600px;
	
}

.imgThumb
{
	border:solid 1px black;
	float:right;
	width:100px;
	margin-left:10px;
}
.imgThumb img
{
	width: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 tr,td
{
	text-align:left;
}

.divRelatedQuestion
{
    padding: 4px 0px 4px 0px;
    font-size: 13px;
    width:250px;
    overflow:hidden;
}

.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;
}
.lnkBlue a:hover
{
    color:#EE0000;
}


.lnkQuestionEntryTitle 
{
	font-size:17px;
	color: rgb(0,51,153);
	text-decoration:none;
}



.PanelTitle
{
	margin: 4px 0px 4px 0px;
	font-size:17px;
	color:#555555;
}





.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 #d3d3d3;
	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:#FFFACD;
	border:solid 1px #d3d3d3;
	color:Black;
	font-size:14px;
	margin:0;
	padding:2px 3px 2px 3px;
	text-align:left;
	display:none;
}



.Comment
{
	font-size:small;
	color:Gray;
}


.divTagEntry
{
	border:solid 1px #d3d3d3;
	margin: 3px 10px 3px 0px;
	background-color:White;
}

.divTagEntryFullText
{
	white-space:nowrap;
	margin: 2px 3px 2px 3px;
	font-size:13px;
	
}

.divTagEntryShortText
{
	width:150px;
	overflow:hidden;
	white-space:nowrap;
	font-size:13px;
	margin: 0px 7px 0px 3px;
}

.divTagEntryCount
{
	margin: 0px 3px 0px 0px;
	font-size:13px;
}
 

.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;
}

.divQPVertPadding
{
    padding: 5px 0px 15px 0px;
}
.divQPAuthor
{
	font-size:11px;
	color:Gray;
}

.divReply
{
	padding: 0px 0px 0px 15px;
	font-size:11px;
}

.divCommentsTitle
{
    text-align: right; 
    padding-bottom: 3px;
    color:Gray;
}


.divCommentEntryText
{
	overflow:auto;
}





.txtTitle
{
	font-size:20px;
}

.tdTitle
{
	font-size:18px;
	padding: 0px 0px 10px 0px;
	color:#555555;
}

.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:none;
	color: rgb(0,51,153);
}
.tdMenu a:hover
{
    color:#EE0000;
}

.tdMenu a.lnkBlack
{
}

.lnkBlack
{
    color: rgb(0,51,153);
    background-color:#F5F5F6;
	text-decoration:underline;
}


.tdLnkTitle a
{
    color: rgb(0,51,153);
    font-weight:bold;
    font-size:16px;
	display:block;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	
}


.tdLnkTitle a:hover
{
    color:#EE0000;
}

.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 #d3d3d3;
	width: 100%; 
	height: 10px;
}

.divSorting
{
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	float:right;	
	display:table;
	background:gray;
	
}

.tblSorting
{
	margin:0px 0px 0px 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
{
	line-height:1.5em;
	font-size:13px;
}

.QuestionEntryText:hover
{
	color: #555555;
}
.divQEntryDetails
{
    float: right; 
    font-size: 10px;
    color:Gray;
}

.divQPRating
{
    padding: 0px 10px 0px 5px;
    font-size: 11px;
    color:Gray;
}
.divQPRating a
{
    text-decoration:none;
}

.divPanel
{
	padding:3px 10px 3px 10px;
	border-bottom:1px solid #F1F1F2;
	border-right:1px solid #F1F1F2;
	background-color:#F7F7F8;
}

.divPanelQuestionEntry
{
    padding:3px 10px 3px 10px;
	border-bottom:1px solid #EBEBEC;
	border-right:1px solid #EBEBEC;
	background-color:#F3F3F4;
}

.divPanelArticleEntry
{
	padding:3px 10px 3px 10px;
	border-bottom:1px solid #F1F1F2;
	border-right:1px solid #F1F1F2;
	background-color:#F7F7F8;
}

p
{
    margin:0;
}
.divPanelQuestion
{
	padding: 10px 10px 10px 10px;
	border-bottom:1px solid #F1F1F2;
	border-right:1px solid #F1F1F2;
	background-color:#F7F7F8;
	font-size:13px;
	line-height:1.5em;
	text-align:left;
}

.divPanelQuestion a
{
	color: rgb(0,51,153);
	text-decoration:underline;
	
}

.divPanelQuestion a:hover
{
    color:#EE0000;
}

.divPanelQuestion img
{
	max-width:700px;
	float:left;
    margin-right: 24px;
    margin-top: 4px;
    margin-bottom: 12px;
}

.divRightPanel
{
	padding:4px 5px 4px 5px;
	font-size:13px;
	background-color:white;
	border:1px solid #CFCFCF;
	text-align:justify;
}

.divRightPanel td
{
	padding:4px 5px 4px 5px;
	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;
	width:100%;
}

.divContainer
{
	margin-top: 10px; 
}

.divAbout
{
	width: 728px; 
	text-align: justify;
}

.tblComments
{
	
}

.tblComments td
{
	text-align:justify;
	white-space:normal;
}

.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;
}


.divFooter
{
    width: 100%;
    text-align: center;
    color: #D3D3D3; 
    font-size: x-small;
    padding-top: 30px;
}
