﻿.gradient
{
	background-image: url('/images/bg_gradient.gif');
	background-repeat: repeat-x;
	background-color: #DF9648;
	background-position:top;
	margin: 0px;
}

.whiteback
{
	background-color:White;
}

.label
{
	font-size: 11px;
	color: #666666;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

.normal
{
	font-size: 11px;
	color: Black;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}

.normaltext
{
	font-size: 11px;
	color: #666666;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}

.divider
{
	font-size: 11px;
	color: #b4b4b4;
	font-weight:bold;
}

/*CSS for Top MostBar*/
.topbandlink,
.topbandlink:visited
{
	font-size: 11px;
	color: #CD9934;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}

.topbandlink:hover
{
	font-size: 11px;
	color: #CD9934;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
	font-weight: bold;
}
/*End*/

/*CSS for Login control*/
.loginlink,
.loginlink:hover,
.loginlink:visited
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #CE9931;
	text-decoration:none;
}

.loginlinkbold
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #CE9931;
	text-decoration:none;
	font-weight:bold;
}
/*End of Login control's CSS*/

.navigation,
.navigation:visited
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	color: #E09748;
	text-decoration:none;
	font-weight:bold;
}

.navigation:hover
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	color: #E09748;
	text-decoration:underline;
	font-weight:bold;
}

.activenavigation
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	text-decoration:none;
	color: #999999;
}

.activenavigation:hover
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	text-decoration:underline;
	color: #999999;
}

.topdottedline
{
    border-top:dotted 1px #cccccc;
}

.bottomdottedline
{
    border-bottom:dotted 1px #cccccc;
}

.button
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	background-color: #e2dfd6;
	text-decoration:  none;
	border-left: #dcdcdc 2px solid;
	border-top: #dcdcdc 2px solid;
}

.normallink,
.normallink:visited
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #CEA042;
	text-decoration:none;
}

.normallink:hover
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #CEA042;
	text-decoration:underline;
}

.normallinkbold,
.normallinkbold:visited
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #CEA042;
	text-decoration:none;
	font-weight:bold;
}

.normallinkbold:hover
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #CEA042;
	text-decoration:underline;
	font-weight:bold;
}

.greybandheading
{
	font-size: 12px;
	color: #666666;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.articlelink,
.articlelink:visited
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	color: #986633;
	text-decoration:none;
}

.articlelink:hover
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	color: #986633;
	text-decoration:underline;
}

.ratingStar 
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url('/images/FilledStar.png');
}

.emptyRatingStar 
{
    background-image: url('/images/EmptyStar.png');
}

.savedRatingStar 
{
    background-image: url('/images/SavedStar.png');
}

.bottomlink
{
	font-size: 11px;
	color: White;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: none;
}

.bottomlink:hover
{
	font-size: 11px;
	color: White;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: Underline;
}

.bottomdivider
{
	font-size: 11px;
	color: White;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}

.bottomseperatorline
{
	background-image: url('/images/dot.gif');
	background-repeat:repeat-x;
}

.bottomlabel
{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}

.copyrightlabel
{
	font-size: 11px;
	color:#676566;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

.articlename
{
	font-size: 16px;
	color: Black;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

.normaltext a
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #CEA042;
	text-decoration:none;
}

.normaltext .wikilink
{
	font-size: 11px;
	color: #CEA042;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: none;
}

.normaltext .wikilink:hover
{
	font-size: 11px;
	color: #CEA042;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}

.subheading
{
	font-size: 12px;
	color: #000000;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

.editarticle,
.editarticle:hover,
.editarticle:visited
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #986633;
	text-decoration:none;
	font-weight:bold;
}

.emptygridtext
{
	font-size: 11px;
	color: #333333;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

.messagebox
{
	border: #999999 1px solid; 
	background-color: #EEEEEE;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	color: black;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	height:25px;
}

.commentcenter
{
	background-color:#EFEFEF;
}

.pageheading
{
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}

.gridItem
{
	font-size: 11px;
	color: black;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	padding-top:3px;
	padding-bottom:3px;
	
}

.gridaltitem
{
	font-size: 11px;
	color: black;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	background-color: #E5F1F6;
}

.gridheader
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	background-color:White;
	text-align: left;
	padding-top:3px;
	padding-bottom:3px;
}

.gridcenter
{
	background-image: url('/images/box_border.gif');
}

.graylabel
{
	font-size: 11px;
	color: #999999;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

.greybandheading
{
	font-size: 12px;
	color: #666666;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.label_padding_bottom
{
	font-size: 11px;
	color: #333333;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
	padding-bottom:10px;
}

.picture_frame
{
	border-left: silver 1px solid;
	border-bottom: silver 4px solid;
	border-top: silver 1px solid;
	border-right: silver 4px solid;
}

.bottomline
{
    border-bottom:dotted 1px #FCCD99;
}

.watermarktextbox
{
	font-size: 12px;
	color: #999999;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}
.dividerimage
{
    background-image: url('/images/divider.jpg');
    background-repeat:repeat;
}

.genericmessagelabel
{
	font-size: 14px;
	color: black;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

.errormessagelink
{
	font-size: 14px;
	color: #E09748;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration:none;
	font-weight:bold;
}

.errormessagelink:hover
{
	font-size: 14px;
	color: #E09748;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
	font-weight:bold;
}

.articletext
{
	font-size: 12px;
	color: #333333;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	line-height: 18px;
}

.articletext a
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #CEA042;
	text-decoration:none;
}

.articletext .wikilink
{
	font-size: 12px;
	color: #CEA042;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: none;
}

.articletext .wikilink:hover
{
	font-size: 12px;
	color: #CEA042;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-decoration: underline;
}

.legend
{
	font-size: 16px;
	color: #E09748;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

.fieldset
{
	margin-bottom:15px;
}
.seperator
{
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
.sharelegend
{
	font-size: 14px;
	color: #666666;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	
}
.greycenter
{
	background-image: url('/images/greycenter.gif');
}
/* Modal dialog styles */
.modalBackground 
{
	background-color: #EBEBEB;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.modaltable
{
	border: 2px solid #BBBBBB;
	border-collapse:collapse;
}

.modaltable td
{
	border: 2px solid #BBBBBB;
	border-collapse:collapse;
}


.modaltable #modalheader
{
	background-color: #dddddd;
}

.modaltable #modalheadertext
{
	padding-left:10px;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color:#6E6965;
}

.modaltable #modalclosecross
{
	background-color: #eeeeee;
	border-left: 2px solid #BBBBBB;
	border-collapse:collapse;
}


.modaltable td table td
{
	border: 0px solid;
	border-collapse:collapse;
}

.modaltable #modalmainarea
{
	background-color:#eeeeee;
	padding-top:10px;
}
.formrow td
{
	padding-bottom: 10px;
	empty-cells:hide;
}

.AjaxUpdateProgressLabel
{
	font-size: 16px;
	color: #000000;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}
.error
{
	font-size: 10px;
	color: red;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}
.errorbox
{
	border: #CC6600 1px solid; 
	background-color: #FFFFCC;
	padding : 10px 10px 10px 10px;
	font-size: 12px;
	color: red;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	text-align:left;
	margin-bottom:12px;
}
.errortitle
{
	font-size: 14px;
	color: red;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}
.labelblack
{
	font-size: 11px;
	color: #000000;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}
.req_star
{
	font-size: 11px;
	color: #FF0000;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight:bold;
}
.textbox
{
	color: Black;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
}
.topnavseperator
{
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
.fieldsetshare
{
	padding: 5px 5px 15px 5px;
}

.morelink,
.morelink:visited
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	color: #986633;
	text-decoration:none;
}

.morelink:hover
{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	color: #986633;
	text-decoration:underline;
}

.profiletext
{
	font-size: 11px;
	color: #999999;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}

.profiletext_bold
{
	font-size: 11px;
	color: #999999;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
	font-weight: bold;
}


.maintable
{
	background-color:White;
	margin: 0px 0px 0px 20px;
}

.bottom_margin
{
	margin: 0px 0px 10px 20px;
}

/* CSS for Like it button */

.likeitlabel
{
	font-size: 11px;
	color: #666666;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Verdana, Sans-Serif;
}

/* CSS for Like it button ends */

.formrowremove td
{
	padding-bottom:0px;
}