/*
============================================================ 
                   T A B E L   L I S T 
============================================================
*/
.table-list {
	background-color:#fafafa;
	border:solid 1px #e1e1e1;
	border-collapse:collapse;
	width:100%;
	margin:0px;
	padding:0px;
}

.table-list th {
	background-image:url('../../images/layout/admin/table-header.gif');
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	color:#ca2222;
	height:25px;
	border:#d5d5d5 solid 1px;
	padding:0px;
	font-weight:bold;
}

.table-list tr.even:hover td, .table-list tr:hover td{
	background: #efeefe;
}

.table-list tr.even td{
	background: #fff;
}

.table-list td {
	vertical-align:top;
	border:#d5d5d5 solid 1px;
	padding:8px 4px;
}

.table-list div.sub {
	border-top:1px solid #c3c3c3;
	margin-top:5px;
	padding:5px;
}

.table-list div.sub h3 {
	padding:2px 0;
	margin:0;
	color:#003366;
	font-size:8pt;
	font-weight:bold;
}

.table-list a {
	text-decoration:none;
	color:#FF9900;
	border:solid 1px #e1e1e1;
	padding:2px;
}

.table-list a:hover {
	text-decoration:none;
	/*background-color:.FF9900;*/
	background-image:url('../../images/layout/admin/bg-title.gif');
	color:#fff;
	border:solid 1px #FF9900;
	padding:2px;
}

.table-list a.content {
	padding:0;
	text-decoration:none;
	background:none;
	border:none;
	color:#003366;
}

.table-list a.content:hover {
	padding:0;
	text-decoration:underline;
	background:none;
	border:none;
	color:#003366;
}


/*
============================================================ 
                 T A B E L   S U B L I S T 
============================================================
*/
.table-sublist {
	border-collapse:collapse;
	width:100%;
	margin:0px;
	padding:0px;
}

.table-sublist td {
	vertical-align:top;
	border:none;
	padding:4px 4px;
}


/*
============================================================ 
                   T A B E L   I N P U T 
============================================================
*/
.table-input {
	margin:15px 0;
	width:95%;
	height:auto;
	border-collapse: collapse;
}

.table-input td {
	padding:3px 5px;
	/*border-bottom:1px solid #777;*/
	vertical-align: top;
}

.table-input th {
	padding: 3px 0px 3px 5px;
	color: #111;
	font-weight: normal;
	text-align:left;
	vertical-align: top;
	/*border-bottom:1px solid #777;*/
}


/*
============================================================ 
                  T A B E L   S E A R C H 
============================================================
*/
.table-search {
	margin:0 0 15px 0;
}

.table-search td {
	color: #000000;
	padding: 0 2px;
}

.table-search th {
	color: #003366;
	font-weight: normal;
	text-align:left;
	padding: 0 0 0 0;
}


/*
============================================================ 
                T A B E L   D O W N L O A D 
============================================================
*/
.table-download {
	margin:10px 0;
}

.table-download th {
	color:#08568b;
	font-weight:normal;
	padding:3px 5px;
	text-align:right;
	border-bottom:1px solid #f5f5f5;
}

.table-download td {
	color:#7f643d;
	padding:3px 5px;
	vertical-align:middle;
	border-bottom:1px solid #f5f5f5;
}

.table-download td .image {
	float:left;
	padding:0 0 0 0;
	vertical-align:middle;
	width:16px;
}

.table-download td .file {
	float:right;
	width:380px;
	text-align:left;
}


/*
============================================================ 
                T A B E L   S U P P O R T 
============================================================
*/
.table-support {
	margin:20px 0;
}

.table-support th {
	color:#c1c1c1;
	font-weight:normal;
	padding:2px 5px;
	text-align:right;
	font-size:8pt;
	border-bottom:1px solid #777;
}

.table-support td {
	color:#eee;
	padding:2px 5px;
	font-size:8pt;
	border-bottom:1px solid #777;
}

.table-support td.image {
	padding:3px;
	border:1px solid #888;
}


/*
============================================================ 
                  T A B E L   G A L L E R Y 
============================================================
*/
.table-gallery {
	margin:10px 0;
}

.table-gallery th {
	vertical-align:top;
	color:#8a221c;
	font-weight:normal;
	padding:2px 10px;
	text-align:left;
	font-size:8pt;
	border-bottom:1px dotted #c2a19f;
}

.table-gallery td {
	vertical-align:top;
	color:#705733;
	padding:2px 5px;
	text-align:left;
	font-size:8pt;
	border-bottom:1px dotted #c2a19f;
}


/*
============================================================ 
        T A B E L   G A L L E R Y  C O N T E N T 
============================================================
*/
.table-gallery-content
{
	text-align: center;
}

.table-gallery-content td
{
	padding:1px 2px;
}


/*
============================================================ 
               T A B E L   T H U M B N A I L 
============================================================
*/
.table-gallery-tn
{
	text-align: center;
	padding:2px;
}

.table-gallery-tn a:hover
{
	text-decoration: none !important;
	cursor:pointer;
}

.table-gallery-tn th
{
	text-align: center;
	padding: 1px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table-gallery-tn td
{
	padding:0 2px;
}

.gallery_name
{
	font-size: 6pt;
	font-weight:bold;
}