/*
****************************************
** General styles
****************************************
*/
A:link    { color: #281400; font-weight:bold}   /* unvisited links */
A:visited { color: #281400; font-weight:bold}   /* visited links   */
A:hover   { color: #641304; font-weight:bold; text-decoration: none}   /* mouse over      */
A:active  { color: #281400; font-weight:bold}   /* active links    */

A.norm:link    { color: #281400; font-weight:normal;}   /* unvisited links */
A.norm:visited { color: #281400; font-weight:normal;}   /* visited links   */
A.norm:hover   { color: #641304; font-weight:normal; text-decoration: none}   /* mouse over      */
A.norm:active  { color: #281400; font-weight:normal;}   /* active links    */

A.noaccess:link    { color: #281400; font-weight:normal; text-decoration: none}   /* unvisited links */
A.noaccess:visited { color: #281400; font-weight:normal; text-decoration: none}   /* visited links   */
A.noaccess:hover   { color: #641304; font-weight:normal; text-decoration: none}   /* mouse over      */
A.noaccess:active  { color: #281400; font-weight:normal; text-decoration: none}   /* active links    */

A.mailbox_read:link    { font-style:normal; font-weight:normal }
A.mailbox_read:visited { font-style:normal; font-weight:normal }
A.mailbox_read:hover   { font-style:normal; font-weight:normal; text-decoration: none}
A.mailbox_read:active  { font-style:normal; font-weight:normal }

A.mailbox_new:link    { font-style:normal; font-weight:bold }
A.mailbox_new:visited { font-style:normal; font-weight:bold }
A.mailbox_new:hover   { font-style:normal; font-weight:bold; text-decoration: none}
A.mailbox_new:active  { font-style:normal; font-weight:normal }

A.mailbox_open:link    { font-style:italic; font-weight:normal }
A.mailbox_open:visited { font-style:italic; font-weight:normal }
A.mailbox_open:hover   { font-style:italic; font-weight:normal; text-decoration: none}
A.mailbox_open:active  { font-style:italic; font-weight:normal }

A.light:link    { color: white; font-style:normal; font-weight: normal; text-decoration: underline}
A.light:visited { color: white; font-style:normal; font-weight: normal; text-decoration: underline}
A.light:hover   { color: white; font-style:normal; font-weight: normal; text-decoration: none}
A.light:active  { color: white; font-style:normal; font-weight: normal; text-decoration: underline}

A.err:link    { color: #C50000; font-style:normal; font-weight: bold; text-decoration: underline}
A.err:visited { color: #C50000; font-style:normal; font-weight: bold; text-decoration: underline}
A.err:hover   { color: #281400; font-style:normal; font-weight: bold; text-decoration: none}
A.err:active  { color: #C50000; font-style:normal; font-weight: bold; text-decoration: underline}


body {
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #504244;
	margin:0;
}

/* Popup windows must have a 10px margin */
body.popup {
	margin: 10px;
}

/* Popup with no border must have background color */
body.popupnoborder {
	background-image: none;
	background-color: #504244;
}


/* Every element that contains text, should be added here */
a, td, div, h1, span, p, input,textarea, select,button, .defaultText {
	font-family: arial, geneva, helvetica, sans-serif;
	color: #281400;
	font-size: 12px;
	font-weight: normal;
}

p {
	line-height:normal;
}

/* Messages for the user */
.msg {
	color: #178C00;
	font-weight:bold;
}

/* Errors for the user */
.err {
	color: #C50000;
	font-weight:bold;
}

.deleted {
 color:#666666;
 font-weight:bold
}


/* Style for displaying the name of a deleted profile in inbox*/
.deleted_profile_new {
	color:#666666;
	font-weight:bold
}

.deleted_profile_read {
	color:#666666;
	font-weight:normal
}

/* Style for displaying the name of administrator in inbox*/
.admin_profile_new {
	color:red;
	font-weight:bold;
}

.admin_profile_read {
	color:red;
	font-weight:normal;
}

.bold {
	font-weight:bold;
}
.b {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}

.i {
	font-style:italic;
}
.normalTxt { 
	font-weight:normal;
	color: #281400;
}

.small {
	font-size:10px;
}

.light {
	color: #FFFFFF;
}

p.dot_top {
  background: url(/images/dots.gif) top left repeat-x;
  margin:0;
  padding: 3px 0 2px 0;
}
tr.dot_top {
	background: url(/images/dots.gif) top left repeat-x;
}
.dot_center {
	background: url(/images/dots.gif) center left repeat-x;
}
p.dot_top_white {
	background: url(/images/dots_white.gif) top left repeat-x;
  padding: 3px 0 2px 0;
}
/*special background for messages regarding chatbox*/
.sim_bg {
	background: url(/images/sim_bg.gif) bottom right no-repeat;
	background-color: #FFFFE3;
}

/*special background for messages regarding groups*/
.group_msg_bg {
	background: url(/images/group_msg_bg.gif) bottom right no-repeat;
	background-color: #DEEFF1;
}

/*special background for first post in group thread*/
.group_thread_bg {
	background: url(/images/group_thread_bg.gif) top right no-repeat;
	background-color:#F5F3F3;
}

.group_link_bg {
	background: url(/images/group_link_bg.gif) bottom left no-repeat;
	background-color:#F5F3F3;
}


/*special background for other system messages */
.default_system_message {
	background-color: #FDFDE0;
}

/* Colors for profile status at the control panel (member.php) */
.prof_stat_Unconfirmed { background-color: #FF0000; }
.prof_stat_Evaluation { background-color: #b9ddb9; }
.prof_stat_Active { /*background-color: #a7b8f9;*/ }
.prof_stat_Incorrect { background-color: #ff3333; }
.prof_stat_Standby { background-color: #FFCC00; }

/* Color for "searching for" information */
tr.matchmaker {
	background-color:#332D28;
}
tr.matchmaker td {
	color:#FFFFFF;
	padding:3px;
}

div.matchmaker_title {
  background: url(/images/dotted_white_arrow.gif) center left no-repeat;
  color:white;  
  font-weight: bold;  
  display:inline;
}
	

/* Site width */
.master {
  width: 995px;
}

/*
***********************************
** Top site menu bar
***********************************
*/
.masterbar_left {
  background: url(/images/masterbar_left.gif) top left no-repeat;
  padding-left:13px;
}
.masterbar_center {
  height: 36px;
  background: url(/images/masterbar_center.gif) center center repeat-x;      
}
.masterbar_right {
  background: url(/images/masterbar_right.gif) top right no-repeat;
  padding-right:13px;        
}
.masterbar_username {
	color:#06B306;
}
.masterbar_txt {
	text-decoration:none;
	font-weight:normal;
}
/*
***********************************
** Style for main table
***********************************
*/
.main_center {
	background-color: #E4d7C1;
	padding:2px;
}
.main_topleft {
	width: 7px;
	height: 41px;
	background: url(/images/main_topleft.gif) center center no-repeat;
}

.main_topright {
	width: 7px;
	height: 41px;
	background: url(/images/main_topright.gif) center center no-repeat;
}
.main_top {
	height: 41px;
	background: url(/images/main_top.gif) center center repeat-x;
}
.main_topright_notitle {
	width: 7px;
	height: 7px;
	background: url(/images/main_topright_notitle.gif) center center no-repeat;
}
.main_topleft_notitle {
	width: 7px;
	height: 7px;
	background: url(/images/main_topleft_notitle.gif) center center no-repeat;
}
.main_top_notitle {
	height: 7px;
	background: url(/images/main_top_notitle.gif) center center repeat-x;
}
.main_bottomleft {
	width: 7px;
	height: 7px;
	background: url(/images/main_bottomleft.gif) center center no-repeat;
}
.main_bottomright {
	width: 7px;
	height: 7px;
	background: url(/images/main_bottomright.gif) center center no-repeat;
}
.main_bottom {
	height: 7px;
	background: url(/images/main_bottom.gif) center center repeat-x;
}
.main_left {
	width: 7px;
	background: url(/images/main_left.gif) center center repeat-y;
}
.main_right {
	width: 7px;
	background: url(/images/main_right.gif) center center repeat-y;
}

/*
***********************
** Headline style
***********************
*/

h1 {
	font-size: 16px;
	color: #281400;
	font-weight: normal;
	margin:0;
}

h2 {
	font-size: 14px;
	color: #281400;
	font-weight: normal;
	margin:0;
}

/*.head_center {
	height: 28px;
	background: url(images/head_center.gif) top center repeat-x;
	margin-bottom:10px;
}
.head_left {
	height:28px;
	background: url(images/head_left.gif) top left no-repeat;
}
.head_right {
	height:28px;
	background: url(images/head_right.gif) top right no-repeat;
	padding: 2px 10px 0 10px;
}*/
.head_arrow {
	background: url(/images/arrow.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_lock {
	background: url(/images/lock.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_openfolder {
	background: url(/images/openfolder.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_star {
	background: url(/images/star.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_clipboard {
	background: url(/images/clipboard.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_news {
	background: url(/images/news.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_calendar {
	background: url(/images/calendar.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_mobile {
	background: url(/images/mobile.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_floppy {
	background: url(/images/floppy.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_pic1 {
	background: url(/images/pic1.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_menu {
	background: url(/images/menu.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_music {
	background: url(/images/music.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_krak {
	background: url(/images/krak.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.head_skyline {
	background: url(/images/skyline.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_news_board {
	background: url(/images/news_board.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_questionmark {
	background: url(/images/questionmark.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_record_pencil {
	background: url(/images/record_pencil.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_magnifier {
	background: url(/images/magnifier.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_inbox {
	background: url(/images/inbox.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_outbox {
	background: url(/images/outbox.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_cash {
	background: url(/images/cash.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_key {
	background: url(/images/key.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_person_delete {
	background: url(/images/person_delete.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_notes {
	background: url(/images/notes.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
/*.head_profile_record {
	background: url(/images/profile_record.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}*/
.head_online {
	background: url(/images/pc_on.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_offline {
	background: url(/images/pc_off.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_onoffline {
	background: url(/images/pc_onoff.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}

.head_draft {
	background: url(/images/draft.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_person_cross {
	background: url(/images/person_cross.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_pictures {
	background: url(/images/pictures.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_filter {
	background: url(/images/filter.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}
.head_diagram {
	background: url(/images/diagram.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}

.head_poster {
	background: url(/images/poster.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}

.head_speechbubble {
	background: url(/images/speechbubbles.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}

.head_people {
	background: url(/images/people.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}

.head_gift {
	background: url(/images/gift.gif) left center no-repeat; 
	padding: 0 0 0 20px;
}


/*
********************************
** TipOfTheDay styles
********************************
*/

.tipday_topleft {
  background: #FDFDE0 url(/images/tipday_topleft.gif) top left no-repeat;
}
.tipday_topright {
  background: url(/images/tipday_topright.gif) top right no-repeat;
}
.tipday_bottomleft {
  background: url(/images/tipday_bottomleft.gif) bottom left no-repeat;
}
.tipday_bottomright {
  background: url(/images/tipday_bottomright.gif) bottom right no-repeat;
  text-align:center;
  padding-bottom:4px;
}
.tipday_content {
  background: url(/images/bolb.gif) 2px 4px no-repeat;
	padding:4px 4px 4px 20px;
	text-align:left;
}



/*
*******************************
** Tooltip styles (pink)
*******************************
*/

.competition_topleft {
	float:left;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/competition_topleft.gif);
	background-repeat:no-repeat;
}

.competition_topright {
	float:right;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/competition_topright.gif);
	background-repeat:no-repeat;
}

.competition_bottomleft {
	float:left;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/competition_bottomleft.gif);
	background-repeat:no-repeat;
}

.competition_bottomright {
	float:right;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/competition_bottomright.gif);
	background-repeat:no-repeat;
}

.competition_bar {
	float:left;
	height:4px;
	overflow:hidden;
	background-color:#CC00CC;
}

.competition_center {
	clear:both;
	background-color:#CC00CC;
	padding: 3px 10px 5px 10px;
}

.competition_content {
	float:left;
	color: #FFFFFF;
	text-align:left;
}

.competition_content a {
	color: white;
}

.competition_content span {
	color: white;
}


/*
*******************************
** Tooltip styles (red)
*******************************
*/

.errorbox_topleft {
	float:left;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/errorbox_topleft.gif);
	background-repeat:no-repeat;
}

.errorbox_topright {
	float:right;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/errorbox_topright.gif);
	background-repeat:no-repeat;
}

.errorbox_bottomleft {
	float:left;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/errorbox_bottomleft.gif);
	background-repeat:no-repeat;
}

.errorbox_bottomright {
	float:right;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/errorbox_bottomright.gif);
	background-repeat:no-repeat;
}

.errorbox_bar {
	float:left;
	height:4px;
	overflow:hidden;
	background-color:#FF0000;
}

.errorbox_center {
	clear:both;
	background-color:#FF0000;
	padding: 3px 10px 5px 10px;
}

.errorbox_emailinvalid {
	float:left;
	width:16px;
	height:16px;
	padding-right:4px;
	background-image:url(/images/alert_blink.gif);
	background-color:#FF0000;
	background-repeat:no-repeat;
}

.errorbox_content {
	float:left;
	color: #FFFFFF;
	text-align:left;
}



/*
*******************************
** Tooltip styles (yellow)
*******************************
*/

.tooltip_topleft {
	float:left;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/tooltip_topleft.gif);
	background-repeat:no-repeat;
}

.tooltip_topright {
	float:right;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/tooltip_topright.gif);
	background-repeat:no-repeat;
}

.tooltip_bottomleft {
	float:left;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/tooltip_bottomleft.gif);
	background-repeat:no-repeat;
}

.tooltip_bottomright {
	float:right;
	width:4px;
	height:4px;
	overflow:hidden;
	background-image:url(/images/tooltip_bottomright.gif);
	background-repeat:no-repeat;
}

.tooltip_bar {
	float:left;
	height:4px;
	overflow:hidden;
	background-color:#FFFF99;
}

.tooltip_center {
	clear:both;
	background-color:#FFFF99;
	padding: 3px 10px 5px 10px;
}

.tooltip_alert {
	float:left;
	width:16px;
	height:16px;
	padding-right:4px;
	background-image:url(/images/alert.gif);
	background-color:#FFFF99;
	background-repeat:no-repeat;
}

.tooltip_info {
	float:left;
	width:16px;
	height:16px;
	padding-right:4px;
	background-image:url(/images/info.gif);
	background-color:#FFFF99;
	background-repeat:no-repeat;
}
.tooltip_emailinvalid {
	float:left;
	width:16px;
	height:16px;
	padding-right:4px;
	background-image:url(/images/alert_blink.gif);
	background-color:#FFFF99;
	background-repeat:no-repeat;
}

.tooltip_content {
	float:left;
	text-align:left;
}

/*
********************************
** Shoutbox styles
********************************
*/

.shout_topleft {
  background: #857A68 url(/images/shout_topleft.gif) top left no-repeat;
}
.shout_topright {
  background: url(/images/shout_topright.gif) top right no-repeat;
}
.shout_bottomleft {
  background: url(/images/shout_bottomleft.gif) bottom left no-repeat;
}
.shout_bottomright {
  background: url(/images/shout_bottomright.gif) bottom right no-repeat;
  text-align:center;
  padding-bottom:4px;
}

.shout_topleft_even {
  background: #857A68 url(/images/shout_topleft_even.gif) top left no-repeat;
}
.shout_topright_even {
  background: url(/images/shout_topright_even.gif) top right no-repeat;
}
.shout_bottomleft_even {
  background: url(/images/shout_bottomleft_even.gif) bottom left no-repeat;
}
.shout_bottomright_even {
  background: url(/images/shout_bottomright_even.gif) bottom right no-repeat;
  text-align:center;
  padding-bottom:4px;
}

.shout_topleft_odd {
  background: #857A68 url(/images/shout_topleft_odd.gif) top left no-repeat;
}
.shout_topright_odd {
  background: url(/images/shout_topright_odd.gif) top right no-repeat;
}
.shout_bottomleft_odd {
  background: url(/images/shout_bottomleft_odd.gif) bottom left no-repeat;
}
.shout_bottomright_odd {
  background: url(/images/shout_bottomright_odd.gif) bottom right no-repeat;
  text-align:center;
  padding-bottom:4px;
}

.shout_content {
	padding:4px 4px 0px 4px;
	text-align:left;
}

.shout_txt {
	color: #FFFFFF;
}


/*
********************************
** Content table styles
********************************
*/

.cont_topleft {
  background: #F0E5D2 url(/images/cont_topleft.gif) top left no-repeat;
}
.cont_topright {
  background: url(/images/cont_topright.gif) top right no-repeat;
}
.cont_bottomleft {
  background: url(/images/cont_bottomleft.gif) bottom left no-repeat;
}
.cont_bottomright {
  background: url(/images/cont_bottomright.gif) bottom right no-repeat;
  text-align:center;
  padding-bottom:22px;
}
.cont_title {
  text-align:center;
  background: url(/images/dotted_black_arrow.gif) center left no-repeat;
  display:inline;
  font-weight:bold;
  line-height:22px;
}

.cont_title_folder {
  text-align:center;
  background: url(/images/openfolderTree.gif) center left no-repeat;
  display:inline;
  font-weight:bold;
  line-height:22px;
}
.cont_cont {
  background-color:#D9CAB2;
  text-align:left;
  border-left:2px solid #F0E5D2;
  border-right:2px solid #F0E5D2;
  padding:5px;
}

.cont_cont_nopad {
  background-color:#D9CAB2;
  text-align:left;
  border-left:2px solid #F0E5D2;
  border-right:2px solid #F0E5D2;
}

.cont_sep {
  border-left:2px solid #F0E5D2;
}

.bordert {
  border-top:2px solid #F0E5D2;
}
.borderb {
  border-bottom:2px solid #F0E5D2;
}

/* Paper box */
.paper { 
	background-color:#F6F6F6;
}
.paper_topleft {
	background-image: url(/images/cont_paper_topleft_sm.gif);
	background-repeat: no-repeat;
	float:left;
	width:6px;
	height:6px;
	overflow:hidden;
}
.paper_topright {
	background-image: url(/images/cont_paper_topright_sm.gif);
	background-repeat: no-repeat;
	float:right;
	width:6px;
	height:6px;
	overflow:hidden;
}
.paper_cont {
	padding:0 6px 0 6px;
	clear:both;
}
.paper_bottomleft {
	background-image: url(/images/cont_paper_bottomleft_sm.gif);
	background-repeat:no-repeat;
	float:left;
	width:6px;
	height:6px;
	overflow:hidden;
}
.paper_bottomright {
	background-image: url(/images/cont_paper_bottomright_sm.gif);
	background-repeat: no-repeat;
	float:right;
	width:6px;
	height:6px;
	overflow:hidden;
}

.paper_even {
	background-color: #F6F6F6;
}
.paper_odd {
	background-color: #EBEBEB;
}

/* used for mutual icons on member.php */
.cont_border_right {
	border-right:2px solid #F0E5D2;
}

/* Table top for event calendar locations */

.cont_title_event_location {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
}
.cont_title_event_location_address {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.cont_title_event {
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
	background: url(/images/green_top_left.gif) #009900 top left no-repeat;
}

.cont_title_bg {
	background-color: #F0E5D2;
}

.cont_message {
	background-color: #D9CAB2;
}

tr.cont_message td {
	padding:3px;
}

.cont_info {
	background-color: #F4ECD7;
}

tr.cont_info td {
	padding:3px;
}

tr.cont_even,div.exp_title, div.cont_even, td.cont_even {
	background-color: #d4c4a9;
	text-align:left;
}

/**************************
 * New tables styles START
 **************************/
table.collapse {
	border-collapse:collapse;
}

tr.row1, div.row1 {
	background-color: #d4c4a9;
}

tr.row2, div.row2 {
	background-color: #E4D7C1;
}

tr.head {
	background: url(/images/stripes.gif) center center repeat;
}

tr.head td {
	font-weight:bold;
	padding:2px;
}

td.blight, div.blight {
	border:2px solid #F0E5D2;
	padding: 5px;
}

/**************************
 * New tables styles END
 **************************/


tr.cont_odd,div.exp_cont, div.cont_odd, td.cont_odd {
	background-color: #e4d7c1;
	text-align:left;
}

.cont_odd_color {
	background-color: #e4d7c1;
}

div.exp_title {
	margin:2px;
	padding:3px;
}

div.exp_cont {
	margin:2px;
	padding:16px
}

/* Row highlight colors for positive and negative text */
tr.cont_neg_highl, div.cont_neg_highl {
	background-color: #FF0000;
}
tr.cont_pos_highl {
	background-color: #06B306;
}
tr.cont_pas_highl {
	background-color: #FFCC00;
}

/* Other row highligtning */
tr.cont_even_highl, div.cont_even_highl, td.cont_even_highl, span.cont_even_highl {
	background-color: #FDFDE0;
}
tr.cont_odd_highl, div.cont_odd_highl, td.cont_odd_highl, span.cont_even_highl {
	background-color: #FDFDE0;
}
tr.imaging {
	background-color: #FFFFCC;
}

/* Alternative highlighting (turquoise) */
tr.cont_alt_highl, td.cont_alt_highl, div.cont_alt_highl, .cont_even_alt_highl, .cont_odd_alt_highl {
	background-color: #D6E8D8;
}

tr.cont_cols { /*table column headline */
	background: url(/images/stripes.gif) center center repeat;
}
tr.cont_cols td {
	font-weight:bold;
}
tr.cont_light {
	background-color: #FFFFCC;
}
tr.cont_even td {
	padding:3px;
}
tr.cont_odd td {
	padding:3px;
}
tr.cont_even_highl td {
	padding:3px;
}
tr.cont_odd_highl td {
	padding:3px;
}

.cont_odd_alt_highl td, .cont_even_alt_highl td {
	padding:3px;
}

tr.cont_odd td.page {
	padding:16px;
}

tr.cont_even td.page {
	padding:16px;
}

tr.cont_light td {
	padding:3px;
}
tr.cont_cols td {
	padding:3px;
}

tr.cont_neg_highl td {
	padding:3px;
	color: #FFFFFF;
}

tr.cont_pos_highl td {
	padding:3px;
	color: #FFFFFF;
}
tr.cont_pas_highl td {
	padding:3px;
	color: #FFFFFF;
}

tr.cont_alt_highl td {
	padding:3px;
	color: #000000;
}
tr.imaging td {
	padding:3px;
}

tr.tdPad {
}

tr.tdPad td {
	padding:2px;
}

/* Simple form style */

.simpleform {
	border: 2px solid #D9CAB2; 
}

/* Text style for inbox messages 
 * (See styles/tinymce.css for styles to use in TinyMCE editor)
 */
.mailbox_open {
	font-style: italic;
	font-weight: normal;
}
.mailbox_new {
	font-style: normal;
	font-weight: bold;
	background-color: #FDFDE0;
}
.mailbox_read {
	font-style: normal;
	font-weight: normal;
}

.mailbox_new_icon {
	font-style: normal;
	font-weight: bold;
	background-color: #FDFDE0;
}
.mailbox_read_icon {
	font-style: normal;
	font-weight: normal;
}

.mailbox_quote {
 	padding:5px;
	margin-left: 30px;
	color: #333333;
	font-style:italic;
	border:dashed 1px #333333
}

/*style for profilepicture*/
.pic {
	border: 1px solid #FFFFFF;
}

.picdark {
	border: 1px solid #000000;
}

/* Standalone message for login and db error */
div.outer_alone_msg {
	width:238px;
	background-color:#F0E5D2;
	padding:6px;
}
div.inner_alone_msg {
	border:2px solid #D5CB89;
	background-color:#D9CAB2;
	padding:6px;
}

/* Profile Thumpnail style */
#thumb_pop {
	position: absolute;
	padding: 4px;
	background-color: #D4C4A9;
	border: 1px solid #281400;
	display: none;
	z-index: 100;
}

/* Tooltip style */
#tooltip_pop {
	position: absolute;
	width: 203px;
	display: none;
	z-index: 100;
}

/* 70% transparency */
.trans70 {
	opacity:0.3;
	filter:alpha(Opacity=30);
	-moz-opacity:.30;
}

/* 60% transparency */
.trans60 {
	opacity:0.4;
	filter:alpha(Opacity=40);
	-moz-opacity:.40;
}

/* 50% transparency */
.trans50 {
	opacity:0.5;
	filter:alpha(Opacity=50);
	-moz-opacity:.50;
}

/* 40% transparency */
.trans40 {
	opacity:0.6;
	filter:alpha(Opacity=60);
	-moz-opacity:.60;
}

/**** DOJO DATA TREE *****/

.tundra .dijitInboxFolderOpened {
	background: url('/images/openfolderTree.gif') no-repeat;
}
.tundra .dijitInboxFolderClosed {
	background: url('/images/closedfolderTree.gif') no-repeat;
}
.tundra .dijitInboxLeaf {
	background: url('/images/closedfolderTree.gif') no-repeat;
}
.dijitNewInboxFolder {
	background: url('/images/newfolderTree.gif') no-repeat;
}
newfolderTreenboxTreeLabel {
	cursor: hand;
	cursor: pointer;
}
.inboxRootTreeLabel {
	cursor: hand;
	cursor: pointer;
	font-weight:bold;
	text-decoration: underline;
}

.simpleDialog {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #777879;
	background-image:url(/images/simpleTipGradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: none;
	z-index: 101;
}

.dialog {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #7EABCD;
	display: none;
	z-index: 101;
}

.dialogTitle {
	background-image:url(/images/titleGradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:23px;
	line-height:23px;
	font-weight:bold;
	padding: 0 4px 0 4px;
}


.dialog_even {
	background-color: #F6F6F6;
}
.dialog_odd {
	background-color: #FFFFFF;
}

img.icon {
	vertical-align: middle;
}

.floatfix {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0px;
	color:transparent;
	clear: both;
}

div.voteBar {
	border: 1px solid #281400;
	background-color:#E9E1CB;
	padding:0;
	width:100px;
	margin:0;
}

/*
***********************************
** Calendar style
***********************************
*/

.cal_top {
	width:162px;
	height:23px;
	background-image: url(/images/cal_top.gif);
	background-repeat: no-repeat;
}

.cal_top .left {
	font-size: 12px;
	line-height: 23px;
	padding-left: 4px;
	float:left;
}

.cal_top .right {
	font-size: 12px;
	line-height: 23px;
	padding-right: 4px;
	float:right;
}

.cal_day {
	height:22px;
	padding: 0 1px 0 0;
	margin:0;
	color: #000000;
	line-height: 22px;
	text-align:center;
	float:left;
}
	
.cal_day_bg {
	width:22px;
	background-image: url(/images/cal_w_d.gif);
	background-repeat: no-repeat;
}

.cal_day_bgf {
	width:23px;
	background-image: url(/images/cal_w_df.gif);
	background-repeat: no-repeat;
}

.cal_day_bg_booked {
	width:22px;
	font-weight:bold;
	background-image: url(/images/cal_w_db.gif);
	background-repeat: no-repeat;
}

.cal_day_bgf_booked {
	width:23px;
	font-weight:bold;
	background-image: url(/images/cal_w_dfb.gif);
	background-repeat: no-repeat;
}

.cal_holiday {
	height:22px;
	padding: 0 1px 0 0;
	margin:0;
	line-height: 22px;
	text-align:center;
	float:left;
}

.cal_holiday_bg {
	width:22px;
	background-image: url(/images/cal_w_dwe.gif);
	background-repeat: no-repeat;
}


.cal_holiday_bgf {
	width:23px;
	background-image: url(/images/cal_w_dfwe.gif);
	background-repeat: no-repeat;
}

.cal_empty {
	height:22px;
	padding: 0 1px 0 0;
	margin:0;
	line-height: 22px;
	text-align:center;
	float:left;
}

.cal_empty_bg {
	width:22px;
	background-image: url(/images/cal_w_de.gif);
	background-repeat: no-repeat;
}

.cal_empty_bgf {
	width:23px;
	background-image: url(/images/cal_w_dfe.gif);
	background-repeat: no-repeat;
}

.cal_firstday {
	width:1px;
	height:22px;
	float:left;
	background-color: #000000;
}
.cal_disabledday {
	color: #d9d9d9;
}

.cal_status_left {
	float: left; 
	width: 12px; 
	height: 12px; 
	margin-right: 3px;
}

.cal_status_fixed {
	background-color: #178C00;
}
.cal_status_proposal {
	background-color: #FAC300;
}
.cal_status_cancelled {
	background-color: #C50000;
}

.link {
	font-weight:inherit;
	text-decoration: underline;
	cursor: pointer;
}

.imglink {
	cursor: pointer;
	border:0;
}

.cpointer {
	cursor: pointer;
}
.d_none {
	display:none;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}

.aright {
	text-align:right;
}

.aleft {
	text-align:left;
}

.acenter {
	text-align:center;
}

.lheight20 {
	line-height:20px;
}

.mb20 {
	margin-bottom:20px;
}
.mb10 {
	margin-bottom:10px;
}
.mt20 {
	margin-top:20px;
}
.mt10 {
	margin-top:10px;
}
.mt3 {
	margin-top:3px;
}
.mt5 {
	margin-top:5px;
}

.ml10 {
	margin-left:10px;
}

.ml5 {
	margin-left:5px;
}

.mr10 {
	margin-right:10px;
}

.mr5 {
	margin-right:5px;
}

.mt5 {
	margin-top:5px;
}
.mb5 {
	margin-bottom:5px;
}

.p5 {
 padding:5px;
}

.p3 {
 padding:3px;
}

.pb3 {
 padding-bottom:3px;
}

.pb5 {
 padding-bottom:5px;
}

.pt5 {
 padding-top:5px;
}

.pt20 {
 padding-top:20px;
}

.pr5 {
 padding-right:5px;
}

.p20 {
 padding:20px;
}
.p10 {
 padding:10px;
}

div.discreet, span.discreet {
	color: #666666;
}

hr.light {
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
	display:block;
	clear:both;
}

hr.light_fat {
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 4px;
	width: 100%;
	display:block;
	clear:both;
}

hr.discreet {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	display:block;
	clear:both;
}

/******************
 * Modal dialog
 ******************/

.modalBack {
	position: absolute;
	top: 0;
	left: 0;
	background-color:white;
	z-index: 1000;
	opacity:0.5;
	filter:alpha(Opacity=50);
	-moz-opacity:.50;
}

.modalFront {
	position:fixed;
	left: 0;
	display: table;
	z-index: 1001:
}

.modalInner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align:middle;
}
	
.modalDialog {
	background-color: #FFFFFF;
	border: 1px solid #7EABCD;
	margin: auto;
}

.modalDialogTitle {
	background-image:url(/images/titleGradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0 4px 0 4px;
}

.modalDialogTitle div.modalDialogInnerTitle {
	height:23px;
	line-height:23px;
	font-weight:bold;
}	

