﻿h1
{
	border-bottom: 1px dashed #C0C0C0;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
h2
{
	border-bottom: 1px dashed #C0C0C0;
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 16px;
	font-weight: bold;
	color: #808080;
}
h3
{
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

a {	color: #1377AF;	text-decoration: none;}
a:hover {	color: #CC6600; }
a.link1 {	font-size: 13px;	font-weight: bold;}
a.link1:hover {	text-decoration: none;}

.button
{
	background-image: url('../images/bg_button.png');
	border: 1px solid #1F54BC;
	color: White;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 14px;
	font-weight: bold;
}
.button2
{
	background-image: url('../images/bg_button2.png');
	border: 1px solid #990000;
	color: White;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 14px;
	font-weight: bold;
}
a.button3 {
    height:23px;
    padding:3px 12px 5px 0px;
    background-image:url('../images/bg_button3.jpg');
    background-position:right;
    background-repeat:no-repeat;
    color:#373536;
    font-weight:bold;
    margin-right:1px;
}
a.button3:hover {    background-image:url('../images/bg_button3A.jpg');    background-repeat:no-repeat;      color:White;}
a.button3 span {     height:23px;    padding:3px 0px 5px 10px;    background-image:url('../images/bg_button3.jpg');    background-repeat:no-repeat;        margin-top:1px;}
a.button3:hover span{     background-image:url('../images/bg_button3A.jpg');    background-repeat:no-repeat;  }

.pageNumbers{
    font-size:14px;
    font-weight:bold;
    margin:0 2px;
}

a.submitIdeaButton 
{
	float:right;
	background-image: url('../images/bg_buttonSubmit.png');
	width:113px;
	height:23px;	
	color:White;
	font-weight:bold;
	text-shadow :0px 1px 0px #666;
}
a.submitIdeaButton:hover
{
	text-decoration:underline;
	background-image: url('../images/bg_buttonSubmitA.png');
}
.alertIcon{
    float: left; 
    padding-right: 5px;
    height:16px;
    width:16px;
    background-image:url('../images/alert_icons.jpg');
    background-repeat:no-repeat;
}
.categoryTitle
{
	font-family: 'Trebuchet MS' , Arial;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.commentCount
{
	background-image: url('../images/commentBubbles.jpg');
	background-repeat:no-repeat;
	height: 26px;
	width: 30px;
	font-weight:bold;
	line-height: 20px;
	text-align: center;
}
.commentCountActive
{
	background-image: url('../images/commentBubbles.jpg');
	background-repeat:no-repeat;
    background-position:0 -26px;
    font-weight:bold;
	height: 26px;
	width: 30px;
	line-height: 20px;
	text-align: center;
}
.suggestionCount
{
	background-image: url('../images/commentBubbles.jpg');
	background-repeat:no-repeat;
    background-position:3px -52px;
    font-weight:bold;
	height:34px;
	width: 37px;
	line-height: 24px;
	text-align: center;
}

.suggestionTag{
    font-weight:bold;
    color:#9bab2e;
    }
.text1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
}
.text2
{
	font-family: 'Trebuchet MS' , Arial;
	font-size: 16px;
	font-weight: bold;
	color: #808080;
}
.text3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.text4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #1377AF;
	font-weight: bold;
	
}
.text5{
    font-weight:bold;
    color:#CC6600;
}
.buttonList ul {    list-style:none;}
.buttonList li {    display:inline;}

.inlineList ul {	list-style: none;	text-align: left;	margin: 0px;	padding: 0px;}
.inlineList li {	display: inline;}
.inlineList li:first-child a {	padding-right: 5px;	padding-left: 0px;	border-left-style: none;}
.inlineList li a {	padding-right: 5px;	padding-left: 5px;	border-left-style: dotted;	border-left-width: 1px;	border-left-color: #999;}

.alertDiv
{
	background-color: #FFCCCC;
	padding: 8px;
	border: 1px solid #FF5E5E;
	font-family: Arial;
	font-size: 13px;
	color: #CC0000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.successDiv
{
	border: 1px solid #339E35;
	padding: 8px;
	background-color: #E2F2C2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


.watermark {	color: #B5B5B5;}

.modalBackground {	background-color: #000;	filter: alpha(opacity=80);	opacity: 0.8;}
.modalFrame {	background: #ddd;	padding: 20px 20px;	border: 10px solid #fff;}
.modalFrame .modal_Signup {	background-color: #FFFFFF;	border: 1px solid #bbb;	padding: 3px;	width: 700px;}
.modalFrame .modal_WTF {	background-color: #FFFFFF;	border: 1px solid #bbb;	padding: 3px;	width: 650px;}
.modalFrame .modal_AddFriend {	background-color: #FFFFFF;	border: 1px solid #bbb;	padding: 3px;	width: 300px;}
.modalFrame input.closeButton {	position: absolute;	right: -20px;	top: -20px;}

.signupTable{ color:#5D7B9D; font-weight:bold; Font-Size:10pt;font-family:'Trebuchet MS', Arial;}

.borderImage {	padding: 5px;	background: white;	border: 1px solid #C1C1C1;}

.profilePic img
{
	background-position: white;
	padding: 5px;
	display: block;
	margin: 5px auto 3px auto;
	width: 150px;
	background: white;
	border: 1px solid #C1C1C1;
}
.profilePic_lg img
{
	background-position: white;
	padding: 5px;
	display: block;
	margin: 5px auto 3px auto;
	width: 200px;
	height: 155px;
	background: white;
	border: 1px solid #C1C1C1;
}
.profilePic .onlineStatus
{
	display: block;
	font-size: 1.2em;
	background: #fff;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	position: relative;
	font-weight: bold;
	bottom: 37px;
	left: 15px;
	width: 78%;
	padding: 5px;
	margin: 0 0 -25px 0; /* the 'bottom' tag above shifts it up but the original BLOCK space is still taken. must shift everything up*/
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
}
.profilePic_lg .onlineStatus
{
	display: block;
	font-size: 1.2em;
	background: #fff;
	filter: alpha(opacity=75);
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	position: relative;
	font-weight: bold;
	bottom: 39px;
	left: 7px;
	width: 89%;
	padding: 5px;
	margin: 0 0 -25px 0; /* the 'bottom' tag above shifts it up but the original BLOCK space is still taken. must shift everything up*/
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
}
.profilePic .online, .profilePic_lg .online {	color: Green;}
.profilePic .offline, profilePic_lg .offline {	color: red;}
.profilePic .name { 	color: #034DD3;}

.friendUpdatePic
{
	background-position: white;
	padding: 2px;
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: white;
	border: 1px solid #C1C1C1;
}

.profileIdeaStatBox
{
	float: left;
	border: 1px solid #CDCDCD;
	margin: 8px;
	background-color: #F2F2F2;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #919191;
	height: 40px;
	width: 60px;
	padding: 10px;
	text-align: center;
}
.profileIdeaStatBox p
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CC0000;
}
.friendPopup
{
	border: 1px solid #0099FF;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: White;
	z-index:1001;
	width: 230px;
}
.accomplishmentPopup{
	border: 1px solid #0099FF;
	padding:3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: White;
	z-index:1001;
	width: 250px;
}
.accomplishment {
    width:46px;
    height:55px;
    background-image:url('../images/accomplishments/accomplishmentMap.jpg');
    background-repeat:no-repeat;
}

.friendPopup .rightControls {	float: right; }

.roundedBorder
{
	border: 1px solid #000000;
	padding: 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.tableWithHorizDiv td {	border-bottom: 1px dotted #ccc;}

.catLink_Level0, .catLink_Level1 {	font-family: 'Trebuchet MS' , Arial;	font-size: 14px;	font-weight: bold;	border-bottom: 1px dotted #ccc;	margin-top: 5px;	display: block;}
.catLink_Level2 {	padding-left: 15px;	display: block;}
.catLink_Level3 {	padding-left: 30px;	display: block;}
.catLink_Level4 {	padding-left: 50px;	display: block;}

.siteMap ul {	margin:0px;	padding:0px;	list-style:none;}
.siteMap a {	padding-left: 15px;	display: block;}

/*---------Forms -----------------*/
.formFields1 {	font-family: 'Trebuchet MS' , Arial;	font-size: 16px;	color: #808080;}
.formFields2 {	font-family: 'Trebuchet MS' , Arial;	font-size: 13px;	color: #808080;}

.reqFieldValidator_lg
{
	background-image: url(../images/statusNotify_warning.jpg);
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Trebuchet MS' , Arial;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #DD0000;
}
textArea.formInput 
{
	font-family:  Arial;
	font-size:16px;
	padding:5px;
}


.form-large label {
    font-family:Arial;
	float: none;
	display: block;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #817A71;
	margin: 0.7em 0 0.1em 0;
}

.styledForm .radio {
	/*float: left;     uncomment out to make horizontal */
	width: 200px;
	height: 100px;/* decides the height and width of each labels' container*/
	margin: 1em 13px 0 43px; /*margins   top    right bottom   left  */
	position: relative;
}
.styledForm .radioHoriz
{
	float: left;
	width: 140px;
	margin: 1px 13px 0 0px; /*margins   top    right bottom   left  */
	position: relative;
}


.styledForm .radio label { 
	border: 2px solid #b7ceeb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 200px;
	height: 100px; /*height of blue border on button*/
	margin: 0;
	overflow: hidden;	
	text-align: center;
	background-position: 50% 30%;
    background-position: 50% 10px; /*images position*/
	background-repeat: no-repeat;
 	line-height: 160px;				/*text's position*/
	text-align: center;
}

.styledForm .radioHoriz label { 
	border: 1px solid #b7ceeb;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 140px;
	height: 50px; /*height of blue border on button*/
	margin: 0;
	overflow: hidden;	
	background-position: 30% 5px; /*images position*/
	background-repeat: no-repeat;
 	line-height: 50px;				/*text's position*/
	text-align: center;
	text-indent:50px;
}

.styledForm .radio label:hover,
.styledForm .radio label:active,
.styledForm .radio-img label:hover,
.styledForm .radio-img label:active {	cursor: pointer;	color: #000;	border: 2px solid #7e8ea2;	z-index: 201;	position: absolute; 	top: 0;	left: 0;}

.styledForm .radioHoriz label:hover,
.styledForm .radioHoriz label:active,
.styledForm .radioHoriz-img label:hover,
.styledForm .radioHoriz-img label:active {	cursor: pointer;	color: #000;	border: 2px solid #7e8ea2;	z-index: 201;	position: absolute; 	top: 0;	left: 0; }

.styledForm .radio input,.styledForm .radioHoriz input  {	position: absolute;	top: 5px;	left: 5px;	z-index: 301;}
.styledForm .privacy_justme {	background-image: url(../images/privacy-justme.jpg);}
.styledForm label.privacy_friends {	background-image: url(../images/privacy-friends.jpg);}
.styledForm label.privacy_public {	background-image: url(../images/privacy-public.jpg);}
.styledForm label.search_ideas {	background-image: url(../images/icon_idea.jpg);}
.styledForm label.search_people {	background-image: url(../images/icon_person.jpg);}
.styledForm label.category_edit {	background-image: url(../images/category_edit.jpg);}
.styledForm label.category_addRoot {	background-image: url(../images/category_insertRoot.jpg);}
.styledForm label.category_addSubCategory {	background-image: url(../images/category_insertSub.jpg);}

.formListing .label {	float:left;	clear:left;	margin-right:10px;}
.formListing .value {	display:inline;	float:left;	padding:0;	margin:0;}

.submitIdeaTitle
{
	background-image: url(../images/bg_submitTitle.png);
	width:713px;
	height:96px;
}
.submitIdeaRequestTitle
{
	background-image: url(../images/bg_submitRequestTitle.png);
	width:713px;
	height:96px;
}
.submitIdeaTitle input, .submitIdeaRequestTitle input
{
	Width:415px;
	background:transparent;
	margin:47px 0 0 185px;
	border:none;
	border:1px dotted #dee7f4;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Trebuchet MS' , Arial;
}

.submitIdeaDescrip
{
	background-image: url(../images/bg_submitDescrip.png);
	width:713px;
	height:415px;
}
.submitIdeaRequestDescrip
{
	background-image: url(../images/bg_submitRequestDescrip.png);
	width:713px;
	height:415px;
}
.submitIdeaDescrip textarea, .submitIdeaRequestDescrip textarea
{
	Width:500px;
	background:transparent;
	border:1px dotted #e7d9d1;
	margin:72px 0 0 85px;
	height:230px;
	font-size: 13px;
	font-family: 'Trebuchet MS' , Arial;
}