﻿body
{
    /*font: 12px/16px Arial;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #666666;*/
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;    
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    background: #fff;
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    /*color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;*/
    height: 250px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    background: url(../Content/images/bg-footer.png) repeat-x;
}

    #footer p, #footer a{
        color: #a9a9a9;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 1px;
    }

    #footer div {
        margin: 0 auto;
        position: relative;
        width: 1000px;
        padding-top:1em;
    }



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/



/* TABLE
----------------------------------------------------------*/
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

div#title
{
    display: block;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    display: inline-block;
    background: transparent url(../Content/images/Icon-Mandatory.png) center left no-repeat;
    padding-left: 20px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.t-input
{
    border: 1px solid #DDDFDE;
    padding: 2px 1px 3px;
    font: 12px Arial;
    color: #747C83;
    width: 90%;
}

.text-box
{
    width: 94% !important;
    /*border: 1px solid #DDDFDE;
    padding: 2px 1px 3px;
    font: 12px Arial;
    color: #747C83;*/
      
    background-color: #FFFFFF;
    color: #747C83;; 
    height: 2.12em;
    line-height: 1.6em;
    padding: 2px 0.3em;
    border-radius: 4px 4px 4px 4px;
    background-image: url("textures/highlight.png");
    border-color: #C5C5C5;
    -moz-box-sizing: border-box;
    outline: 0 none;   
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    position: relative;
    white-space: nowrap;
    font-family: inherit;
    font-size: 100%;
    background-position: 0 center;
    background-repeat: repeat-x;
}

textarea 
{
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    background-image: url("textures/highlight.png");
    border-color: #C5C5C5;
    -moz-box-sizing: border-box;
    background-position: 0 center;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    outline: 0 none;
    padding: 2px 0.3em;
}

.t-numerictextbox
{
    font: 12px Arial;
    color: #747C83;
    width: 98%;
}

t-combobox
{
    font: 12px Arial;
    border: 1px solid #DDDFDE;
    color: #747C83;
}

.t-dropdown
{
    font: 12px Arial;
    color: #747C83;
    width: 98%;
}

.multi-line
{
    height: 70px;
    font: 12px Arial;
    color: #747C83;
}

.validation-summary-valid
{
    display: none;
}

div.botright
{
    display: block; /*set the div in the bottom right corner*/
    position: absolute;
    margin: auto 0px 0px auto;
}

.delete
{
    background: transparent url(../Content/images/icon-trash.gif) no-repeat center right;
}

.ajaxloading
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
}
a.file:link
{
    color: #747C83;
    text-decoration: none;
}
/* unvisited link *//* visited link */
a.file:hover
{
    color: #747C83;
    text-decoration: underline;
}
/* mouse over link *//* selected link */

.linked
{
    color: #73AC32;
}

.hover
{
    text-decoration: underline;
    cursor: pointer;
}

.ultable ul
{
    list-style-type: inherit;
    padding-left: 1.5em;
}

.viewEditor ul
{
    padding-left: 20px;
}

.viewEditor p
{
    font: 12px/16px Arial !important;
    color: #747c83;
    float: none !important;
    display: block;
    margin: 0 0 0 0 !important;
}

label
{
    font-weight: bold;
}

textarea
{
    font: 12px/16px Arial;
    color: #666666;
}

.t-filter-help-text
{
    font: 12px Arial !important;
}

.footer-admin
{
    margin: 5px 10px 10px 185px;
}

.nobottom tr td
{
     border-bottom: 0;
}

.activity-frame {
    position:relative;
	padding:15px;
	margin:5px 0 0.5em;
	color:#333;
	background:#eee;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.activity-frame p {font-size:28px; line-height:1.25em;}

/* this isn't necessary, just saves me having to edit the HTML of the demo */
.activity-frame:before {
	position:absolute;
	top:-60px;
	left:0;
	width:155px;
	height:36px;
    /* reduce the damage in FF3.0 */
    display:block; 
}

/* creates the triangle */
.activity-frame:after {
	content:"";
	position:absolute;
	top:-30px;
	left:50px;
	border:15px solid transparent;
	border-bottom-color:#eee;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.uitext-frame {
    position:relative;
	padding:15px;
	margin:5px 0 0.5em;
	color:#333;
	background:#eee;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
    font: 12px/16px Arial;
}

.uitext-frame:before {
	position:absolute;
	top:-60px;
	left:0;
	width:155px;
	height:36px;
    /* reduce the damage in FF3.0 */
    display:block; 
}

/* creates the triangle */
.uitext-frame:after {
	content:"";
	position:absolute;
	top:20px;
	left:-30px;
	border:15px solid transparent;
	border-right-color:#eee;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.width250px {
    width:250px !important;
}

.article {
    float: left;
    padding: 0 40px 30px 0;
    width: 620px;
}

.aside {
    /*background: url("../images/shadow.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    float: right;
    padding: 0 0 0 40px;
    width: 290px;
}

a.btn:hover,
a.btn-view:hover {
	text-decoration: none;
}

/* Button Base
   --------------------------------------------------------------------------- */
.btn {
	background: #eee;
	color: #888;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 10px 20px 0;
	padding: 8px 15px 4px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;
}

/* Button (Like, Share, Download) - Improved on Base Button
   --------------------------------------------------------------------------- */
.btn-like:after,
.btn-share:after,
.btn-download:after {
	content: "";
	display: inline-block;
	margin: -5px 0 0 7px;
	width: 35px; height: 29px;
	vertical-align: middle;
} 

.btn-like:after {
	background: url(images/icon-like.png) 5px 0 no-repeat;
} 

.btn-share:after {
	background: url(images/icon-share.png) 5px 0 no-repeat;
} 

.btn-download:after {
	background: url(images/icon-download.png) 5px 0 no-repeat;
} 

/* Button (Stats - Found in Sidebar) - Improved on Base Button
   --------------------------------------------------------------------------- */
a.btn-stats {
	color: #306599;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 0; padding: 0;
	width: 125px; height: 95px;
	vertical-align: middle;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

.btn-stats span {
	color: #545454;
	display: inline-block;
	font-size: 44px;
	font-weight: 700;
	margin: 35px 0 5px 0;
	padding-bottom: 7px;
	width: 100%;
}

#header-article {
    float:left;
    width: 100%;
    margin-top:20px;
}

#search-article {
     float:right;
     margin-top:20px;
}

ul.downloads a {
    color: #747C83;
    font-size: 12px;
    font-weight: normal;
}
ul.downloads li {
    /*line-height: 40px;*/
}
ul.downloads li:last-child {
    margin: 0;
}
/*ul.downloads a:before {
    content: "";
    display: table-cell;
    height: 35px;
    padding-left: 15px;
    vertical-align: middle;
    width: 30px;
}*/
ul.downloads a.icn-word:before {
    background: url("images/icon-word.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul.downloads a.icn-pdf:before {
    background: url("images/icon-pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul.downloads a.icn-excel:before {
    background: url("images/icon-excel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* ==========================================================================
   Breadcrumbs 
   ========================================================================== */
ul.breadcrumbs {
	margin-bottom: 25px;
}

ul.breadcrumbs > li {
	display: inline;
}

ul.breadcrumbs > li:after {
	content: " : ";
}

ul.breadcrumbs > li:last-child:after {
	content: "";
}

#article-container div {
    text-indent: 0px !important;
}



