
/* Begin Typography & Colors */

body {
    font-size: 12px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: "lucida grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
    color: #555;
    background: #282b30;
    text-align: center;
    margin: 0;
    line-height: 1.5em;
    padding: 0;	
}

h1 {
    font-size: 17px;
    margin-top: 10px;
    padding-bottom: 0px;
    font-family: arial, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #7292c5;
    color: #ff7700;
}


form {
    margin: 0;
}

a {
    color: #3b5998;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


ul#featureslist {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 2em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #00CC33;
    text-decoration: none;
    text-indent: 5px;
    list-style-position: inside;
    list-style-type: square;
    list-style-image: url('../images/check.png');
    padding: 6px;
    margin: 2px;
}

#background
{
	margin: 0px auto;
	background: url('../images/background.jpg') top center no-repeat;
	padding:0px;
}

#top-header
{
	margin: 0 auto;
	background: url('../images/dsn/header.png') top center no-repeat;
	height: 270px;
	
	width: 982px;
}

#header 
{
    margin: 0 auto;
    text-align: left;
    height: 90px;

    width: 950px;
}

.sign-up
{
	margin: 0 auto;
    width: 950px;
    text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
    height: 335px;
}

.sign-up h1
{
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	border: 0px;
	letter-spacing: .07em;
	width: 500px;
	line-height: 1.5em;
	padding-left: 10px;
	font-style: italic;
}

.sign-up p
{
	letter-spacing: .07em;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #dddddd;
	width: 450px;
	padding-left: 10px;
}

#topmenu {
    margin: 0 auto;
    width: 950px;
    text-align: left;
    height: 25px;
	margin-bottom: 10px;
}

#header h1 {
	margin:0 0 0 -20px;
	padding:0;
	float:left;
	text-indent:-9999px;
	border:0 none;
}

#header h1 a {
	display:block;
	width:280px;
	height:50px;
	outline:0;
}

#toprightlogin {
    float: right;
    padding: 10px 10px;
	color: #ccc;
	font-size: 11px;
	background: #282b30;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/transparent.png');
	*/
}

#toprightlogin a {
	color: #fbd100;
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	display: inline;
}

#topmenu ul li a {
	float: left;
	line-height: 11px;
	font-size: 13px;
	color: #ffffff;
	padding: 5px 8px;
	background-color: #282b30;
}

#topmenu ul li a:hover {
	text-decoration: none;
	color: #fbd100;
	background-color: #282b30;
}

#content {
    margin: 0 auto;
    text-align: left;
    width: 980px;
}

#whitecontent {
	background: #fff ;
	padding: 10px 20px;

	border-top: solid 3px black;
}

#login {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d0dbea;
	width: 300px;
	margin: 20px auto;
	color: #2e4261;
	font-size: 12px;
}

#login form {
	padding: 20px;
}

#login form input {
	margin: 5px 0;
}

input.logininput {
	width: 254px;
	border: 1px solid #9ab2d6;
	font-size: 16px;
}

#footer {
	clear: both;
    padding: 0 0 20px 0;
    display: block;
    text-align: center;	
}

#footercontent {
    	font-size: 11px;
    	text-align: left;
    	margin: 0 auto;
	padding: 10px;
   	width: 960px;
    	color: #b3d0ed;
	background: #424a55;
	border-top: 3px solid #999;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#footercontent a {
    color: #fbd100;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #2583ad;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	
	}

h1, h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #cccccc;
}
	
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0 0 4px 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

p img {
	padding: 3px;
	max-width: 100%;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}
	
#sidebar ul li {
	list-style-type: square;
	list-style-image: url(../images/left-arrow-orange.gif);
	list-style-position: inside;
	font-size: 11px;
	margin: 3px;
}



#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar
{
	float: right;
	width: 250px;
	padding: 10px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

.page_numbers_selected
{
	padding:3px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid 1px #ddd;
	text-align: center;
	
	font-weight: bold;
	
}

.page_numbers_spacer
{
	font-size: 0.8em;
	width:2px;
	display:none;
}

.page_numbers_cell
{
	padding:3px;
	border: solid 1px #ddd;
	text-align: center;
}

.page_numbers_cell:hover
{
	background-color: #3350ac;
}

.page_numbers_cell a
{
	width:100%;
	padding:3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.page_numbers_cell:hover a
{
	color: White;
}

.page_numbers_td
{
	font-weight:700;
}

.page_number_bar
{
	color: #555;
}

.forum_groups_header
{
	font-weight: bold;
	padding-top: 10px;
}

.cat-item
{
	color:#777;
}

.add-comment td
{
	padding-top:10px;
}

.add-comment p
{
	margin:0px;
	margin-bottom: 4px;
}

.add-comment h3
{
	margin-bottom: 7px;
	
}

.row-comments p
{
	margin:0px;
	margin-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
}


.forum-add-comment td
{
	background-color: #fafafa;
	padding: 10px;
	padding-left: 15px;
	padding-right: 20px;
	border: solid 1px #777;
}

.forum-add-comment p
{
	margin:0px;
	margin-bottom: 4px;
}

.forum-add-comment h3
{
	margin-bottom: 7px;
	font-size: 12px;
}

.forum-add-comment-inner td
{
	border: 0px;
	padding: 4px;
}



.row-comments-date
{
	font-size: 10px;
	font-style: italic;
}

.row-comments-author
{
	font-size: 12px;
    font-weight: bold;
}

.row-comments-comment
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-size: 11px;
}

.row-comments-row
{
	padding: 10px;
	border-bottom:#ccc 1px dotted;
}

/* Div containing images alighed to the left */
div.imageleft {
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
}

/* Div containing images alighed to the right */
div.imageright {
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
}

/* Table containing images not aligned */
table.imageauto {
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
	margin: 4px 4px 4px 0px;
}

.breadcrumb_td
{
	padding-left: 3px;
	padding-right: 3px;
	
    padding-bottom: 6px;
    padding-top: 2px;
    vertical-align:middle;
}

.breadcrumb_seperator
{
	font-size:10px;
}

.bread_crumb
{
	padding-bottom: 10px;
	font-size:1em;
	font-weight:bold;
}

.forums-in-forum
{
	font-size: 11px;
}

#FormatUl {
	margin: 0px;
	padding: 0px;
}

#FormatUl li {
	display: inline;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

/* Formatting Button in Edit.aspx */
a.formatlink {
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: solid 1px #214C9A;
	text-indent: -2000px;
	margin-right: 2px;
	background-image: url(../images/wiki/Link.png);
	float: left;
}

/* Formatting Button in Edit.aspx */
a.formatlink:hovers {
	text-decoration: none;
	border: solid 1px #D9671E;
}

#BoldLink {
	background-image: url(../images/wiki/Bold.png);
}
#ItalicLink {
	background-image: url(../images/wiki/Italic.png);
}
#UnderlineLink {
	background-image: url(../images/wiki/Underline.png);
}
#StrikeLink {
	background-image: url(../images/wiki/Strike.png);
}
#H1Link {
	background-image: url(../images/wiki/H1.png);
}
#H2Link {
	background-image: url(../images/wiki/H2.png);
}
#H3Link {
	background-image: url(../images/wiki/H3.png);
}
#H4Link {
	background-image: url(../images/wiki/H4.png);
}
#SubLink {
	background-image: url(../images/wiki/Sub.png);
}
#SupLink {
	background-image: url(../images/wiki/Sup.png);
}
#PageListLink {
	background-image: url(../images/wiki/PageLink.png);
}
#FileLink {
	background-image: url(../images/wiki/File.png);
}
#LinkLink {
	
}
#ImageLink {
	background-image: url(../images/wiki/Image.png);
}
#AnchorLink {
	background-image: url(../images/wiki/Anchor.png);
}
#CodeLink {
	background-image: url(../images/wiki/Code.png);
}
#PreLink {
	background-image: url(../images/wiki/Pre.png);
}
#BoxLink {
	background-image: url(../images/wiki/Box.png);
}
#BrLink {
	background-image: url(../images/wiki/BR.png);
}
#SnippetListLink {
	background-image: url(../images/wiki/Snippet.png);
}
#SpecialTagsLink {
	background-image: url(../images/wiki/SpecialTags.png);
}
#InsertTableLink {
	background-image: url(../images/wiki/SpecialTags.png);
}
#NoWikiLink {
	background-image: url(../images/wiki/NoWiki.png);
}
#CommentLink {
	background-image: url(../images/wiki/Comment.png);
}
#EscapeLink {
	background-image: url(../images/wiki/Escape.png);
}

.login-box-content
{
	margin: 20px;
	margin-left: 100px;
	margin-right: 100px;
}

.login-box-label
{
	padding-top:5px;
}

.arrow-box
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	background-image: url(../images/left-arrow-orange.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

.sign-up-title
{
	font-size: large;
}

.sign-up-comment
{
	font-size: 10px;
}

.sign-up-content
{
	padding:25px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

.sign-up-box-label
{
	font-weight: bold;
	padding-top: 10px;
}

.sign-up-box-spacer
{
	padding-bottom:15px;
	border-bottom: solid 1px #ccc;
}

.sign-up-box-buttons
{
	padding-top:10px;
}

.script-box
{
	padding:5px; 
	border: solid 1px #cccccc;
	font: 0.9em 'Courier New', Courier, Fixed;
	background-color: #fafafa;
}

.cms-content
{
	color: #4a4a4a;
	line-height: 18px;
}

h1.separator, h2.separator, h3.separator, h4.separator {
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 2px;
	margin-bottom: 8px;
	color: #4a4a4a;
}

h2.separator
{
	font-size: 1.2em;
	font-weight: bold;
}

h3.separator
{
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.cms-content ul
{
	padding-left: 0px;
	margin-left: 15px;
}

.text_box
{
	border: solid 1px #cccccc;	
	padding: 3px;
	font-family: Verdana;
}

#main-points
{
	
}

#main-points h2
{
	border: 0px;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .04em;
}

#main-points td
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	letter-spacing: .04em;
}

#home-text-contents h2
{
	border: 0px;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .04em;
	padding: 0px;
	margin: 0px;
	
}

#home-text-contents td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	letter-spacing: .04em;
}

#home-text-contents ul li {
	
	font-size: 11px;
	margin: 3px;
	font-weight: bold;
list-style-type: square;
list-style-image: url(../images/arrow.png);
list-style-position: inside;
	text-indent: -3.5em;

}

.tracking-key
{
	font: 2em 'Courier New', Courier, Fixed;	
	font-weight: bold;
}

.ip-location
{
	color: white;
	border: solid 1px #add9e6;
	letter-spacing: 0.7;
	
}

.ip-location-header
{
	background-color: #00a1cc;
	color: Black;
	font-weight: bold;
}

.ip-location-column
{
	background-color: 
}

.ip-location-value
{
}

table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 350px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

td.helpHed
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

table.sofT
{ text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 350px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }

td.column
{
	text-align: right;
	background-color: #e0e0e0;
	padding-right: 5px;
	width: 100px;
}

td.data
{
	font-weight: bold;
	padding-left: 5px;
}