﻿
/*
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.*/

body
{
	/*background:f7f0e0 #EAF4FF;f5f5f5*/	
	background: #f4f4f4;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 84%;
	margin: 0;
	padding: 0;
	color: #333;
} 

a:link
{
	color: #3333CC;
	text-decoration: none;
}
a:visited
{
	color: #3333CC;
	text-decoration: none;
}
a:hover
{
	color: #008000;
	text-decoration: underline;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #0066FF;	
	margin: 0px;
	font-weight: 600;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.5em;
    font-weight: 200;
    line-height: 2em;
    margin: 0px;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{	
	margin-left: auto;
	margin-right: auto;
	min-width: 1024px;
	max-width: 1024px;
	padding: 0px;	
	padding-top: 0px;		
}

#header-wrap
{
	background: #fff;
}

#menu-wrap
{
	
	margin-bottom: 0px;	
	background: #fff;
	border-bottom: 3px solid #3FA9F5;	   
	
}

#page-wrap
{
	background: url("/images/page-wrap-bg1.png") repeat-x top;
		
}


#header
{
	
	color: #000;
	min-width: 1024px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;	
	background: #fff;			
		
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #000;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{		
    padding: 0px 0px 0px 0px;        
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: .9em; 
    border-top: 3px solid #3FA9F5;
    background: #fff;      
    
}


#footer ul
{
	list-style: none;	  
	line-height: 30px;
}

#footer li
{
	display: inline;
	margin-right: 10px;		
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{	
	min-width: 1024px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
									
}

ul#menu
{    
    padding: 0px;
    position: relative;
    margin: 0;     
    top: 0px;  
             
}

ul#menu li
{
    display: inline;
    list-style: none;    
    margin-right: 0px;
}

ul#menu li#greeting
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.7em;
    color: #666;
}

ul#menu li a
{
	padding: 4px;
	font-family: Arial;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;	
	line-height: 1.8em;
	color: #777;	
}

ul#menu li a:hover
{	
	text-decoration: none;		
	color: #999;	
}

ul#menu li a:active
{    
    text-decoration: none;    
    
}

ul#menu li.selected a
{
	color: #fff;
	line-height: 1.8em;
	position: relative;
	background: #3FA9F5;
	top: 0px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 500px;
    height: 20px;
    border: 1px solid #CCC;
}

select
{
	width: 500px;
}

textarea
{
    width: 600px;    
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 500px;
    height: 20px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 0px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 0px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 0px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}



div#logo
{    
    float:left;        
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 00px;
}

#logindisplay
{
	font-size: 0.9em;
	float: right;
	color: #009999;
	margin-right: 20px;
}

#logindisplay a:link
{
	color: #009999;
	text-decoration: underline;

}

#logindisplay a:visited
{
    color: #009999;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #666;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* TAGS
----------------------------------------*/
.tag a
{
	background-position: #f1f1f1;
	background: #f0f0f0;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 4px;
	margin-right: 5px;
	line-height: 2.5em;
	color: #993300;
}


.tag a:hover
{
	background: #f6f6f6;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	padding: 4px;
	margin-right: 5px;
	color: #666;
}

.title
{
	color: #000;
	font-size: 1.5em;
	line-height: 2em;
	border-bottom: 1px dotted #ddd;	
}

.sub-title
{
	margin-top: 10px; color: #999; font-size: 14px;
}

/* Pager */
.pager 
{
	margin-top:20px;
	padding:10px;	
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

.title-block
{
	padding: 10px;	
	background: #fff;
	border: #f9e9e9 solid 1px; 
	margin-bottom: 5px;
	margin-top: 5px;	
	min-height: 50px;
	
}

.left-side
{	
	float: left;
	width: 727px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e9e9e9;
	min-height: 700px;
}

.right-side
{
	float: right;
	width: 260px;					
	/*min-height: 500px;*/
}

.right-side a
{
	color: #993300;
}




/*------- Tag Cloud ------------*/

.tagCloud
{						
	padding: 5px;					
}


.tagCloud ul
{			
	list-style: none;				
	margin-left: -40px;
}

.tagCloud li
{		
	display: inline;
	margin-left: 5px;			
}

.tagCloud A
{	
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;    
    text-transform:lowercase;     
    display: inline;
    padding: 0px;     
}

.tagCloud A:hover
{    
	     
	color: #008000;        
   
}

.tagCloud A.weight1
{
    color: #29459f;
    font-size: 1.9em;
    font-weight:bolder;
}

.tagCloud A.weight2
{
    color: #4169e1;
    font-size:1.5em;
    font-weight:bolder;
}

.tagCloud A.weight3
{
    color: #009eff;
    font-size: 1.4em;
    font-weight:bolder;
}

.tagCloud A.weight4
{
    color: #4188cf;
    font-size: 1.2em;
}

.tagCloud A.weight5
{
    color: #83bcd8;
    font-size: 1.0em;
}

.add-comment
{	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.add-comment h3, .title-underline
{
	padding-bottom: 3px;
	border-bottom: 1px dashed #ddd;
	color: #000066;
	margin-bottom: 15px;
}

.add-comment-title
{
	margin-top: 0px;
}

.snippet-comment, .code-answer
{
	border: 1px solid #ddd;	
	background: #f9f9f9;
	margin-bottom: 10px;			
	margin-top: 10px;
}

.snippet-comment-title, .code-answer-title
{
	color: #999;	
	padding: 10px;
	margin-bottom: 5px;
}

.snippet-comment-body, .code-answer-body
{
	color: #000;		
	padding: 10px;
}

.rank
{
	text-decoration: none;
	cursor: pointer;
}

.rate-box, .rate-box-exception
{
	margin-right: 10px; 
	background: #fff; 
	border: 1px solid #ddd; 
	padding: 5px;width: 16px; 
	height: 16px; 
	cursor: pointer;	
}

.rate-box, .rate-box-exception hover
{
	margin-right: 10px; 
	background: #f9f9f9; 		
}

.ranked
{
	
}

.sorter
{
	margin-left: 0px;	
	margin-top: 10px;			
	position: relative;	
	top: 0px;		
}

.sorter ul
{
	list-style: none;
	line-height: 0px;	
	margin-left: -40px;
}

.sorter li
{
	display: inline;
	margin-right: 4px;			
}

.sorter li a
{
	padding: 5px 4px;
	font-weight: 200;
	text-decoration: none;	
	color: #666;
	position: relative;
	top: 0px;
	
}

.sorter li a:hover
{
	text-decoration: none;
	color: #000;			
}


.sorter li.selected a
{
	text-decoration: none;	
	color: #000;
	background: 0;
}


.add-link
{	
	font-size: medium;
	padding: 10px;
	padding-left: 20px;
	background: url("/images/add-icon.png") no-repeat left center;	
	margin-bottom: 10px;
}


.black-text
{
	color: #000;
}

.light-gray-text
{
	color: #ddd;
}

.gray-text
{
	color: #666;
	font-weight: 500;
}

.text-box-button
{		
	border: 1px solid #ddd;	
	padding: 4px;
	cursor: pointer;	
	background: #fff;
	margin-right: 5px;
}

.text-box-button:hover
{		
	border: 1px solid #999;	
	padding: 4px;
	cursor: pointer;	
	background: #f9f9f9;
	margin-right: 5px;
}

.text-box-pannel
{
	padding-top: 7px;
	padding-bottom: 7px;
	width: 470px; 
	border-top: 0px solid #ddd; 		
}



input[type=file]
{
	width: 500px;
}

input[type=submit], input[type=reset], input[type=button], input[type=file]
{
	background: url("/Images/buttonbg.png") repeat-x;
	padding: 6px;
	border: 1px solid #ccc;
	font-weight: 500;
	color: #000;
}

input[name=search-img]
{
	margin-right: 20px;
	margin-top: 5px;
}

.line-seperator
{
	clear: both; 
	border-bottom: 1px dashed #ddd;
}


.right-panel
{				
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 10px;	
	
	
}

.right-panel h3
{
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	color: #000;
	margin-bottom: 5px;
}

.black-bold-medium-text
{
	color: Black;
	font-size: medium;
	font-weight: bold;
}

.right-panel-box
{
		
}


.right-panel h2
{
	position: relative;
	top: -10px;	
	
}

#members
{
	
}

#members ul
{
	list-style: none;
}

#members li
{
	display: inline;
	background: #f9f9f9;
	margin-right: 10px;
	padding: 10px;
	line-height: 30px;
}



.user-records-normal
{
	font-size: medium;
	color: #666;
	margin-bottom: 20px;
	margin-top: 20px;
}

.profile-text
{
	color: #990000;
	font-weight: bold;
}

.profile-list
{
}

.profile-list ul
{
	list-style: none;
}

.profile-list li
{
	display: inline;
	margin-right: 10px;
}


.horiz-list
{
	
}

.horiz-list ul
{
	list-style: none;
	margin-left: -40px;
}

.horiz-list li
{
	display: inline;
	margin-right: 5px;
}



.index-record
{
	float: left; 
	width:98%;	
	padding: 8px; 
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;		
}

.index-record-gray
{
	
	float: left; 
	width:98%;	
	padding: 8px; 
	margin-bottom: 10px;
	padding-bottom: 20px;	
	background: url('/images/record-bg.png') repeat-x;	
	
}

.index-record hover
{	
	
}

.text-bold
{
	font-weight: bold;
}

.right-pannel-ul
{
	list-style: none;
	position: relative;
	left: -35px;
}

.right-pannel-ul li
{
	margin-bottom: 4px;
}

.record-block
{
	margin-bottom: 20px;
	
}

#link-start
{
	border-bottom: 1px dashed #ddd;
	padding: 10px;
	padding-bottom: 20px;
	background: #f9f9f9;
}

#link-continue
{
	background: #f9f9f9;
	padding: 10px;
}

.login-panel
{
	margin-bottom: 10px; 
	margin-top: 0px; 	
	padding: 10px;
}

.profile-list a
{
	
}

.icon-view-list
{
	padding-left: 25px; 
	background: url('/images/eye.png') no-repeat left center;
}

.icon-attachment
{
	padding-left: 25px; 
	background: url('/images/attachment.png') no-repeat left center;
}

.icon-add
{
	padding-left: 25px; 
	background: url('/images/add-icon.png') no-repeat left center;
}

.icon-rss
{
	padding-left: 25px; background: url('/images/rss.png') no-repeat left center;
}

.bullet-blue
{
	padding-left: 20px; 
	background: url('/images/bullet_blue.png') no-repeat left center;
}

.bullet-go
{
	padding-left: 20px; 
	background: url('/images/bullet_go.png') no-repeat left center;
}

.bullet-black
{
	padding-left: 20px; 
	background: url('/images/bullet_black.png') no-repeat left center;
}

.additional-record
{
	color: Navy;
	background: #f9f9f9;
}

.ad-unit
{
	margin-top: 0px;
}

.one-side
{
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 20px;
	min-height: 800px;
}



.main-panel
{	
}

.main-panel-div ul
{
	list-style: none;	
	margin-left: -20px;
}

.main-panel-div li
{
	font-size: 13px;
	line-height: 2em;				
}

.main-panel-div
{
	padding: 10px;
	margin: 5px;	
	border-top: 0px solid #eee;					
	background: #fff url('/images/record-bg1.png') repeat-x;		
}

.main-panel-div h2
{
	background: url('/images/code_small.png') no-repeat left center;
	padding-left: 22px;
	color: #000;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}


.search-box #query.active
{
	color: #000;
	border: 1px solid #666;	
	background: #f9f9f9;
}

.search-box #query 
{
	float: left;
    padding: 0;    
    margin: 6px 0 0 6px;        
    width: 159px;       
    color: #999;		
}

.search-box {
    width: 204px;
    height: 31px;        
    position: relative;
    top: -13px;    
    margin-right: 4px;    
}

.search-box #go {
    float: right;
    margin: 1px 4px 0 0;
}

.username-ok
{
	background: url('/images/accept.png') no-repeat right center;
	width: 16px;
	height: 16px;
}

.username-bad
{
	background: url('/images/cross.png') no-repeat right center;
	width: 16px;
	height: 16px;
}

.error-msg
{
	background: #f9f9f9 url('/images/error.png') no-repeat left center;	
	padding: 5px;
	padding-left: 18px;
	border: 1px solid #ddd;
	color: Red;	
	font-weight: 600;	
}

.ok-msg
{
	background: #f9f9f9 url('/images/info.png') no-repeat left center;	
	padding: 5px;
	padding-left: 18px;
	border: 1px solid #ddd;
	color: Black;	
	font-weight: 600;	
}

.actions
{
	background: #f1f1f1;		
	border-left: 3px solid #ddd;
	margin-top: 20px;
}

.actions ul
{
	list-style: none;
	margin-left: -10px;
	position: relative;
	left: -20px;
}

.actions li
{
	display: inline;
	margin-right: 10px;	
}

.actions li a
{
	color: #000;
}

.syntaxhighlighter
{	
	font-size: 12px;
	max-height: 300px;	
	overflow: auto;		
}

.member-score
{
	width: 40px;
	height: 40px;
	background: #f9f9f9;
	padding: 5px;
	float: right;		
}

.square-right
{
	border: 1px solid #ddd; float: right; text-align: center; padding: 5px; background: url('/images/buttonbg.png') repeat-x; margin-left: 5px;
}