﻿/*---------------------reset---------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/*---------------------global---------------------------------*/
h1 {
	color:black;
	font-size:2em;
	line-height:1.1em;
	font-weight:bold;
	padding-bottom:15px;
}
h2 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}
h3 {
	font-size:0.92em;
	text-transform:uppercase;
}
h4 {
	font-size:1.14em;
	font-weight:bold;
	margin:30px 0 8px 0;
}
h5 {
	font-size:1em;
	font-weight:bold;
}
a {
	color:#035edb;
	text-decoration:none;
}
a.readMore {
	color:#64b924;
}
a.pdf {
	background-image:url('/App_Themes/Default/Images/Extensions/pdf.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:22px;
	display:inline-block;
}
p {
	margin-bottom:20px;
}
p.abstract {
	font-size:1em;
	font-weight:bold;
	margin-bottom:20px;
}
span.date {
	display:block;
}
strong , b {
	font-weight:bold;
}
u {
	text-decoration:underline;
}
i , em {
	font-style:italic;
}
input, textarea {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	height:1px;
	border:0;
	border-top:1px #CCC solid;
	margin:1.5em 0;
}
fieldset {
	border: 1px solid silver;
    padding: 5px;
    margin:3px 0;
}
ul {
	list-style-type:disc;
	margin:0 0 20px 25px;
}
ol {
	list-style-type:decimal;
	margin:0 0 20px 25px;
}
li {
	margin-bottom:5px;
}
/*-----------------Helper styles------------------*/
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
img.floatLeft {
	margin:10px 20px 10px 0;
}
img.floatRight {
	margin:10px 0 10px 20px;
}
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
.alignTop {
	vertical-align:top;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}

/*-----------------Status styles------------------*/
.pending, .pending TD
{
    background-color: White;
}
.published, .published TD 
{
    background-color: #CCFFCC!Important; /* Bright green */
    border-bottom: solid 1px #CCCCCC!Important;
}
.rejected, .rejected TD 
{
    background-color: #FFCCCC!Important; /* Bright red */
    border-bottom: solid 1px #CCCCCC!Important;
}

/*-----------------Modal styles------------------*/
#simplemodal-overlay 
{
    background-color:#444;
}
#simplemodal-container 
{
    background-color:#EEE; 
    border:8px solid #4CB200; 
    padding:12px;
}
#simplemodal-container a.modalCloseImg {
	background:url(/ClientUI/Images/CssImg/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#modal-box
{
    text-align:left;
}
#modal-box .key
{
    font-weight: bold;
}

#detailView .key 
{
    font-weight: bold;
}