/*======================
TABLE
========================*/
table
{
	border-collapse:collapse;
	margin	: 2px 0 10px;
}


table th
{
	background:#0354A0;
	padding:5px;
	border:solid 2px #fff;
	border-bottom-width : 3px;	
	color:#fff;
	font-weight:700;
	min-width	: 75px;
}
table td
{
	padding				: 5px 7px 5px 5px;
	border				: solid 2px #fff;
	background-color	: #eeeeee;
	color				: #333;
}

.tableModelCol
{
	background-color	: #ccc;
	font-weight			: bold;
	padding-right		: 5px;
}
.tableModelHeading
{
	min-width : 100px
}
/*======================
IMAGE
========================*/
img
{
	border	:solid 1px #bdbdbd;
	margin	:0 0 .7em 0em;	/* bottom margin to space text */	
}


.newsHeadlines
{
	margin : -10px 0 10px -10px;
	padding	: 0;	
	list-style: none;
	list-style-type: none;
	width	: 220px;
	
}

.newsHeadlines a
{
	color : #666;
	text-decoration:none;	
}

.newsHeadlines li
{
	border-bottom : medium solid #eee;
	padding: 10px 0;
}

.newsHeadlines p
{
	margin :0;
	padding : 0 10px;
}


.enquiryLink
{
	font-weight		: 700; 	
}

#downloads
{
		margin-top : 10px;		
}

#downloads a
{	
	  margin-top : 6px;
		background: url("/images/layout/page_white_acrobat.png") no-repeat 100% 0;
		padding: 1px 22px 4px 0;
		text-decoration: none;
		color: #333;
}

#downloads .anonymousLink
{
	background: url("/images/layout/page_white_acrobat.png") no-repeat 100% 0;
	display: inline;
	padding-right: 20px;
	padding-bottom: 4px;
}

#downloads .anonymousLink a
{
	background: none;
	padding: 0;	
	text-decoration: underline;
}

#downloads a:hover
{
		color: #555;
}

/* drupal tabs */

#tabs-wrapper {
	clear: both;
}

ul.primary
{
	margin: 0 -10px;
	padding:0 0 10px 0;
	border-bottom : 1px solid #ccc;
	overflow: auto;
}

ul.secondary
{
		padding:10px 0 0 0;
}

ul.secondary li a, ul.secondary li a:visited
{
		text-decoration: none;
}

ul.primary li
{
	float:left;
	display: inline;
	list-style: none;
	padding: 0 0 0 20px;
	
}

ul.primary a
{
	text-decoration: none;	
}

ul.primary a:hover
{
	text-decoration: underline;	
}

#user-login, #user-register, #user-pass, #user-profile-form, .profile
{
	clear: left;
	padding-top: 10px;
	
}


#tabs-wrapper li.active a
{
	text-decoration: underline;
}

#user-register, #user-profile-form, .profile
{
	padding-bottom: 20px;
}

.description
{
	display: none;
}

#edit-name-wrapper .description, 
#edit-mail-wrapper .description,
#edit-pass-wrapper .description
{
	display: block;
}


.messages
{
	padding-top: 16px;
	color: #ff0000;
}

.messages li
{
		color: #ff0000;
}

.profile dt
{
	background: none;
	font-weight: normal;
}



