/* Styles for validation helpers
-----------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,big,cite,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    word-wrap: break-word;
}

code, pre
{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    word-wrap: normal;
}

.twitter-anywhere-user
{
    cursor: pointer;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete
{
    position: absolute;
    cursor: default;
    background-color: #fff;
    border: 1px solid black;    
}	

.ui-autocomplete-loading { background: white url('/content/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete
{
    width:1px;
} /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu
{
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}

.ui-menu .ui-menu
{
	margin-top: -3px;
}

.ui-menu .ui-menu-item
{
	margin:0;
	padding: 0;
	width: 100%;
}

.ui-menu .ui-menu-item a
{
	text-decoration:none;
	display:block;
	line-height:1.5;
	zoom:1;
	color: #000;
	font-size: 80%;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active
{
    background-color: #fe9;
}




/* tooltip styling */
.tooltip
{
    border: 1px solid black;
	display:none;
	height:auto;
	padding:3px;
	width:auto;
	font-size:70%;
	color:#000;
	background-color: #fea;
}

/* a .label element inside tooltip */
.tooltip label
{
    font-weight: bold;
    font-size: 110%;
}

.tooltip a {
	color:#000;
	font-weight:bold;
}

.discussionRating
{
    margin: 0px 8px 0px 8px;
    font-size:100%;
    font-weight: bold;
}


body
{
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
    margin: 0px;
}


#userProfile td
{
    padding: 6px;
    font-size: 90%;
}

#userProfile label
{
    font-weight: bold;
}

.likeTags
{
    font-size:70%;
    color:#999;
}

.likeTags a
{
    color: #999;
}


.discAction
{
    float: left;
    font-size:80%;
    color: #999;
}

.discAction a
{
    color: #999;
}


#pager
{
    margin: 20px 0px 0px 0px;
    font-weight: bold;
    color: #666;
    background-color: #fff;
}


#pager a
{
    font-weight: bold;
    color: #666;
    text-decoration: none;
    padding: 6px;
    margin: 8px 8px 8px 0px;
    border: 1px solid #999;
    background-color: #fff;
}

#pager span
{
    font-weight: bold;
    color: #666;
    padding: 6px;
    margin: 2px 2px 2px 0px;
}

#pager .selectedPage
{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 6px;
    margin: 8px 8px 8px 0px;
    border: 1px solid #999;
    background-color: #888;
}



#hlogo img
{
    height: 64px;
    vertical-align: middle;
}

.avatar
{
    vertical-align: top;
    text-align: center;
    font-size: 80%;
    width: 160px;
    color: #999;
    font-weight: normal;
}

.avatar a
{
    font-size: 130%;
    font-weight: bold;
}

.emailNote
{
    color: #999;
    margin: 5px;
    font-style: italic;
    font-weight: normal;
}

.profileForm
{
    vertical-align: top;
    font-size: 80%;
    font-weight: bold;
}

.profileForm label
{
    margin: 10px;
}

.profileForm input
{
    font-size: 100%;
    margin: 5px;
}

.profileForm select
{
    font-size: 100%;
    margin: 5px;
}

.disable
{
    color: #999;
}

code
{
    font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    background-color:#eee;
}

textarea
{
    font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    border:1px solid #999;
    font-size:90%;
}

input, select, button
{
    border:1px solid #999;
    font-size:80%;
    padding: 4px;
    font-family:Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
}


.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

#form-validation-error
{
    font-size:130%;
    color:#900;
    font-weight:bold;
}

#form-validation-error ul
{
    margin: 10px 0px 10px 20px;
}


#openIdLogin
{
    font-size: 100%;
    margin: 10px 0px 10px 0px;
}

#openIdLogin label
{
    font-weight: bold;
    margin: 0px 8px 0px 0px;
}


#wmd-button-bar
{
    height:25px;
    width:100%;
    clear:both;
    background-color:#fff;
    margin: 0px 0 1px 0;
}

#wmd-container
{
    font-size: 100%;
}

#wmd-input
{
    width:99%;
    padding: 4px;
    line-height:1.2;
}


#bigButton
{
    font-weight: bold;
    font-size: 120%;
    cursor: pointer;
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-radius: 5px;
}

div.grippie
{  
    background:#EEEEEE url('/content/grippie.png') no-repeat scroll center 2px;  
    border-color:#DDDDDD;  
    border-style:solid;  
    border-width:0pt 1px 1px;  
    cursor:s-resize;
    height:9px;
    overflow:hidden;
}  

.resizable-textarea textarea
{
    margin-bottom: 0pt;
    width: 95%;
    height: 40%;
}


#openIdIcons img
{
    margin: 8px 0px 0px 4px;
    padding: 6px;
    border: 1px solid #aaa;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    cursor: pointer;
}


#openid_identifier
{
    background:url('/Content/openid-icon.png') no-repeat center left;
    padding-left:28px;
    border:1px solid #999;
}



#codeShortDescription, #enterTags, #codeTitle, #positiveFeedback, #neutralFeedback, #negativeFeedback
{
    margin: 8px 0px 0px 0px;
    width: 99%;
}


#openIdIcons
{
    font-size: 80%;
    vertical-align:middle;
}


.formControl
{
    padding: 10px 0px 10px 0px;
}


.formControl label
{
	font-weight:bold;
	color:#333;
	padding: 0px 8px 8px 0px;
	margin: 0px 0px 8px 0px;
}

#nickname
{
    margin-bottom: 10px;
}

.vmd-preview_area
{
    font-size: 80%;
    border: 2px dotted #aaaaaa;
    width: 99%;
    height:auto;
    margin: 20px 0px 20px 0px;
    padding: 3px 0px 3px 3px;
}

DIV.centerBlock
{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

DIV.postCreatedInfo
{
    text-align: right;
    margin-top: 30px;
}


DIV.tags
{
    margin: 12px 0px 5px 0px;
}


DIV.largeDescription
{
    margin-top: 10px;
    margin-bottom: 10px;
}


A.tagLink
{
    color: #666666;
    text-decoration: none;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    padding: 2px 4px 2px 4px;
    font-size: small;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-radius: 5px;
}

A.tagLink:hover
{
    color: #666666;
    text-decoration: none;
    background-color: #eeeeee;
    border: 1px solid #dedede;
}


.viewHeader
{
    margin-bottom:15px;
    height:34px;
    border-bottom:1px solid #666;
}


.viewHeader h1
{
    float: left;
    line-height:34px;
    margin-bottom:0;
    font-size: 140%;
    font-weight: bold;
    font-family: Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
}


#filters
{
    float: right;
}


#filters a
{
	background:inherit;
	border:1px solid #fff;
	color:#777;
	display:block;
	float:left;
	font-size:90%;
	font-weight: bold;
	height:23px;
	line-height:21px;
	margin:8px 8px 0 0;
	padding:0 11px 0 11px;
	text-decoration:none;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -ie-border-radius: 5px 5px 0px 0px;
}


#filters a:hover
{
	line-height:20px;
	margin-top:9px;
	background:#eee;
	border:1px solid #777;
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -ie-border-radius: 5px 5px 0px 0px;
}


#filters a.selectedFilter
{
	background:#fff;
	color:black;
	font-size:120%;
	height:30px;
	line-height:28px;
	margin-top:3px;
	padding:0 11px 0 11px;
	border:1px solid #777;
	border-bottom-color:#fff;

}

.watermark
{
    color: #999;
}



.codeDescription
{
    font-size: small;
    font-style: italic;
    color: #999999;
}



DIV.pageHeaderBlock
{
    border-bottom: 1px solid black;
    margin-bottom: 4px;
}


pre
{
	margin-bottom:10px;
	overflow:auto;
	width:auto;
	padding:5px;
	padding-bottom: 20px;
	background-color:#eee;
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
}


DIV.views
{
    background: #efefef;
    text-align: right;
    margin: 2px 2px 2px 2px;
}


DIV.sharecode
{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    cursor: pointer;
    padding: 12px;
    background: #efefef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-radius: 5px;
    border: 1px solid #999;
    width:200px;
}

DIV.sharecode a
{
    color: Black;
}

DIV.sharecode a:visit
{
    color: Black;
}



.nav
{
    font-size: 90%;
    display: inline;
    font-weight: bold;
}


p
{
    margin: 0px 0px 10px 0px;
}

.nav A
{
    text-decoration: none;
    color: White;
}

.sharecode
{
    text-align: left;
}


#quickSearch .textbox
{
    padding: 2px;
    margin: 0;
    width: 200px;
    max-width: 200px;
    border: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}


#header
{
    width: 100%;
   
}

#header #quickSearch
{
    float: right;
    color: White;
}

#header #topMenu
{
    float: left;
}


.replyDiscussion
{
    margin: 4px 15px 0px 15px;
    padding: 8px;
    vertical-align: text-top;
    background-color: #ffefcf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ie-border-radius: 10px;
}


.myDiscussion
{
    margin: 4px 15px 0px 15px;
    padding: 8px;
    vertical-align: text-top;
    background-color: #dce8f8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ie-border-radius: 10px;
}

.notMyDiscussion
{
    margin: 4px 4px 0px 4px;
    vertical-align: text-top;
}


.feedbackItem
{
    border-bottom: 1px dotted #999;
    padding: 10px 0px 10px 4px;
}

.pfeedbackItem
{
    border-bottom: 1px dotted #999;
    padding: 10px 0px 10px 4px;
    background-color: #eaffd9;
}

.nfeedbackItem
{
    border-bottom: 1px dotted #999;
    padding: 10px 0px 10px 4px;
    background-color: #ffead9;
}


#header #topMenu ul
{
    margin-left: 0;
	padding-left: 0;
	display: inline;
}


#header #topMenu ul li
{
    margin-left: 0;
	padding: 8px 20px;
	list-style: none;
	vertical-align: middle;
	display: inline;
}


#hshareCode ul
{
    margin-left: 0;
	padding-left: 0;
	display: inline;

}


#hshareCode ul li
{
	padding: 8px 25px;
	list-style: none;
	vertical-align: middle;
	display: inline;
	background-color: #aaa;
}


#ch
{
    clear: both;
}


#topBar
{
    margin-bottom: 5px;
    height:25px;
    background-color: #7092be;
    vertical-align:middle;
    padding: 5px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-radius: 5px;
}


#hlogo
{
    float: left;
    font-size: xx-large;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 2px;
}


#hlogo A
{
    text-decoration: none;
    color: Black;
}


#hshareCode
{
    float: right;
    margin: 15px 0px 15px 0px;
}


#content
{
    float: left;
    width: 740px;
}

#mainmasterContent
{
    width: 980px;
}

#right-content
{
    float: right;
    width: 220px;
}


.clear
{
    clear: both;
}


DIV.feedbacks
{
    margin: 4px 0px 0px 4px;
    font-size: medium;
    font-weight: bold;
    color: #999999;
    text-align: right;
}


.right
{
    text-align: right;
}


IMG.feedback
{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: none;
}


IMG.Rate
{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border: none;
}

.rateComment
{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: none;
}

DIV.using
{
    background: #efefef;
    text-align: right;
    margin: 2px 2px 2px 2px;
}



SPAN.viewsUsingNo
{
    color: #999999;
    font-size: medium;
    font-weight: bold;
}


#container
{
    clear: both;
}


.ratedStarFork
{
    vertical-align: text-bottom;
    height: 16px;
    width: 16px;
}


#shareCodeRating
{
    color: #555;
    float: left;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    height: auto;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}


#shareCodeRating span
{
    font-size:150%;
    font-weight:bold;
}

#shareCodeItemLeft
{
    float: left;
    width: 440px;
    padding: 0px 0px 0px 4px;
}


#shareCodeItemRight
{
    float: right;
    width: 220px;
}


#editByItemRight
{
    float: right;
}


#discussion-created-by
{
    float: right;
}


#small-gavatar
{
    float: left;
}

#small-edit-gavatar
{
    float: left;
}

#small-discussionby-gavatar
{
    float: left;
}


.user-info
{
    background-color: #dce8f8;
    padding: 6px;
    border: 1px solid #bac6d6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ie-border-radius: 8px;
}

.disc-user-info
{
    padding: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ie-border-radius: 8px;
}

.edit-user-info
{
    background-color: #fff;
    padding: 6px;
    margin: 0px 10px 0px 10px;
}


.discuss-user-info
{
    padding: 6px;
    margin: 0px 10px 0px 10px;
}


#small-userinfo
{
    float: left;
    font-size:80%;
}


#small-edit-userinfo
{
    float: left;
    font-size:80%;
}



#createdByTitle
{
    font-size: 80%;
    font-weight: bold;
}


#editByTitle
{
    font-size: 80%;
    font-weight: bold;
}


#discussionByTitle
{
    font-size: 80%;
    font-weight: bold;
}


.sharedCodeItem
{
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 4px 4px 4px;
}

.likeSharedCodeItem
{
    padding: 2px 4px 4px 4px;
    background-color: #ffefcf;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}


.mySharedCodeItem
{
    padding: 2px 4px 4px 4px;
    background-color: #e1edff;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}


.sharedCodeItemEnd
{
    border-bottom: 1px dotted #777;
}

A
{
    color: #428bdd;
    text-decoration: none;
}


A.sharedCodeListItemTitle
{
    font-size: larger;
    font-weight: bold;
    font-family:Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
}


A.sharedCodeListItemPostedBy
{
    margin-left: 4px;
    margin-right: 4px;
}

SPAN.userPoints
{
    font-size:small;
    font-weight: bold;
    margin-left: 4px;
    margin-right: 4px;
}

SPAN.posted
{
    font-size:x-small;
    color: #999999;
    font-weight: bold;
    margin-right: 4px;
}

#user-info-posted
{
    clear:both;
    font-size:70%;
    font-weight: bold;
    color: #999;
    padding: 4px 2px 4px 2px;
}

#user-info-edited
{
    clear:both;
    font-size:70%;
    font-weight: bold;
    color: #999;
    padding: 4px 2px 4px 2px;
}

#discussion-user-info-posted
{
    clear:both;
    font-size:70%;
    font-weight: bold;
    margin: 2px;
    color: #999;
    padding: 4px 2px 4px 2px;
}


a:hover
{
    text-decoration: underline;
}
