html
{
	overflow: -moz-scrollbars-vertical;
}

body 
{
	font: 11pt  century, arial, Verdana;
	margin: 0px 0 0 0;
	text-align: center;
	color: #4A6475;
	background: #E8F8FD url(body-bg1.gif)
	/*background: url(grey_earth_bg1.jpg)*/
	top center repeat-x;
}

h1
{
	font-size: 16pt; 
}

h2
{
	font-size: 12pt;
}
	
h3
{
	font: 10pt Verdana, Helvetica;
	font-weight: bold;
	border-bottom: dotted 1px #858A8E;
	padding-bottom: 2px;
	margin-bottom: 4px;
}


a
{
	text-decoration: underline;
	color: #1A4A94;
}

a:visited
{
	color: #1B3146;
}

a:hover
{
	color: #123467;
	text-decoration: none;
}

pre
{
	font: 8pt Lucida Console, Courier New;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
        width: 520px;
        overflow-x: hidden;
}

/* Classes */

.Post
{
	margin-bottom: 8px;
	margin-right: 0px;
}

.PostTitle
{
	font: 14pt Arial Black;;
	margin-top: 4px;
	letter-spacing: -0.5pt;
}

.PostTitle a
{
	text-decoration: underline;
	color: #267EBE;
}

.PostTitle a:visited
{
	color: #0F314A;
}

.PostTitle a:hover
{
	color:#185078;
	text-decoration: underline;
	background-color: #AFD5EF;
}

.PostSubtitle
{
	font: 10pt Verdana, Helvetica;
	color: #4EA3DC;
	font-style:italic;
}

.PostInfo
{
	border-top: dotted 1px #cccccc;
	margin-top: 6px;
	padding-top: 4px;
	font: 8pt Verdana, Helvetica;
	color: #999999;
}

.PostBody
{
	line-height: 160%;  word-wrap: break-word;
}

.PostDetails
{
	width: 100%;
	padding: 0 0 0 0;
}

.FeedbackList
{
	width: 530px;
	padding: 0 0 0 0;
	margin-bottom: 8px;
}

.PostFeedbackItem
{
	margin-bottom: 12px;
    width: 530px;
    border: solid 1px #eeeeee;
    border-right: solid 2px #dddddd;
    border-bottom: solid 2px #cccccc;
    padding: 2px 2px 8px 2px;
}

.PostFeedbackTitle
{
	font: 11pt Verdana, Helvetica;
	color: #267EBE;
}

.PostFeedbackTitle a
{
	text-decoration: none;
	color: #82181A;
}

.PostFeedbackTitle a:visited
{
	color: #0F314A;
}

.PostFeedbackTitle a:hover
{
	color:#185078;
	text-decoration: underline;
	background-color: #AFD5EF;
}

.PostFeedbackInfo
{
	font: 8pt Verdana, Helvetica;
	color: #999999;
	border-bottom: dotted 1px #cccccc;
}

.PostFeedbackBody
{
	font-size: 11pt;
	padding-left: 8px;
	padding-right: 8px;
}

.PostFeedbackForm
{
	border: solid 1px #cccccc;
	padding: 2px 2px 2px 2px;
}

.PostFeedbackForm h3
{
	font-family: Verdana, Helvetica;
	margin-top: 0px;
	padding: 2px 4px 2px 4px;
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 8px;
}

.InputForm
{
	border-top: solid 1px #cccccc;
}

.FormField
{
	clear: both;
	margin-top: 4px;
	padding: 4px 8px 4px 8px;
}

.FormTextBox
{
	width: 320px;
	font: 11pt Palatino Linotype, Georgia, Times;
}

.FormLabel
{
	float: left;
	width: 160px;
}

.FormCheckbox
{
	margin-left: 160px;
}

.FormDropDown
{
	font: 11pt Palatino Linotype, Georgia, Times;
}

.FormBody
{
	padding: 4px 8px 0px 8px;
	line-height: 110%;
}

.FormBody textarea
{
	clear: both;
	width: 90%;
	height: 120px;
}

.FormBodyRichEdit
{
	padding: 4px 8px 0px 8px;
	line-height: 110%;
}


.FormNotes 
{
	display: block;
	clear: both;
	color: #999999;
	font-size: 8pt;
	margin-left: 160px;
}

.FormField .Image
{
	float: right;
	border: solid 2px #ffcc99;
	padding: 8px 8px 8px 8px;
}

.FormField .Response
{
	padding-left: 8px;
	width: 120px;
}

.FormField .RefreshButton
{
	margin-left: 250px;
	width: 80px;
	font: 8pt Verdana, Helvetica;
}

.FormButtonContainer
{
	padding: 8px 8px 8px 8px;
	width: 538px;
	text-align: center;
}

.FormButtonContainer input
{
	font: 8pt Verdana, Helvetica;
}

.FormErrorMessage 
{
	clear: both;
	font-size: 9pt;
	color: #ff0000;
	padding-left: 160px;
}

.RssButton
{
	background-image: url(feed.png);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 18px;
}

.LoginForm
{
	text-align: left;
}

.FormCommand
{
	padding: 0px 12px 0px 12px 
}

.ItemsGrid
{
	width: 540px;
	border: none;
}

.ItemsGridItem
{
	border-top: solid 1px #cccccc;
}

.ItemsGridMenu
{
	float: right;
}

.TitleLabel
{
	float: left;
	display: block;
	width: 340px;
	font-weight: bold;
}

.SubtitleLabel
{
	display: block;
	width: 340px;
	font-size: 8pt;
}

.TitleEdit
{
	float: left;
	display: block;
	width: 340px;
	font-weight: bold;
	border: solid 1px #cccccc;
	font: 11pt Georgia, Times;
}

.SubtitleEdit
{
	display: block;
	width: 340px;
	font: 11pt Georgia, Times;
	border: solid 1px #cccccc;
	height: 40px;
}

.FeedLink
{
	border: solid 1px #cccccc;
	padding: 3px 3px 3px 3px;
}

/* Containers */

#Page
{
	position: relative;
	width: 788px; /*by vikram from 784 to 788*/
	text-align: left;
	padding: 0 0 0 0;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	/*padding: 5px 3px 5px 5px;*/
}

#HeaderContainer
{
	width: 788px; /*by vikram from 784 to 788*/
	margin-bottom: 24px;
}

#Header
{
	background-image: url(topban.jpg);
	margin-bottom: 0px;
	height: 220px;
	text-align:left;
	background-position:center;
}

#Header h1
{
	margin: 10px 0px 0px 12px;
	font: bold 32pt Verdana, Helvetica;
	color: #336699;
}

#Header h2
{
	color: #6699cc;
	margin: 0px 0px 0px 12px;
}

.MenuBar
{
	background-color: #37BEF8;
	padding: 8px 4px 0px 4px;
	margin-top: 0px;
	text-align: center;
	background: url(menubar.jpg);
	height: 24px;
	width: 780px; /*by vikram*/
}

.MenuBar a
{
	font: bold 10pt Verdana, Helvetica;
	color: #134487;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 0px 6px 0px 6px;
}

.MenuBar a:hover
{
	color: #0456A8;
	/*color: #0456A8;*/
	font: bold 10pt italic;
	text-transform: lowercase;
	
}

.me
{
	color: #1AA3D0;
	text-decoration: underline;
	background-color: #B1E4F5;
}


#SidebarContainer
{
	float: left;
	width: 181px;/*BY Vikram from 160 to 181*/
	padding: 8px 20px 24px 16px; 
	line-height: 140%;
	background-color: #FFFFFF;
}

#ContentContainer
{
	width: 561px; /*BY Vikram from 570 to 561*/
	/*background-color: #D3ECFF;*/
	padding-right: 10px;
	float: right;
	background-color: #FFFFFF;
}

#ContentContainer h2
{
	padding-left: 4px;
}

#FooterContainer
{
	border-top: solid 1px #37BEF8;
	margin-top: 12px;
	padding-top: 6px;
	background-color: #37BEF8;
	color: #FFFFFF;
	clear: both;
	font-size: 12pt;
	text-align: center;
}

.code
{
	font-family: Lucida Console, Courier New;
	width: 520px;
	color:#034967;
}

/* RichEdit */

.RichEdit
{
	width: 508px;
}

.rtTab
{
	width: 500px;
	height: 100%;
	overflow: hidden;
	border: solid 1px #868B8F;
	padding: 0 0 0 0;
}

.rtButtonBar
{
	border: solid 1px #cccccc;
    background-image: url(ButtonBar.png);
    background-repeat: repeat-x;
	width: 500px;
	height: 24px;
	overflow: hidden;
	padding: 1px 1px 1px 6px;
	text-align: left;
	clear: both;
}

.rtButton
{
	width: 22px;
	height: 20px;
	margin: 0px 1px 0px 1px;
	padding: 1px 1px 1px 1px;
	float:left;
	background-image: url(RichEdit.gif);
}

a.rtButton:hover
{
	border: solid 1px #000000;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: #cccccc;
	filter: alpha(opacity=90);
}

.rtCombo
{
	font: 10pt Tahoma, Arial;
	margin: 0px 2px 0px 0px;
	float: left;
}

.rtRichEdit
{
	width: 500px;
	height: 348px;
	padding: 0 0 0 0;
	overflow: scroll;
	clear: both;
}

.rtHtmlEdit
{
	width: 500px;
	height: 400px;
	padding: 0 0 0 0;
}

.rtColorPopup
{
	width: 122px; 
	border: solid 1px #333333;
	padding: 1px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 2px;
	z-index: 999;
}

.rtColorPopup .rtCloseButton
{
	width: 122px;
	height: 20px;
	font-size: 12px;
}

.rtColorCell
{
	width: 10px;
	height: 10px;
	display: block;
	margin: 1px 1px 1px 1px;
	float: left;
}

a.rtColorCell:hover
{
	border: solid 2px #000000;
	margin: -1px -1px -1px -1px;
	text-decoration: none;
}

.rtColorRow
{
	clear:both;
	height: 8px;
}

.rtViewButtons
{
	clear: both;
	float: left;
	padding: 0px 0px 4px 12px;
}

.rtViewButtons a
{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	font: 10pt Verdana, Helvetica;
	padding: 4px 4px 4px 4px;
	margin: 0 0 0 -6px;
}

a.rtbBold
{
}

a.rtbItalic
{
	background-position: -22px 0px;
}

a.rtbItalic:hover
{
	background-position: -22px 0px;
	border: solid 1px #000000;
}

.rtbUnderline
{
	background-position: -44px 0px;
}

.rtbStrikethrough
{
	background-position: -66px 0px;
}

.rtbSuperscript
{
	background-position: -88px 0px;
}

.rtbSubscript
{
	background-position: -110px 0px;
}

.rtbRemoveFormatting
{
	background-position: -132px 0px;
}

.rtbColor
{
	background-position: -154px 0px;
}

.rtbLeft
{
	background-position: -176px 0px;
}

.rtbCenter
{
	background-position: -198px 0px;
}

.rtbRight
{
	background-position: -220px 0px;
}


.rtbJustify
{
	background-position: -242px 0px;
}

.rtbOrderedList
{
	background-position: -286px 0px;
}

.rtbUnorderedList
{
	background-position: -264px 0px;
}

.rtbIndent
{
	background-position: -308px 0px;
}

.rtbOutdent
{
	background-position: -330px 0px;
}

.rtbHyperlink
{
	background-position: -352px 0px;
}

.rtbRemoveLink
{
	background-position: -374px 0px;
}

.rtbHorzRule
{
	background-position: -396px 0px;
}

.rtbCut
{
	background-position: -418px 0px;
}

.rtbCopy
{
	background-position: -440px 0px;
}

.rtbPaste
{
	background-position: -462px 0px;
}

.rtbUndo
{
	background-position: -484px 0px;
}

.rtbRedo
{
	background-position: -506px 0px;
}
