/* Admin tools */

h1{
		width: 920px;
		font-size: 16px;
		font-weight: normal;
		color: #000000;
		border-width: 0px 0px 1px 0px;
		border-color: #6F6C5E;
		border-style: solid;
		margin: 3px 7px 3px 20px;
		padding: 3px 7px 3px 7px;
}


h1.property{
		width: 900px;
		font-size: 16px;
		font-weight: normal;
		color: #000000;
		border-width: 1px 7px 1px 7px;
		border-style: solid;
		margin: 3px 7px 3px 7px;
		padding: 3px 7px 3px 7px;
}


h2{ 
	width: 900px;
  font-size: 14px;
	font-weight: normal;
 	background-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-color: #6F6C5E;
	border-style: solid;
	margin: 17px 7px 3px 7px;
  padding: 3px 7px 3px 7px;
  clear: left;
}


/* admintools/users/create_do */

#createuser_result{
		width: 450px;
		padding: 6px;
		border: 1px solid #a09080;		
}

.createuser_result_item{
		width: 400px;
		margin: 0px 7px 0px 7px;
		padding: 5px 4px 3px 4px;
		height: 1em;
		clear: left;
}

.createuser_result_key{
		width: 100px;
		float: left;
}

.createuser_result_value{
		width: 300px;
		float: left;
}


/* _admin/users/list */

.userlist_header{
		width: 900px;
		margin: 0px 7px 7px 7px;
		padding: 5px 4px 3px 4px;
		clear: left;
		height: 1.2em;
		border-bottom: 1px solid black;
}

.userlist_row1{
		width: 900px;
		margin: 0px 7px 0px 7px;
		padding: 5px 4px 3px 4px;
		clear: left;
		overflow: hidden;
}

.userlist_row2{
		width: 900px;
		margin: 0px 7px 0px 7px;
		padding: 5px 4px 3px 4px;
		background-color: #EFECDE;
		clear: left;
		overflow: hidden;
}

.userlist_column_count{
		width: 40px;
		float: left;
}

.userlist_column_user_aliasid{
		width: 120px;
		float: left;
}


.userlist_column_user_email{
		width: 200px;
		float: left;
}

.userlist_column_user_name{
		width: 200px;
		float: left;
}

.userlist_column_created_time{
		width: 100px;
		float: left;
}

.userlist_column_last_login{
		width: 100px;
		float: left;
}

.userlist_column_delete_checkbox{
		width: 100px;
		float: left;
}

/* _admin/servicelink/manager */

.servicelist_header{
		width: 900px;
		margin: 0px 7px 7px 7px;
		padding: 5px 4px 3px 4px;
		clear: left;
		height: 1.2em;
		border-bottom: 1px solid black;
}

.servicelist_row1{
		width: 900px;
		margin: 0px 7px 0px 7px;
		padding: 5px 4px 3px 4px;
		clear: left;
		overflow: hidden;
}

.servicelist_row2{
		width: 900px;
		margin: 0px 7px 0px 7px;
		padding: 5px 4px 3px 4px;
		background-color: #EFECDE;
		clear: left;
		overflow: hidden;
}

.servicelist_column_count{
		width: 40px;
		float: left;
}

.servicelist_column_service_name{
		width: 250px;
		float: left;
}

.servicelist_column_visible{
		width: 150px;
		float: left;
}

.servicelist_column_delete_checkbox{
		width: 150px;
		float: left;
}

/* _admin/servicelink/property */
.serviceitem_row{
		border: 1px solid #a0a0a0;
		width: 720px;
		margin: 0px 7px 0px 7px;
		padding: 5px 4px 3px 4px;
		clear: left;
		overflow: hidden;
}


.itemheader{
  margin-right: 5px;
  text-align: left;
  float: left;
  padding: 0px;
  width: 60px;
}				

.itemconetnts{
  margin-right: 5px;
  text-align: left;
  float: left;
  padding: 0px;
}				

/* _tools/page/list */

.pagelist_header{
		width: 900px;
		margin: 0px 7px 7px 7px;
		padding: 5px 4px 3px 4px;
		clear: left;
		height: 1.2em;
		border-bottom: 1px solid black;
}

.pagelist_row1{
		width: 900px;
		margin: 0px 7px 0px 7px;
		padding: 5px 4px 3px 4px;
		overflow: hidden;
}

.pagelist_row2{
		width: 900px;
		margin: 0px 7px 0px 7px;
		padding: 5px 4px 3px 4px;
		background-color: #EFECDE;
		overflow: hidden;
}

.pagelist_column_page_aliasid{
		width: 80px;
		float: left;
}

.pagelist_column_author_name{
		width: 160px;
		float: left;
}

.pagelist_column_page_name{
		cursor: pointer;
		width: 150px;
		float: left;
		margin-right: 10px;
}

.pagelist_column_page_modified_time{
		width: 150px;
		float: left;
}

.pagelist_column_page_created_time{
		width: 150px;
		float: left;
}

.pagelist_column_page_tools{
		width: 110px;
		float: left;
}

.pagelist_column_delete_checkbox{
		width: 50px;
		float: left;
}


/* Page properties */

.propertyline{ 
	margin: 0px 7px 0px 0px;
  padding: 5px 4px 3px 4px;
  clear: left;
	overflow: hidden;
}

.propertyline1{ 
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
	margin: 0px 7px 0px 0px;
  padding: 5px 4px 3px 4px;
  width: 740px;
	overflow: hidden;
}

.propertyheader{
  margin-right: 5px;
  text-align: left;
  float: left;
  padding: 0px;
  width: 200px;
}				

.propertyconetnts{
  margin-right: 5px;
  text-align: left;
  float: left;
  padding: 0px;
}				


.propertyline2{ 
  background-color: #f0f0f0;
  border: 1px solid #a0a0a0;
	margin: 0px 7px 0px 0px;
  padding: 5px 4px 3px 4px;
  width: 740px;
	overflow: hidden;
}

.fieldR{
  text-align: right;
  height: 18px;
}

.fieldL{
  text-align: left;
  height: 18px;
}



h3.permissionlevel{ 
	width: 840px;
  font-size: 12px;
	font-weight: normal;
  border-color: #a0a0a0;
	background-color: #EFECDE;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	margin: 3px 7px 3px 0px;
  padding: 5px 4px 3px 4px;
}


h4.header{ 
	width: 800px;
  font-size: 12px;
	font-weight: normal;
  border-bottom: 1px solid #000000;
	margin: 3px 7px 3px 0px;
  padding: 4px;
  clear: left;
}

#permissionlevel{
	margin: 0px 0px 0px 17px;
}

.levelform{
  margin: 0px 0px 0px 0px;
}
.permissionform{
  margin: 0px 0px 0px 0px;
}


.permissionname{
  margin-right: 5px;
  text-align: left;
  float: left;
  padding: 0px;
  width: 320px;
}


.itemline_sheader{ 
  border-color: #a0a0a0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 3px 7px 3px 27px;
  padding: 5px 4px 3px 4px;
  clear: left;
	overflow: hidden;
}

.itemline_s1{ 
  border-color: #a0a0a0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 0px 7px 0px 27px;
  padding: 5px 4px 3px 4px;
  clear: left;
	overflow: hidden;
	width : 700px;
	height: 20px;
}

.itemline_s2{ 
  border-color: #a0a0a0;
	background-color: #F8F5E7;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 0px 7px 0px 27px;
  padding: 5px 4px 3px 4px;
  clear: left;
	overflow: hidden;
	width : 700px;
	height: 20px;
}


.permission_region{ 
  border-color: #a0a0a0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 0px 7px 0px 27px;
  padding: 5px 4px 3px 4px;
  clear: left;
	overflow: hidden;
	height: 20px;
}



/* _tools/message/ */

.messagelist_header{
		width: 680px;
		margin: 0px 7px 7px 0px;
		padding: 5px 4px 3px 4px;
		clear: left;
		height: 1.2em;
		border-bottom: 1px solid black;
}

.messagelist_row1{
		width: 680px;
		margin: 0px 7px 0px 0px;
		padding: 5px 4px 3px 4px;
		overflow: hidden;
}

.messagelist_row2{
		width: 680px;
		margin: 0px 7px 0px 0px;
		padding: 5px 4px 3px 4px;
		background-color: #EFECDE;
		overflow: hidden;
}

.messagelist_column_reply_flag{
		width: 40px;
		float: left;
}

.messagelist_column_read_flag{
		width: 40px;
		float: left;
}

.messagelist_column_user_name{
		width: 150px;
		float: left;
}

.messagelist_column_subject{
		cursor: pointer;
		width: 260px;
		float: left;
}

.messagelist_column_date{
		width: 130px;
		float: left;
}

.messagelist_column_delete_checkbox{
		width: 50px;
		float: left;
}

.single_message{
		width: 680px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-right-width: 1px;
		border-right-style: dashed;
		border-left-width: 1px;
		border-left-style: dashed;
}


.single_message_last{
		width: 680px;
		border-width: 1px;
		border-style: dashed;
}

.single_message_date{
		font-size: 11px;
		color: #606060;
}

.single_message_subject{
		width: 420px;
		font-weight: bold;
		border-bottom-width: 1px;
		border-bottom-style: solid;
}

.single_message_body{
		width: 406px;
		margin: 9px 7px 5px 7px;
}


/* Members */ 

.palblock{
		width: 98px;
		height: 120px;
		padding: 4px 0px 0px 0px;
		float: left;
		text-align: center;
}

.palitem{
		cursor: pointer;
		margin: 0px 9px 0px 9px;
		width: 80px; 
		height: 80px;
		background-repeat: no-repeat;
		background-position: center center;
}

.groupblock{
		width: 98px;
		height: 110px;
		padding: 4px 0px 0px 0px;
		float: left;
		text-align: center;
}

.groupitem{
		cursor: pointer;
		margin: 0px 9px 0px 9px;
		width: 80px; 
		height: 80px;
		background-repeat: no-repeat;
		background-position: center center;
}


/* Indent */

.header_body{
		margin-left: 20px;
}

.contents_body{
		margin-left: 40px;
		margin-bottom: 12px;
}


/* Form */

.form_width{
		width: 600px;
}

.general_form{
		padding: 0px;
		border: 1px solid #a0a0a0;
}

.formitem{
		width: 600px;
		margin: 20px 0px 0px 30px;
		padding: 0px;
		clear: both;
}

.formitem_title{
		width: 200px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		float: left;
		border-bottom: 1px solid #606060;
}

.formitem_title_noline{
		width: 200px;
		float: left;
}

.formitem_shorttitle_noline{
		width: 110px;
		float: left;
}

.formitem_title_with_tips{
		width: 200px;
		color: #606060;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		float: left;
}

.formitem_shorttitle_with_tips{
		width: 110px;
		color: #606060;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		float: left;
}

.formitem_title_firstline{
		color: #000000;
		border-bottom:1px solid black;
}

.formitem_input{
		font-size: 12px;
		border: 1px solid #a0a0a0;
		margin: 0px 0px 0px 10px;
		padding: 3px;
		width: 324px;
		float: left;
}

.formitem_input_noborder{
		font-size: 12px;
		margin: 0px 0px 0px 10px;
		padding: 3px;
		width: 324px;
		float: left;
}

.formitem_shorttitle{
		width: 110px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		float: left;
		border-bottom: 1px solid #606060;
}

.formitem_longinput{
		font-size: 12px;
		border: 1px solid #a0a0a0;
		margin: 0px 0px 0px 10px;
		padding: 3px;
		width: 414px;
		float: left;
}

.formitem_longinput_add{
		padding: 3px;
		width: 414px;
		height:16px;
		border: 1px dashed #909090;
		margin-top: 5px;
		color:#606060;
		text-align:center;
		float: left;
}

.search_result_row{
		padding: 3px;
}

#search_result{
		font-size: 12px;
		border-top: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #808080;
		border-bottom: 1px solid #808080;
		margin: 0px 0px 3px 2px;
		padding: 0px;
		width: 200px;
}

.member_name_frame{
		font-size: 12px;
		border: 1px solid #a0a0a0;
		margin: 0px 0px 0px 10px;
		padding: 3px;
		width: 414px;
}

.member_name_input{
		font-size: 12px;
		border: 0px;
		margin: 0px;
		padding: 0px;
		width: 398px;
}


.member_name_frame_add{
		padding: 3px;
		width: 414px;
		height:16px;
		border: 1px dashed #909090;
		margin: 0px 0px 0px 10px;
		color:#606060;
		text-align:center;
}


.formitem_longinput_noborder{
		font-size: 12px;
		margin: 0px 0px 0px 10px;
		padding: 3px;
		width: 414px;
		float: left;
}


.formitem_example{
		font-size: 11px;
		margin: 10px 0px 0px 0px;
		padding: 0px 10px 0px 10px;
		width: 500px;
		color: #606060;
		clear: both;
}


.portalframe{
		margin-top: 10px;
		border-top-width: 4px;
		border-top-style: solid;
		margin-top: 12px;
		margin-bottom: 12px;
}

h3.portalframe{
		width: 680px;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		border-width: 0px 0px 1px 0px;
		border-color: #6F6C5E;
		border-style: solid;
		margin: 3px 7px 3px 0px;
		padding: 3px 7px 3px 7px;
}


.portalframe_body{
		margin-left: 10px;
}

/* Search */

.single_searchresult_sprite{
		width: 880px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #909090;
		margin: 0px;
		padding: 0px;
}

.single_searchresult_sprite_last{
		width: 880px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #909090;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #909090;
		margin: 0px;
		padding: 0px;
}

.single_searchresult_sprite_date{
		font-size: 11px;
		color: #606060;
}

.single_searchresult_sprite_title{
		width: 620px;
		font-size: 14px;
		margin: 0px;
		padding: 0px;
}

.single_searchresult_sprite_body{
		width: 606px;
		margin: 9px 7px 5px 7px;
}



.single_searchresult_user{
		width: 880px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #909090;
}

.single_searchresult_user_last{
		width: 880px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #909090;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #909090;
}

.single_searchresult_user_body{
		width: 606px;
		margin: 9px 7px 5px 7px;
}

.single_searchresult_message{
		width: 880px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #909090;
		margin: 0px;
		padding: 0px;
}

.single_searchresult_message_last{
		width: 880px;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #909090;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #909090;
		margin: 0px;
		padding: 0px;
}

.single_searchresult_message_date{
		font-size: 11px;
		color: #606060;
}

.single_searchresult_message_subject{
		width: 420px;
		font-weight: bold;
		border-bottom-color: #909090;
		border-bottom-width: 1px;
		border-bottom-style: solid;
}

.single_searchresult_message_body{
		width: 406px;
		margin: 9px 7px 5px 7px;
}

.chat_line{ 
		border-bottom: 1px dashed #909090;
		margin-bottom: 3px;
}

.chat_handle{ 
		float: left;
		width: 100px;
		padding: 1px;
}

.chat_handle_dm{ 
		color: green;
		float: left;
		width: 100px;
		padding: 1px;
}

.chat_message{ 
		float: left;
		padding: 1px;
}

.chat_message_dm{ 
		color: green;
		float: left;
		padding: 1px;
}

.meeting_info_line{ 
  background-color: #ffffff;
  border-bottom: 1px solid #a0a0a0;
	margin: 0px 7px 0px 0px;
  width: 700px;
	overflow: hidden;
}

.meeting_info_header{
  margin-right: 5px;
  text-align: left;
  float: left;
  padding: 3px;
  width: 100px;
  height: 100%;
}				

.meeting_info_contents{
  margin-right: 5px;
  text-align: left;
  float: left;
  padding: 3px;
}				


.normal_cell{
  font-size: 10px;
	margin: 0px;
	padding: 3px;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

.yellow_cell{
  font-size: 10px;
	margin: 0px;
	padding: 3px;
  border-top: 1px solid black;
  border-left: 1px solid black;
	background-color: #ffffbb;
}


