﻿body {
	color: #000;
	font-size: 11px;
	font-family: tahoma, helvetica, sans-serif;
	margin: 0; padding: 0;	
}
.shell 
{
	width:  800px;
	padding: 40px 20px 10px 10px; 
}

.shell .left_partition 
{
	float:left;
	width:500px;
	min-height:600px;
}

.shell .left_partition .logo_image
{
	float:left;
	width:100px;
	/* min-height: 600px; */
}

.shell .left_partition .navigation 
{
	float:left;
	width:300px;
	min-height: 200px;
}

.shell .left_partition .login_box
{
	float:left;
	width:100px;
	min-height: 200px;
	
}

.shell .left_partition .container
{
	float:left;
	width:500px;
	min-height: 500px; 
}


.shell right_partition 
{
	float:right;
	width:300px;
	min-height:600px;
}

.shell .right_partition .player
{
	float:right;
	width:300px;
	min-height:100px;
	text-align:right;
}

.shell .right_partition .flash_rotator
{
	float:right;
	width:300px;
	min-height:100px;
}

.shell .right_partition .text_area 
{
	float:right;
	width:300px;
	min-height: 200px;
}
.shell .footer 
{
	float:left;
	width:800px;
	min-height: 20px;
}

.shell .footer .footer_left
{
	float:left;
}

.shell .footer .footer_right 
{
	float:right;
}

.showMsg
{
	visibility: visible;
	display: inherit;
}
.hideMsg
{
	visibility: hidden;
	display: none;
}

/*
----------------------------------------- 
Services 
-----------------------------------------
*/
.services_wrapper .services_item
{
	min-height: 100px;
	margin-bottom: 10px;	
}

.services_wrapper .services_item .services_left
{
	width:150px;
	float:left;
}

.services_wrapper .services_item .services_right
{
	width:350px;
	float:right;
}

.services_wrapper .services_item .services_right .services_title
{
	font-weight:bold;	
}

.services_wrapper .services_item .services_right .services_links 
{
	width:100%;	
}	
.services_wrapper .services_item .services_right .services_links .services_thirdlink 
{
	position:relative;
	left:40px;
}

.services_wrapper .services_item .services_right .services_links .services_company .business {
	display:none;
}

/*
---------------------------------------------------
Case Study
---------------------------------------------------
*/
.case_wrapper 
{
	width:500px;
}
.case_wrapper .case_left 
{
	width:80px;
	float:left;
}

.case_wrapper .case_right 
{
	float:right;
	width:400px;
	padding: 0 10px 0 10px;
}

.case_wrapper .case_right .case_header
{
	font-weight:bold;
	
}
.case_wrapper .case_right .case_header .business
{
	font-weight:normal;
	font-style:italic;
	margin: 0 0 10px 0;
}

.case_wrapper .case_right .case_pagination 
{
	width:100%;
}

.case_wrapper .case_right .case_pagination .case_returnlink
{
	float:left;
}

.case_wrapper .case_right .case_pagination .case_prevnext
{
	float:right;
}

/*
---------------------------------------------------
Awards 
---------------------------------------------------
*/
.awards_wrapper 
{
	width:500px;
}
.awards_wrapper .awards_left 
{
	width:80px;
	float:left;
}

.awards_wrapper .awards_right 
{
	float:right;
	width:400px;
	padding: 0 10px 0 10px;
}

.awards_wrapper .awards_right .awards_header
{
	font-weight:bold;
	
}
.awards_wrapper .awards_right .awards_header .prog_detail
{
	font-weight:normal;
	font-style:italic;
	margin: 0 0 10px 0;
}

.awards_wrapper .awards_right .awards_pagination 
{
	width:100%;
}

.awards_wrapper .awards_right .awards_pagination .awards_returnlink
{
	float:left;
}

.awards_wrapper .awards_right .awards_pagination .awards_prevnext
{
	float:right;
}

/*
---------------------------------------------------
Clients
---------------------------------------------------
*/

.clients_wrapper 
{
	width: 500px;
}

.clients_wrapper .clients_item 
{
	width:230px;
	float:left;
	margin:0 0 10px 10px;
}

/*
-----------------------------------------------------
Budget Catalog 
-----------------------------------------------------
*/
.albums_wrapper
{
	height:500px;
	float:left;
	padding: 10px 10px 0 10px;
	width:100px;
	overflow: auto;
	border: solid 1px #000;	
}

.tracks_wrapper
{
	height:500px;
	float:left;
	padding: 10px 10px 0 10px;
	width:150px;
	overflow: auto;
	border: solid 1px #000;		
}

.browser_wrapper 
{
	padding-top:2px;
	width:100px;
	height:500px;
	float:left;
	overflow: auto;
	border: solid 1px #000;	
}

.browser_header
{
	font-weight: bold;	
}
.browser_header_active 
{
	background-color:gray;
	color:white;
}
.browser_header, .browser_header_active 
{
   padding:2px;
   cursor:pointer;
}

.browser_content 
{
    padding:0px;
    height:0px;
    margin-bottom:2px;
    overflow:hidden;
}
.browser_content_active 
{
    padding:2px;
    margin-bottom:2px;   
    overflow:inherit;      
}
.browser_content, .browser_content_active 
{
  overflow:auto;
}
#menu2 
{
	min-height:380px; 
	overflow:auto;		 
}
.alphabets
{
	float:left;
	padding: 0px 2px 2px 0px;
}	

/* Hits Book */
.bold_text
{
	font-weight:bold;	
}
.tb_details_wrapper
{
	border:solid 1px #f5f5f5;
	width:800px;
	height:400px;
	overflow:scroll;	
} 

/* Membership */
.mem_content 
{
	padding: 0 0 0 10px;
} 