input {
	font-family: arial;
	font-size: 12px;
}

#crkWindow {
	width: 320px;	
	height: 102px;	
	background:url(../images/background.gif) top center repeat;	
}

#crkHeader{
	font-family: arial;
	font-size: 12px;
	width: 320px;
	height:33px;
	color:#FFFFFF;
	background:url(../images/header_background.jpg) top center no-repeat;
	/*background-color:#FFFFFF;*/
}

#crkHeader td{
	font-family: arial;
	font-size: 12px;
	color:#FFFFFF;
}

#crkHeaderLeft{
	padding-left: 5px;
	font-size: 14px;
	vertical-align: middle;
	color:#FFFFFF;
}

#crkHeaderMsg{
	text-align: left;
	vertical-align: middle;
	color:#FFFFFF;
}

#crkFooter{
	width: 320px;
	height:25px;
	text-align: right;
	color:#FFFFFF;
	background:url(../images/footer_background.jpg) top center no-repeat;
	background-color:#FFFFFF;
}


#crkFooter td {
	color:#FFF;
}

#crkFooterRight{
	vertical-align: middle;
	text-align: right;
}

#crkFooterLeft{
	text-align: left;
}

#crkContent {
	height: 104px;
	margin-left: 5px;
	margin-right: 5px;
	/*padding: 5px;*/
	clear:both;
	float:none;
	color:#FFFFFF;
}

#crkContent td{
	color:#FFFFFF;
}

#crkWindowContactList{
	text-align: left;
	height: 300px;
	color:#000;
	overflow:auto;
}

#crkWindowContactCard{
	text-align: left;
	height: 123px;
	width: 100%;
	color:#666666;
	background-color: #D2DCBD;
}

#contactCardInfos{
	text-align: left;
	color:#666666;
	font-size: 12px;
	font-family: arial;
	margin-top: 6px;
}

#contactCardName{
	text-align: left;
	color:#666666;
	font-size: 18px;
	font-family: arial;
}

#crkButtonMenuLeft {
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 160px;
	height: 35px;
	background:url(../images/bt_clientPC.jpg) top center no-repeat;
}

#crkButtonMenuRight {
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 160px;
	height: 35px;
	background:url(../images/bt_clientPC_menu.jpg) top center no-repeat;
}

.crkButtonBackground {
	color: #FFF;
	padding-top: 1px;
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 96px;
	height: 19px;
	background:url(../images/bt_clientPC_menu.jpg) top center no-repeat;
}

.nbMessage {
	width: 10%;
	text-align: right;
}

.crkContactName{
	width: 90%;
}

#crkHistoryBox {
	height: 320px;
	overflow:auto;
	background:url(../images/crickee_fond_history.gif) bottom center no-repeat;
	background-color: #D2DCBD;
}

#crkSendMessageBox {
}

#crkMessageTextArea{
	width:245px;
}

#crkWindowSendMessage {
	padding-top: 5px;
	background-color: #D2DCBD;
	height: 100%;
}

.chatBoxHim {
	word-wrap: break-word;
	background:url(../images/fond_chat_me_repeat.gif) top left repeat;
}

.chatBoxHimBackground {
	padding-right: 15px;
	padding-left: 12px;
	padding-bottom: 5px;
	font-family: arial;
	font-size: 12px;
	color: #000;
	background:url(../images/fond_chat_me.gif) bottom left no-repeat;
	text-align: left;
}

.chatBoxMe {
	word-wrap: break-word;
	background:url(../images/fond_chat_him_repeat.gif) top right repeat;
}

.chatBoxMeBackground {
	padding-right: 12px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-family: arial;
	font-size: 12px;
	color: #000;
	background:url(../images/fond_chat_him.gif) bottom right no-repeat;
	text-align: right;
}

#crkDebugWindow {
	position: absolute;
	top : 400px;
	left: 500px;
	z-index:5;
	background: white;
	border: #999 1px solid;margin:0px 0px 0px 0px;
}

.crkMenuItem {
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	color: #666B89;
	margin:0px 0px 1px 0px;
	background-color: #C3C7B9;
}

.crkCrickeeContact{ 
	padding: 0px 0px 0px 15px;
	font-family: arial;
	font-size: 12px;
	background:url(../images/mini_crickee.gif) top left no-repeat;
	cursor: default;
	color: #000000;
}

.crkWapSmsContact{ 
	padding: 0px 0px 0px 15px;
	font-family: arial;
	font-size: 12px;
	background:url(../images/ic_clientPC_tel.gif) top left no-repeat;
	cursor: default;
	color: #000000;
}

.crkContactCrickee{ 
	padding: 0px 0px 0px 15px;
	font-family: arial;
	font-size: 12px;
	background:url(../images/mini_crickee_box.gif) top left no-repeat;
	cursor: default;
	color: #000000;
}

#crkWindowAddContact {
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

#crkWindowEditContact {
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

#crkWindowMyProfileTitle {
	letter-spacing: 5px;
	text-align: left;
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	color: #444;
	padding-top: 0px;
	padding-bottom: 0px;
}

#crkWindowMyProfile {
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

input.crkProfilInput {
	background-color: #EEF4E2;
	font-family: arial;
	font-size: 9px;
	color: #444;
	border:#95BB4A 1px solid;
	height: 13px;
	width: 140px;
	padding: 0px;
	margin: 0px;
}

select.crkProfilInput {
	background-color: #EEF4E2;
	font-family: arial;
	font-size: 9px;
	color: #444;
	border:#95BB4A 1px solid;
	height: 13px;
	width: 140px;
	padding: 0px;
	margin: 0px;
}

#crkWindowMyProfileBasics {
	border:#95BB4A 1px solid;
	background-color: #D9E6BD;
	margin-bottom: 5px;
	padding: 5px;
}

#crkWindowMyProfileBasics td{
	font-family: arial;
	font-size: 13px;
	color: #444;
	text-align: left;
}

#crkWindowMyProfileMore {
	border:#95BB4A 1px solid;
	background-color: #D9E6BD;
	padding: 5px;
	margin-bottom: 5px;
}

#crkWindowMyProfileMore td{
	font-family: arial;
	font-size: 13px;
	color: #444;
}

#crkWindowMyProfilePicture {
	height: 140px;
	border:#95BB4A 1px solid;
	background-color: #D9E6BD;
	padding: 5px;
	font-family: arial;
	font-size: 13px;
	color: #444;
}

#crkWindowMyProfilePicture td{
	font-family: arial;
	font-size: 13px;
	color: #444;
}

input.crkEditButton {
	background-color: #4B5D8F;
	color: #FFF;
	font-size:10px;
	font-family: arial;
	text-align: center;
	border:1px solid;
	border-top-color:#000;
	border-left-color:#000;
	border-right-color:#000;
	border-bottom-color:#000;
	cursor: pointer;
}

#crkWindowAboutCrickee {
	height: 100%;
	border: #999 1px solid;margin:0px 0px 0px 0px;
	overflow:auto;
}

#crkWindowAboutCrickee td{
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

#crkWindowLogin td {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}


#crkWindowPubMessage {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

#crkWindowSignUp{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

#crkWindowSignUp td{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.headerLink {
	color: #FFF;
}

.helpNote {
	margin-left: 15px;
	margin-right: 15px;
}

.moduleItem {
	color: #666;
	font-family: arial;
	font-size: 16px;
	cursor: pointer;
}

#crkCrickeeMobile{
	color: #666;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

#crkCrickeeMobile td{
	color: #666;
	font-family: arial;
	font-size: 12px;
	text-align: left;
}

#crkCrickeeMobileConfirm{
	color: #666;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

#crkLastMessageDiv {
	width: 100%;
	height: 89px;
	background-image: url(../images/fond_home_panel.jpg);
	font-family: arial;
	font-size: 12px;
	color: #666;
	text-align: left;
}

#crkLastMessageDiv td{
	color: #666;
	font-family: arial;
	font-size: 14px;
}

#crkLastMessageName {
	font-family: arial;
	font-size: 18px;
	color: #666;
}

#crkNumberOfUsers{
	font-family: arial;
	font-size: 14px;
	color: #666;
}

#crkLastMessageInputDiv{
	text-align: right;
}

#crkWindowConfigurationIntro {
	font-family: arial;
	font-size: 12px;
	color: #444;
	text-align: left;
}

#crkWindowConfiguration{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	text-align: left;
}

#crkWindowConfigurationAlertPhone{
	margin-top: 5px;
	border:#95BB4A 1px solid;
	background-color: #D9E6BD;
	padding: 5px;
	margin-bottom: 5px;
}

#crkWindowConfigurationAlertPhone td {
	font-family: arial;
	font-size: 10px;
	color: #444;
	text-align: left;
}

#crkWindowConfigurationAlertEmail{
	margin-top: 5px;
	border:#95BB4A 1px solid;
	background-color: #D9E6BD;
	padding: 5px;
	margin-bottom: 5px;
}

#crkWindowConfigurationAlertEmail td {
	font-family: arial;
	font-size: 10px;
	color: #444;
	text-align: left;
}

#crkWindowConfigurationAlertButtons{
	margin-top: 10px;
}

#crkWindowConfigurationAlertPhoneComment{
	font-family: arial;
	font-size: 10px;
	font-style: italic;
	color: #444;
	text-align: left;
}

#crkWindowContactProfile {
	border:#95BB4A 1px solid;
	background-color: #D9E6BD;
	padding: 5px;
	margin-bottom: 5px;
}

#crkWindowContactProfile td{
	font-family: arial;
	font-size: 13px;
	color: #444;
}

#crkWindowContactProfileMore {
	border:#95BB4A 1px solid;
	background-color: #D9E6BD;
	padding: 5px;
	margin-bottom: 5px;
}

#crkWindowContactProfileMore td{
	font-family: arial;
	font-size: 13px;
	color: #444;
}
