/*
* CSS CWT Community
* 02.05.2005: Lars Gýÿtte, it-akademie ostwestfalen
*/

/*
* CWT General
*/

li.cwtcommunity_select_all {
	background-image: url(../cwtcommunity_icons/select_all.gif);
}
li.cwtcommunity_deselect_all {
	background-image: url(../cwtcommunity_icons/deselect_all.gif);
}
li.cwtcommunity_send_message {
	background-image: url(../cwtcommunity_icons/send_message.gif);
}
li.cwtcommunity_add_to_buddylist {
	background-image: url(../cwtcommunity_icons/add_to_buddylist.gif);
}
li.cwtcommunity_remove_from_buddylist {
	background-image: url(../cwtcommunity_icons/remove_from_buddylist.gif);
}
li.online {
	background-image: url(../cwtcommunity_icons/userlist_status_online.gif);
}
li.offline {
	background-image: url(../cwtcommunity_icons/userlist_status_offline.gif);
}
* html .csc-bulletlist img {
    margin-top: 3px;
}

li.cwtcommunity_select_all:hover,
li.cwtcommunity_deselect_all:hover,
li.cwtcommunity_send_message:hover,
li.cwtcommunity_add_to_buddylist:hover,
li.cwtcommunity_remove_from_buddylist:hover,
li.online:hover,
li.offline:hover {
    background-color: #fafafa;
    cursor: hand;
    cursor: pointer;
}

li.offline a:hover,
li.offline a:link,
li.offline a:active,
li.offline a:visited {
	color: #AAAAAA;
}



/*
* Profile
*/

#cwtcommunity_profile_container {}
#cwtcommunity_messages_image,
#cwtcommunity_profile_image {
	float: left;
    padding: 0 10px 5px 10px;
	width: 170px;
}
* html #cwtcommunity_messages_image,
* html #cwtcommunity_profile_image {
    width: 190px;
}
#cwtcommunity_profile_userdata,
#cwtcommunity_messages_text {
	float: left;
	width: 400px;
	padding: 0 0 0 10px;
}
* html #cwtcommunity_profile_userdata,
* html #cwtcommunity_messages_text {
    width: 410px;
}

#cwtcommunity_profile_userdata_overview {}
.cwtcommunity_profile_row {
	clear: both;
}
#cwtcommunity_profile_userdata_overview .cwtcommunity_profile_title {
	font-weight: bold;
	float: left;
	width: 95px;
}
#cwtcommunity_profile_userdata_overview .cwtcommunity_profile_data {
	float: left;
}
#cwtcommunity_profile_curriculum {
	clear: both;
}
#cwtcommunity_profile_curriculum .cwtcommunity_profile_title {
	margin: 0;
	padding: 17px 0px 7px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(../images/back_h1_trans.gif);
	background-repeat: repeat-x;
}
.cwtcommunity_profile_field {}

.cwtcommunity_profile_position {
	font-weight:bold;
	margin-top:3px;
}


/*
* Userlist
*/

.cwtcommunity_userlist_letter {
	margin: 0;
	padding: 17px 0 7px 0;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(../images/back_h1_trans.gif);
	background-repeat: repeat-x;
}
.cwtcommunity_userlist_row {
    padding: 1px 0 1px 0;
}
div.cwtcommunity_userlist_row:hover {
    background-color: #f0f0f0;
    cursor: hand;
    cursor: pointer;
}

.cwtcommunity_userlist_checkbox {
    margin: 0;
    padding: 0px;
    float: left;
    height: 17px;
}
.cwtcommunity_userlist_checkbox input {
    margin: 2px 0 0 0;
    padding: 0;
}
* html .cwtcommunity_userlist_checkbox input {
    margin: -2px -3px -4px -4px;
    padding: 0;
}
.cwtcommunity_userlist_name {
    padding: 0 0 0 6px;
    float: left;
    width: 280px;
    height: 17px;
    font-size: 8px;
}
.cwtcommunity_userlist_name A{
    font-size: 12px;
}
* html .cwtcommunity_userlist_name {
    width: 286px;
}
.cwtcommunity_userlist_country {
    padding: 0 0 0 8px;
    float: left;
    width: 175px;
    height: 17px;
}
* html .cwtcommunity_userlist_country {
    width: 175px;
}
.cwtcommunity_userlist_email {
    padding: 0 0 0 8px;
    float: left;
    width: 100px;
    height: 17px;
}
.cwtcommunity_userlist_toprofile {
    padding: 0 0 0 8px;
    float: left;
    width: 100px;
    height: 17px;
    text-align: right;
}
* html .cwtcommunity_userlist_phone {
    width: 178px;
}
#cwtcommunity_userlistselector_container {
	margin: 0 10px 8px 10px;
}
.cwtcommunity_selector-row {
	margin: 0 0 4px 0;
}
.cwtcommunity_selector_lable {
	float: left;
}
.cwtcommunity_selector_value {
	float: right;
}
.cwtcommunity_selector_value SELECT{
	width: 100px;
}
#cwtcommunity_selector_search_input_field {
	width: 75px;
}

.cwtcommunity_userlist_row a:hover, .cwtcommunity_userlist_row a:link, .cwtcommunity_userlist_row a:active, .cwtcommunity_userlist_row a:visited {
	text-decoration: underline;
}
.cwtcommunity_messages_data_row a:hover, .cwtcommunity_messages_data_row a:link, .cwtcommunity_messages_data_row a:active, .cwtcommunity_messages_data_row a:visited {
	text-decoration: underline;
}


/*
* Messages
*/

#cwtcommunity_messages_container {}
.cwtcommunity_messages_header_row {}
.cwtcommunity_messages_data_row {
    padding: 1px 0 1px 0;
}
div.cwtcommunity_messages_data_row:hover {
    background-color: #f0f0f0;
    cursor: hand;
    cursor: pointer;
}

.cwtcommunity_messages_new{
    color: red;
}
a.cwtcommunity_messages_new:hover,
a.cwtcommunity_messages_new:link,
a.cwtcommunity_messages_new:active,
a.cwtcommunity_messages_new:visited {
	color: red;
	text-decoration: none;
}
a.cwtcommunity_messages_new:hover {
    color: #aaa;
}

.cwtcommunity_messages_from_header {
    float: left;
    width: 200px;
}
.cwtcommunity_messages_subject_header {
    float: left;
    width: 260px;
}
.cwtcommunity_messages_date_header {
    float: left;
    width: 90px;
}
.cwtcommunity_messages_messagesanswericon_header {
    float: left;
    width: 25px;
}
.cwtcommunity_messages_deleteicon_header {
    float: left;
}
.cwtcommunity_messages_from_data {
    float: left;
    width: 200px;
}
.cwtcommunity_messages_subject_data {
    float: left;
    width: 260px;
}
.cwtcommunity_messages_date_data {
    float: left;
    width: 90px;
}
.cwtcommunity_messages_messagesanswericon_data {
    padding-top: 2px;
    float: left;
    width: 25px;
}
.cwtcommunity_messages_deleteicon_data {
    padding-top: 2px;
    float: left;
}
#cwtcommunity_messages_text textarea,
.cwtcommunity_messages_subject {
    width: 400px;
}
