@charset "UTF-8";
/* CSS Document */

/* general style definitions */

body
{
text-align:left;
margin-left:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/*============= Footer Related ============= */

#Footer
{
clear:both;
margin-right: auto;
margin-left: auto;
padding: 0px;
text-align:center;
background-color:#FFFFFF;
}

#Footer hr
{
color:#FF0000;
}

#Footer ul
{
margin:0px;
padding:0px;
list-style-type:none;
display:inline;
}

#Footer ul li
{
display:inline;
font-size: 12px;
color:#545454;
}

#Footer a:link,
#Footer a:active,
#Footer a:visited
{
	font-size: 12px;
	text-decoration:underline;
	color:#990000;
	border-right: solid 1px #990000;
	padding-right:4px;
}


#Footer a:hover 
{
	font-size: 12px;
	text-decoration:underline;
	color: #666666;
	border-right: solid 1px #990000;
	padding-right:4px;	
}


#Footer a.lastLink:link,
#Footer a.lastLink:active,
#Footer a.lastLink:visited
{
	font-size: 12px;
	text-decoration:underline;
	color:#990000;
	border-right: none;
}


#Footer a.lastLink:hover 
{
	font-size: 12px;
	text-decoration:underline;
	color:#666666;
	border-right: none;
}

/*----------------*/

#CommentsForm
{
	margin-top:10px;
	margin-left:6px;
}

.smallHeadings
{
color:#0000FF;
font-weight:bold;
font-size:13px;
}

.relatedUL
{
padding:0px;
margin:0px 0px 0px 15px;
color:#999900;
list-style-type:square;
}



.subMenuText
{
font-size:15px;
color:#990000;
font-weight:bold;
}

.ulStyle
{
list-style-type:square;
color:#F7931E;
}


.subMenuTextCat
{
	font-family:Arial, Helvetica, sans-serif;
	margin:4px 0 4px 0;
	font-weight:bold;
	color:#990000;
	font-size:16px;
}

.ulStyleCat
{
list-style-type:square;
color:#F7931E;
margin-bottom:15px;
}

.ulStyleCat li a
{
	text-decoration:none;
	font-size:13px;
	color:#545454;
}

.ulStyleCat li a:link,
.ulStyleCat li a:visited
{
	text-decoration:none;
	font-size:13px;
	color:#545454;
}

.ulStyleCat li a:hover
{
	text-decoration:none;
	font-size:13px;
	color:#888;
}

.ulStyleCat li a:active
{
	text-decoration:none;
	font-size:13px;
	color:#777;
}


#CommentBox
{
background-color:#FFFFFF;
	/*background-color: #FFFEEF;*/
	border: 1px dashed #990000;
	padding:5px;
	margin-top:15px;
	width:650px;
	margin-bottom:15px;
	font-size: 12px;
	color: #590D10;
}

#commentHeading
{
	font-weight:bold;
	font-size: 13px;
	color: #590D10;
}


#SolutionContents
{
margin-top:10px;
}

#Head
{
margin-left:16px;
margin-bottom:10px;
}

#Wrapper
{
width:941px;
}

#Content
{
margin-left:14px;
}

.clear
{
	clear:both;
	height:5px;
}

#Content .breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;	
	margin:13px 3px 3px 3px;
	font-size:11px;
	color:#666666;
}

#leftContent
{
display:block;
width:780px;
float:left;
}

#rightContent
{
float:right;
padding-left:9px;
margin-top:-45px;
}


.headings
{
color:#0000FF;
font-size:17px;
}

.listingpage_headings
{
color:#0000FF;
font-size:17px;
clear:both;
padding-top:2px;
text-align:left;
margin-bottom:2px;
}


.left-column
{
width:650px;
float:left;
padding-top:6px;
margin-top:0px;
}

.right-column
{
float:right;
width:220px;
padding-left:20px;
padding-top:6px;
margin-top:0px;
}

.minitext
{
font-size:11px;
}

.keywords
{
	color:#555555;
	font-style:italic;
}

.successText b
{
	font-size:16px;
	color:#900;
	font-weight:500;
}

/* General Links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;	
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	
}


/* Underlined Links */

a.adsense:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #000000;
}

a.adsense:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #000000;
}

a.adsense:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #000000;
}

a.adsense:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color: #333333;
}