.list-unstyled, .list-inline {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.list-inline li {
	display:inline;
	float:left;
	margin:0 0.2em;
}

/* LINKS STYLE SHEET
---------------------------------------------------------------------- */

/* Content standard link styling 
 * link-hidden           - linking without emphasis
 * link-subtle           - linking from within a text block
 * link-headline         - linking outside of a text block (dark text)
 * link-headline-color   - as above with light text for a dark background
 * link-article-headline - 
 * when adding links you should order them :link , :visited, :hover
 */

.link-hidden:link            { color:#000066; }
.link-hidden, .link-subtle   { text-decoration: none; }

.link-hidden:visited { color:#000066; }

.link-hidden:hover	 { text-decoration: underline; }

.link-subtle         { border-bottom: 1px dotted #00C; }
.link-subtle:visited { border-bottom: 1px dotted #333; }
.link-subtle:hover   { border-bottom: 1px solid #00C; }

.link-external { 
	display: inline;
    background: url(/assets/img/icons/external-site.gif) bottom left no-repeat;
	padding-left: 0.95em;
	padding-bottom: 0.079em;
	position:relative;
	height: 1%;
}

/**
 * Table Styling
 */


.default {
    background: none;
}


.plain 
{ 
    border-collapse: collapse;
    background:none;
    border:none;
}
.plain, .plain > th, .plain > td 
{
    border:1px solid #C0C0C0;
}

/**
 * Gradient table.
 */

.gradient-style
{
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align: left;
	border-collapse: collapse;
	border:0;
}
.gradient-style th, .gradient-style .header
{
	font-size: 13px;
	font-weight: normal;
	padding: 1px 8px;
	background: #b9c9fe url('../img/table/gradhead.png') repeat-x;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
	color: #039;
}
.gradient-style td
{
	padding: 2px 2px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('../img/table/gradback.png') repeat-x;
}
.gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
.gradient-style tbody tr:hover td
{
	background: #d0dafd url('../img/table/gradhover.png') repeat-x;
	color: #339;
}

/**
 * Cuscosky Table style
 */

.table-cuscosky, .table-cuscosky th, .table-cuscosky td {
    border-spacing:0px;
    border-color:#D4E0EE;
    border-width:0 1px 1px 0;
    border-style:solid;
    padding:0;
	color: #555;
}

.table-cuscosky th {
    font-family: "Trebuchet MS", Arial, sans-serif;
    background: #DAE7F1;
	color: #4F76A3;
	font-size: 1.2em;
	font-weight: bold;
}

.table-cuscosky td, .table-cuscosky th {
    vertical-align: top;
    border-width:1px 0 0 1px;
	padding: 6px 6px 6px 12px !important;
}

.table-cuscosky tbody tr { background: #EDF1F8; }

.table-cuscosky tbody tr:nth-child(even) {
    background-color: #F7F9FC;
}

.table-cuscosky.no-borders , .table-cuscosky.no-borders th, .table-cuscosky.no-borders td {
    border:0;
}

/**
 * Table CNC
 */

.table-cnc {
	border: 1px solid #f0f8ff;
}
.table-cnc th {
	font-variant: small-caps;
	color: #047;
	font-weight: bold;
	letter-spacing: -1px;
}
.table-cnc thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}
.table-cnc tbody td, .table-cnc tbody th {
	padding: 5px 10px;
	color: #000;
}
.table-cnc tbody th {
	color: #047;
	font-weight: normal;
	font-size: 1em;
}
.table-cnc tbody tr {
    background: #fff;
}
.table-cnc tbody tr:nth-child(odd) {
	border: 1px solid #87CEFA;
	background-color: #F0F8FF;
}
.table-cnc tfoot td, .table-cnc tfoot th {
	border: none;
	padding-top: 10px;
}
.table-cnc caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table.table-cnc  a:link {
	color: #DC143C;
}
table.table-cnc  th a:link {
	color: #047;
	text-decoration: none;
}
table.table-cnc  a:visited{
	color: #036;
	text-decoration: line-through;
}
table.table-cnc  a:hover{
	color: #000;
	text-decoration:none;
}
table.table-cnc  a:active{
	color: #000;
}
