﻿
	#Inbox select {
		font-size : 11px;
		font-weight: normal;
	}
	
	#Inbox_title {
		font-size : 15px;
		color: #797979;
	}
	
	#Inbox_page_number {
		border: 1px solid #bcbcbc;
		text-align: center;
		font-weight: bold;
		background: #f1f1f1;
		padding: 2px 5px 2px 5px;
		cursor: pointer;
		margin: 2px 5px 1px 0px;
		width:18px;
		height:18px;
	}
	
	#Inbox_page_number_on {
		border: 1px solid #bcbcbc;
		text-align: center;
		font-weight: bold;
		background: #ffffff;
		padding: 2px 5px 2px 5px;
		margin: 2px 5px 1px 0px;
		cursor: pointer;
		width:18px;
		height:18px;
	}
	
	#Inbox #name {
		font-weight: bold;
		color: #58b043;
	}
	
	#Inbox #email {
		
	}
	
	#Inbox #date {
		font-weight: bold;
	}
	
	#Grid #action_icons {
		border: none;
	}
	
	#Grid #action_text {
		border: none;
	}
	
	#action_icons {
		border: none;
		padding: 0px 0px 0px 2px;
	}
	
	
	#Inbox_name {
		position : relative;
		top: 20px;
		white-space: nowrap;
	}
	
	#Inbox_form_header {
		font-size: 14px;
		color: #ffffff;
		padding: 5px;
		font-weight: bold;
	}
	
	#Inbox_hot_points {
		font-size: 16px;
		font-weight: bold;
	}
	
	#Inbox_actions {
		font-size: 16px;
		font-weight: bold;
	}
	
	#Inbox_details {
		background-color: #e6f3e3;
		font-size: 12px;
		padding: 10px;
	}
	
	#Inbox_details b {
		color: #717171;
	}
			
	
			
/* List Styles */
	
	#InboxListFooter {
		clear:both;
    	background: url(/images/grid_bg_540.png) top left no-repeat;
    	position: relative;
    	top: -3px;
    	height: 35px;
    	border-top: 1px solid #949494;
	}

	#InboxListTitle {
		width:735px;
		margin: 0px;
		padding:0;
		list-style-type:none;
		clear:both;
	}
	
	#InboxListRows {
		width:735px;
		margin: 0px;
		padding:0;
		list-style-type:none;
	}
	
	
	#InboxListOption{
		width: 26px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
	}
	
	#InboxListAttachment{
		width: 24px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
	}
	
	#InboxListFrom {
		width: 220px;
		float:left;
		border-top: 1px solid #949494;
		/*border-left: 1px solid #949494;*/
		overflow:hidden;
	}
	#InboxListSubject{
		width: 400px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
	}
	#InboxListDate{
		width: 60px;
		float:left;
		border-top: 1px solid #949494;
		border-left: 1px solid #949494;
		border-right: 1px solid #949494;
	}
	
	
	
	#InboxListTitle #InboxListOption{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	
	#InboxListTitle #InboxListAttachment
	{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	
	#InboxListTitle #InboxListFrom{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	#InboxListTitle #InboxListSubject{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	#InboxListTitle #InboxListDate{
		height: 26px;
		background: #afafaf;
		color: #ffffff;
		font-weight:bold;
	}
	
	
	#InboxListRows #InboxListOption{
		height: 40px;
		background: #ffffff;
		text-align: center;
	}
	#InboxListRows #InboxListAttachment
	{
		height: 40px;
		background: #ffffff;
	}
	#InboxListRows #InboxListFrom{
		height: 40px;
		background: #ffffff;
	}
	#InboxListRows #InboxListSubject{
		height: 40px;
		background: #ffffff;
	}
	#InboxListRows #InboxListDate{
		height: 40px;
		background: #ffffff;
	}
	
	#InboxListInnerCell {
		padding: 5px 0px 0px 8px;
	}
	
	#unread {
		font-weight: bold;
	}
	
	


    #Inbox_search {
         visibility: hidden;
         position: absolute;
         left: 0px;
         top: 0px;
         width:100%;
         height:100%;
         text-align:center;
         z-index: 200;
		 
    }
	
    #Inbox_search div {
	     width: 100%;
	     height: 365px;
		 position: relative;
		 top: 15px;
		 left: 37px;
         padding: 0px 0px 0px 0px;
         text-align:center;
	     background:url(/images/inbox/search_div_bg.png) bottom center no-repeat;
    }

    #Inbox_folders {
         visibility: hidden;
         position: absolute;
         left: 0px;
         top: 0px;
         width:100%;
         height:100%;
         text-align:center;
         z-index: 200;
		 
    }
	
    #Inbox_folders div {
	     width: 100%;
	     height: 592px;
		 position: relative;
		 top: 18px;
		 left: -57px;
         padding: 0px 0px 0px 0px;
         text-align:center;
	     background:url(/images/inbox/inbox_div_bg.png) bottom center no-repeat;
    }

    #Inbox_settings {
         visibility: hidden;
         position: absolute;
         left: 0px;
         top: 0px;
         width:100%;
         height:100%;
         text-align:center;
         z-index: 200;
		 
    }
	
    #Inbox_settings div {
	     width: 100%;
	     height: 365px;
		 position: relative;
		 top: 18px;
		 left: 108px;
         padding: 0px 0px 0px 0px;
         text-align:center;
	     background:url(/images/inbox/search_div_bg.png) bottom center no-repeat;
    }
	
	
	
	
	