@charset "iso-8859-1";
@import url(../../base/css/guestbook.css);
	div.prof_ditails_block
	{
		position:relative;
		width:298px;
		float:left;
		margin-left:10px;
		text-align:left;
		background-color:#112E46;
		padding-top:10px;
		height:99px;
		border:1px solid #C6C4C4;

	}
	div.prof_ditails_block div.li_word
	{
		position:relative;
		float:left;
		width:80px;
		text-align:left;
		border:0px solid red;
		margin:1px;
		font-weight:bold;
		background-color:#112E46;
		height:20px;
		line-height:20px;
		vertical-align:middle;

		padding-left:5px;		
	}
	div.prof_ditails_block div.li_value
	{
		position:relative;
		float:left;
		text-align:left;
		width:202px;
		border:0px solid red;
		margin:1px;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		padding-left:5px;

		background-color:#112E46;
	}
	
	div.main
	{
		margin-left:auto;
		margin-right:auto;
	}

	div.gb_owner_info
	{
		position:relative;
		border:0px solid red;
		overflow:hidden;
	}
	
	div#newrecord
	{
		border:1px solid red;
	}
	
	/**html, 	div.gb_owner_info
	{
		padding-bottom:33px;
	}*/
	
	div.db_2_block 
	{
		text-align:center;
		border:1px solid red;
	}
	
	.text
	{
		border:0px solid red;
		text-align:center;
		padding:0px;
	}
	
	.bgGray
	{
		background-color:#F4F3F3;
		padding-bottom:5px;
	}
	
	.bgSmiles
	{
		padding-left:0px;
	}
	
	.no
	{
		margin-left:250px;
	}
	
	.right
	{
		text-align:right;
		background-color:#F4F3F3;
	}
	
	.picPosition
	{
		/*padding-top:28px;*/
		background-color:#F4F3F3;
		text-align:center;
	}
	

	.menu_item_block 
	{
		text-align:left;
		padding:0px;
	}
	
	table.gb_msgs_table
	{
		border-collapse:collapse;
		width:100%;
	}

	.picPosition
	{
		background-color:#112E46;
	}

	table.gb_msgs_table td,
	table.gb_msgs_table th
	{
		border:1px solid #CCCCCC;
		padding:4px;
	}
	
	table.gb_msgs_table th
	{
		background-color:#112E46;
		color:#ffffff;
	}
	
	tr.gb_msg_row_even
	{
		background-color:#112E46;
	}
	
	tr.gb_msg_row_odd
	{
		background-color:#507493;
	}
	
	.gb_msg_actions
	{
		text-align:right;
		padding:4px;
	}
