/***********************************************/
/* settingsStyle.css                            */
/***********************************************/
#account input, #password input, #profile input, #profile select{
	margin-bottom:10px;
}

#account input, #password input {
	width:300px;
}

#additem select {
margin-top:10px;
width:150px;
}

#additem input {
margin-top:8px;
width:150px;
}


input, select {
	font:14px normal Arial,sans-serif;
}

.badInput{
	width:200px;
	color: #FF6600;
	border-color: #FF6600;
}
.correctInput{
	width:200px;
}

.section {
	font: bold 13px Arial,sans-serif;
	color: #334d55;
	margin-bottom: 10px;
	display: block;
}

.description {
	clear:both;
	color: gray;
	font-size: 10px;
}
.divItem{
	float:left;
	clear: both;
	width:100%;
	padding:5px;
}

.checkTitle{
	font: bold 12px Arial,sans-serif;
	color: #5C97CF;
}

.checkText{
	font: normal 12px Arial,sans-serif;
	color: black;
	padding-left: 25px;
}

/***********************************************/
/* MyBadge                                     */
/***********************************************/

.picker{
	cursor:pointer;
	border:0px;
	margin-bottom:-4px;
}
.sample_color{
	width: 20px;
	border:2px inset;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content{
	float:left;
	clear:both;
	margin-bottom: 10px;
/*	border-top:2px solid #ccd2d2;*/
	padding-top: 10px;
	width:100%;
}

#leftSide{
	float: left;
	clear: left;
	background-color: #ffffff;
	width: 165px;
	font: small Verdana,sans-serif;
}

#rightSide{
	float:right;
	width: 600px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #EB6C24;
	margin-bottom:20px;
}

#embedCardText{
	padding: 0px 10px 20px 0px;
	float:left;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** vertNavBar styles ****************/

#vertNavBar{
	float:left;
	width: 160px;
	text-align: left;
	padding-bottom:20px;
}

#vertNavBar span{
	display: block;
/*	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(http://www.hictu.com/css/bg_nav.jpg);*/
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	color: #21536A;
	cursor:pointer;
}

#vertNavBar span:hover{
	
	color:Red;
	/*background-color:#CCD6F6;

	background-color:#CCD6F6;
	background-image: none;
	cursor:pointer;
	*/
}

#vertNavBar span.selected{
	/*border-top: 2px groove #3366CC;*/
/*	border-bottom: 2px groove #3366CC;*/
	color:#EB6C24;
/*	background-color:#003399;*/
}
#vertNavBar span.unselected{
/*	border-top: 1px solid #ffffff;*/
/*	border-bottom: 1px solid #cccccc;*/
	padding-top: 4px;
	padding-bottom: 4px;
/*	background-image: url(http://www.hictu.com/css/bg_nav.jpg);*/
	color: #5C97CF;
}
#vertNavBar span.unselected:hover{
	color:#EB6C24;
	opacity:0.5;
}

/************** pageName styles ****************/
#pageName{
	float:left;
	clear:both;
	height: 40px;
	font: bold 175% Arial,sans-serif;
	color:#003399;
	margin:5px;
	padding: 5px;
	white-space: nowrap;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 5px;
	width: 60px;
	height: 60px;
	padding: 0px;
	margin: 0px;
}

/**************** account styles *****************/

#account{
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#notification{
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: #93AEC9 solid 1px;
	border-bottom: #93AEC9 solid 1px;
	float: left;
	clear: both;
	width: 100%;
}

/**************** password styles *****************/

#password{
	float: left;
	clear: both;
	width: 100%;
}

/**************** avatar styles *****************/

#chooseAvatar, #snapshotObject{
	float:right;
	clear:right;
	width:300px;
	padding: 5px;
	border: 1px solid gray;
	margin-bottom: 10px;
}

#chooseAvatar input{
	display:block;
	margin-top: 10px;
}

#avatarImage{
	float:left;
	clear:left;
	text-align:center;
	width: 175px;
	height: 175px;
}
/*
#avatar_image{
	border: #6666FF groove 2px;
}
*/
#snapshotObject{
	text-align:center;
}
/**************** profile styles *****************/

#profile{
	float: left;
	clear: left;
}

#bio_div, #personal_phrase_div{
	clear: right;
	float: right;
	padding-bottom:20px;
	width:350px;
}

#bio_div textarea, #personal_phrase_div textarea{
	width:300px;
}

#bioTxt{
	text-align:left;
	font-size:12px;
	padding:5px;
	width:320px;
	overflow:hidden;
}
#iframeDiv #bioTxt{
	overflow:auto;	
}

/**************** IDs styles *****************/
.row{
	float: left;
	clear: left;
	width: 100%;
	height: 40px;
}
.row div {
	float:left;
}

.logoID {
	width:35px;
	text-align:center;
	font: bold 11px Arial,sans-serif;
	color: #234060;
	padding: 5px;
}

.textID{
	width:80px;
	padding: 5px;
	font:bold 11px Arial,sans-serif;
	color: #234060;
}

.inputID {
	padding: 3px;
	font: bold 11px Arial,sans-serif;
	color: #234060;
	width: 315px;
}

.showID{
	font: bold 11px Arial,sans-serif;
	color: #234060;
	/*margin-left:255px; */
	width:90px;
	text-align:left;
}

.inputID input{
	width: 300px;
	font: 12px Arial,sans-serif;
	color: #234060;
}

/**************** public profile styles *****************/

#pubprofile{
	padding-left: 20px;
	float: left;
}

#showBadgeCheck{
	text-align:right;
	padding-bottom:10px;
}
/*
#additem{
	height:200px;
	padding:0px;
	width:600px;
}

#additem input{
	margin-top: 5px;
	width: 150px;
}

#additem select{
	margin-top: 10px;
	width: 150px;
}
#preview{
	
	width:560px;
}
#card{

	background-image: url(../images/sfondocard.jpg);
	background-repeat: no-repeat;
	width: 512px;
	height: 272px;
	font: 12px bold Arial, verdana, serif;
	color: #234060;
	padding: 5px;
	text-align:left;
}
#card p{
 font: 14px italic Arial, verdana, serif;
 color:#330099;
 display:inline;
}
#textSide{
	margin-top: 8px;
	margin-left:8px;
	float:left;
	clear:left;
	width: 360px;
	overflow:auto;
}
#textSide div{
	float:left;
	clear:left;
	margin-bottom:1px;
	width:95%;
}

.valueText {

	padding-left: 5px;
	color: #EB6C24;

}

#rightProfSide{
	margin-top:8px;
	float:left;
	width:135px;
	height:176px;
}

#imageSide{
	margin-right: 18px;
	float:right;
	clear:right;

	width: 190px;
	height: 100px;
}
#imageSide div{
	float: right;
	clear: right;
}
#imageSide img{
	width: 100px;
	height:100px;
	
}
#jajahSide{
	float: left;
	clear: left;
	width: 190px;
	padding: 7px;
}

#idsSide{
	float: right;
	clear: right;
	width: 290px;
	height: 30px;
	padding-top:10px;
	text-align: right;
	margin-right: 14px;
}
#idsSide div{
	margin-left: 4px;
	display: inline;
	width: 25px;
	height: 25px;
}
#idsSide img{
	vertical-align: middle;
	border: 0px;
}
#idsSide a{
	text-decoration:none;
}
*/


.notSet{
	-moz-opacity:0.2;
	filter:alpha(opacity=40);
	color: black;
	font-size: 7px;
	font-weight:bold;
	width:18px;
	height:18px;
}
/*
#preview #card{
	float:left;
	clear:both;
	width: 350px;
}
*/
#embedCard{
	clear:both;
	float:left;
	margin-top:20px;
	padding: 10px 10px 0px 10px;
}
#leftcolumn #card{
	width:auto;
	float:left;
	margin-bottom:10px;
}
#iframeDiv{
	padding:0px;
	margin:0px;
}
#iframeDiv #card{
	float:left;
	padding:0px;
	width: 350px;
	background:transparent;
}
/*#iframeDiv #card #textSide{
	height:120px;
	overflow:auto;
}*/
#iframeDiv #card #idsSide{
	width:70%;
	float:left;
	clear:left;
}
#iframeDiv #card #logo{
	float:right;
	clear:right;
	width:30%;
}
#privacy{
	float:left;
	padding: 10px;
	border-top: #5C97CF solid 1px;
	border-bottom: #5C97CF solid 1px;
	width:95%;
}

.privacyText {
 font: bold 12px Arial,sans-serif;
 color: #5C97CF;
}


/****** twitter Div **********/
#twitter{
	margin-top:30px;
	padding-left:50px;
	width:540px;
}

/****** Save Div **********/

#saveDiv {
	float:left;
	clear:both;
	text-align:center;
	padding-top:35px;
	width:90%;
	height:80px;
}

#buttonAddContact{
	font-weight:bold;
	height: 30px;
	width: 150px;
}

#buttonSaveChange{
	/*background-color:#0066FF;
	color:#FFFFCC;*/
	font-weight:bold;
	height: 30px;
	width: 150px;
}

#buttonSaveChange:hover {
	font-weight:bold;
	color: navy;
}

#buttonSaveChange:disabled {
	color: gray;
}

/**************** saveChange styles *****************/

#messageSave{
	float: left;
	clear:left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:10px;
	width:100%;
	text-align:center;
	font: bold 14px Arial,sans-serif;
}

.error{
	border: #5C97CF solid 2px;
	color: #CC0033;
}

.ok{
	border: #5C97CF solid 2px;
	color: #5C97CF;
}

/********** Error Alert *********/
#errorAlert {
	position: absolute;
	background-color: #CCD6F6;
	font-size:12px;
	opacity:0.8;
	filter:alpha(opacity=80); 
	color:#FF6600;
	font-weight: bold;
	max-width: 200px;
	padding:2px;
}

/********** Text Div *********/
#textDiv {
	position:inherit;
	width:300px;
	border: 1px solid #7F9DB9;
	background-color: #FFF9DF;
}
/********************* end **********************/

option.disabled{
	color: graytext;
	font-style:italic;
}

#responseDiv{
	background-color: #e5e5e5;
	margin: 8px;
	padding: 8px;

}

#responseMessage{
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}