/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License


  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
*/
/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}*

h1,h2
{
}
OL, UL, DIR, MENU, DD	{
	padding-left: 40px; 
	}
	
OL LI	{
	list-style-type: decimal;
	}
	
UL LI	{
	list-style-type: disc;
	}



body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #FFFFFF;
}

a
{
	color: #006192;

	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	background-color:#FFFFFF;
	max-width: 1100px;
	min-width: 900px;
	margin:auto;
}

/* Header */

#header
{
	position: relative;
	background: #004778 url('images/a5.gif') bottom left repeat-x;
	height: 50px;
}

#logo {

}

/*#header h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}*/

/* Menu */

#menu
{
	position: absolute;
	top: 5em;
	right: 3em;
}

#menu ul
{
	/*list-style: none;*/
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.5em;
	width:100%;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	/*margin-bottom: .5em;*/
	border-bottom: solid 1px #dfdfdf;
	/*padding-bottom: 0.3em;*/
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}


#content ol
{
	/*margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: circle;*/
}

#content ul
{
	/*margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: none;*/
}
#content ul li.sel
{
	list-style: square;
}

#content blockquote
{

	margin:0px;
	padding: 0px;
/*	margin-left:10px;*/
	padding-left:10px;
	padding-bottom:10px;
	border-left: solid 2px #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

/*
#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}
*/
/* Primary Content */

#pcTD {
	/*background: url('images/a1.gif') -120px repeat-y;*/
	width:100%;
}

#primaryContentContainer
{
/*	background-color: #fff;*/
}

#primaryContent
{
	/*padding:1em;*/
}

/* Tertiary Content */
#tertiaryContentTD {
	padding-top:20px;
	padding-left:15px;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#tertiaryContent
{
	width:302px;
	padding-left:1px;
	padding-right:1px;
	display:block;
}

/* Footer */

#footer
{
	/*position: relative;*/
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}


/*
 * Custom 
 */
div.desc a{
	text-decoration:none;
	display:block;
	color:black;
}

table.storydetails td{
	background: url(images/linkbg.gif);
	background-repeat:repeat-y;
	background-position:-10px top;
	background-color:#FFFEEF;
	border-bottom: solid 1px #dfdfdf;
	padding:10px;
}

div.story {
	
	/*
	width:100%;
	margin:5px;
		padding:10px;
	*/
	border-bottom: dashed 1px #dfdfdf;
	padding:10px;

}

div.story:hover {
		background-color:#FFFEEF;
/*
	background: url(images/linkbg.gif);
	background-repeat:repeat-y;
	background-position:-10px top;

	/*

	border-bottom: dashed 1px #dfdfdf;
	border-top: dashed 1px #dfdfdf;
	*/
}
div.title {
	/*font-weight:bold;*/
	font-size:13pt;
}
div.url {
	margin:0px;
	margin-bottom:5px;
	color:black;
}
div.desc {
	max-width:800px;
	margin:0px;
	/*margin-bottom:5px;*/
}

#tagsuggest li {
	display:inline;

}

#tagsuggest li a {

	overflow:hidden;
	font-weight:bold;
	width:125px;
	font-size: 13pt;
}
#tagsuggest li a:hover {
	/*background-color:#F7F7F7;
	padding-left:3px;*/
}
div.error {
	background-color:#FFDFDF;
	padding:2px;
	border:1px solid red;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:12pt;
}

.topright {
	color:white;
	font-weight:bold;
	padding-right:10px;
}

.topright a {
	color:yellow;
	font-weight:bold;
}

.resDup {
	color:#FF6F6F;
}

.resSuc {
	color:green;
}

#commentForm h2 {
	padding-left:10px;
}
#commentForm form {
	padding:10px;
}
.commentbox{
	width:100%;
	height:200px;
}
.red {
color:red;
}
.green {
color:green;
}
.blue {
color:blue;
}

form .submit input {
	margin: 5px;
}
form fieldset select option{
	padding-right:10px;
}

form fieldset input, form fieldset textarea, form fieldset select{
	padding: 2px;
	/*width: 471px;  */
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

form fieldset {
	border:0px;
}

form fieldset legend {
	font-weight:bold;
	border-bottom:1px solid black;
	margin-bottom:5px;
}

form label {
	/*
	text-align: right;
	float: left;
	margin-right: 15px;
	width: 100px;
	
	border:1px solid red;
	padding-top: 20px;
	font-size: 1.2em;
	*/
}

#floatLoginForm {
	background-color:#FFFEEF;
	/*border:1px solid #006293;*/

	text-align:left;
	padding:10px;
	margin:5px;
	border:2px solid #006292;
	display:block;
	width:300px;
}
#floatLoginForm a {
	color:#0A246A;
	text-decoration:underline;
}
#CommentMenu {
	width:100%;
	border:0px;
}
#CommentMenu a, #CommentMenu a:hover, #CommentMenu a:link, #CommentMenu a:visited, #CommentMenu a:active{
	font-weight:bold;
}
#CommentMenu td{
	padding:0px 0px 0px 5px;
}

#CommentMenu .checked a {
	text-decoration:none;
	color:black;
}
#CommentMenu .checked {
	background:url('images/check.gif') top center no-repeat;
}
.cstory{
	border-bottom: dashed 1px #dfdfdf;
	padding:10px;
	
	/*
	margin:0px 0px 0px 0px;
	border:1px solid red;
	padding:10px;
	margin-bottom:10px;
	*/
}
.comment {
/*	border-bottom: dashed 1px #dfdfdf;
	margin-bottom:10px;
	padding:0px 0px 10px 0px;*/
	max-width:800px;
}
div.code {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: left;
	float: none;
	vertical-align: baseline;
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: auto;
	width: auto;
	line-height: 15px;
	font-family: "Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	background: url('images/codebg.gif') repeat;
	border-top:1px solid #E7E5DC;
	border-right:1px solid #E7E5DC;
	border-bottom:1px solid #E7E5DC;
	border-left:20px solid #E7E5DC;
	padding-left:10px;
}

blockquote
{
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}