﻿/*
	CSS of International Center for Alcohol Policies (ICAP)
	Version 1.0
	-------------------------------------------------------
	XHTML/CSS by Todor Iliev
	
	NOTE: This CSS file is to be used ONLY on static pages under /Table directory.
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
	
#wrapper {
	margin: 50px 0 0 50px;
	}

p {
	margin: 0 10px 10px 10px;
	line-height: 17px;
	}

strong {
	font-weight: bold;
	}

div#dnn_ctr369_DD,
div#dnn_ctr369_ModuleContent {
	display: none;
	}

/* ------------- Begin General Headings & Links ------------- */
h1, h2, h3 {
	font-weight: normal;
	}

h1 {
	color: #1f3b7e;
	font-size: 220%;
	margin: 0 0 10px 10px;
	}
h2 {
	color: #555;
	font-size: 170%;
	margin: 20px 0 10px 10px;
	}
/* ------------- End General Headings & Links ------------- */


/* ------------- Begin List of Tables Index Page ------------- */
.tablePage {
	background: url(/Portals/_default/Skins/icap_main/_design/images/tablePageBg.gif) no-repeat 80px 80px;
	}
.tablePage h1 {
	font-size: 130%;
	font-weight: bold;
	}
.tablePage img {
	margin: 0 0 20px 0;
	}
ul {
	margin: 20px 30px;
	}
li {
	list-style-type: disc !important;
	padding: 0 0 0 5px;	
	line-height: 17px;
	}
a:link, a:visited {
	color: #1f3b7e;
	}
a:hover {
	color: #3d558f;
	text-decoration: none;
	}
/* ------------- End List of Tables Index Page ------------- */


/* ------------- Begin Sort Instructions and Print Button ------------- */
div.sortableTable {
	height: 70px;
	text-align: right;
	margin: 10px 0;
	background: url(../images/sortableTableInfo.gif) no-repeat left center;
	}
div.sortableTable img {
	margin: 20px 10px 0 0;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	}
div.sortableTable img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
/* ------------- End Sort Instructions and Print Button ------------- */


/* ------------- Begin Sortable Table ------------- */
table.tbl {
	width: 98%;
	margin: 10px;
	}
table.tbl th {
	font-weight: bold;
	}
table.tbl th, table.tbl td {
	padding: 5px 7px;
	vertical-align: top;
	}
table.tbl th:hover {
	background: #d2d2d2;
	}
	
tfoot td {
	text-align: right;
	font-size: .75em;
	}

/* Violet Table Theme */
.arc90_altrows-Violet {
	border-collapse: collapse;
	border: 1px solid #646ea3;
}
.arc90_altrows-Violet th {
	text-align: left;
	color: #fff;
	background: #717bad;
	border-bottom: 1px solid #646ea3;
	cursor: pointer;
	}
.arc90_altrowsViolet0 {
	background: #adb2cd;
	}
.arc90_altrowsViolet1 {
	background: #e5e7f1;
	}

/* Gray Table Theme */
.arc90_altrows-Gray {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.arc90_altrows-Gray th  {
	text-align: left;
	background: #ddd;
	border: 1px solid #ccc;
	cursor: pointer;
	}
.arc90_altrows-Gray td  {
	border: 1px solid #ccc;
	}
.arc90_altrowsGray0 {
	background: #eee;
	}
.arc90_altrowsGray1 {
	background: #fff;
	}
/* ------------- End Sortable Table ------------- */