/*======================
TABLE
========================*/
table
{
	border-collapse:collapse;
	border:solid 1px #000;
}
table th
{
	background:#ff8401;
	padding:5px;
	border:solid 1px #000;
	border-bottom-width:2px;
	color:#fff;
	font-weight:700;
}
table td
{
	padding:5px;
	border:solid 1px #000;
}

/*======================
IMAGE
========================*/
img
{
	border:solid 1px #bdbdbd;
}


/*======================
DRUPAL
======================*/

#downloads
{
		margin-top : 10px;	
		margin-bottom: 10px;		
}

#downloads ul, #downloads ul li
{
		list-style: none;
		list-style-image: none;		
}

#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: #666;
		font-weight: bold;
}

#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
{
	padding:0 0 10px 0;
	border-bottom : 1px solid #ccc;
	overflow: auto;
}

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

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:visited
{
	color: #666;	
}

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

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


#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;
	margin-left: 20px;
	margin-right: 20px;
	color: #ff0000;
}

.messages li
{
		color: #ff0000;
}

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

