﻿/*@charset "utf-8";*/
/* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
Terms and conditions of use: http://tbs-sct.ircan.gc.ca/projects/gcwwwtemplates/wiki/Terms
Conditions régissant l'utilisation : http://tbs-sct.ircan.gc.ca/projects/gcwwwtemplates/wiki/Conditions
*/

/* Element normalization / Normalisation des éléments */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color:#000; 
    margin: 0; 
    padding: 0;
    width: 100%;
}

h1, h2, h3, h4 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

h1 {
    margin:0; 
    padding:0; 
    font-size: 24px;
}


h2, .wiki h1 {
/*    font-size: 20px;
    padding: 2px 10px 1px 0px;
    margin: 0 0 10px 0; 
    border-bottom: 1px solid #bbbbbb; 
    color: #444;
    */
}

.wiki{
    padding: 0px 30px 0px 15px;   
}

h3, .wiki h2{
    font-size: 16px;
    padding: 2px 10px 1px 0px;
    margin: 0 0 10px 0; 
    border-bottom: 1px solid #bbbbbb; 
    color: #444;
}

h4, .wiki h3 {
    font-size: 13px;
    padding: 2px 10px 1px 0px;
    margin-bottom: 5px; 
   /* border-bottom: 1px dotted #bbbbbb; */
    color: #444;
}

legend {
    color: #000000;
}
/***** Layout *****/

#content  {
    width: 75%; 
    background-color: #fff; 
    margin: 0px; 
    z-index: 3;
    padding: 6px 10px 10px 10px; 
    z-index: 10;
}

* html #content {
    width: 75%;
    padding-left: 0; 
    margin-top: 0px; 

    padding: 6px 10px 10px 10px;
}

#footer {
    clear: both; 
    border-top: 1px solid #bbb; 
    font-size: 0.9em; 
    color: #aaa; 
    padding: 5px; 
    text-align:center; 
    background:#fff;
}


input, select, textarea, button{
    font-size: 100%;
}

a:active, a:focus{
    cursor: auto;
}

a img{
    border: none;
}

/***** Links *****/
a, a:link, a:visited {
    color: #2A5685; 
    text-decoration: none; 
}

a:hover, a:active {
    color: #c61a1a; 
    text-decoration: underline;
}

a[href]:hover, a[href]:active, a[href]:focus{
    color: #C00;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}


h1, h2, h3, h4, h5, h6 {
    margin: 1em 0; 
    font-weight: bold;
}

/***** Default ASP.Net Control Style *****/
.defaultDropDownList {
   width: 257px;
}

#cn-fip, #cn-footer{    
    width: 955px; 
    margin-top: 20px;
    text-align: center;     
    color: #fff;
    margin-right:auto;
    margin-left:auto;
    margin-bottom: 10px;
}


/* Hide non-visual navigation elements / Cacher les éléments de navigation non-visuel */
#cn-left-col h2, #cn-right-col h2, #cn-foot h2 { /*position: absolute; left: -9000px; font-size: 10%; */}

/* Basic grid / Grille simple */
#cn-cols {
    clear: both; 
    margin-left: auto;
    margin-right:auto;
    width: 955px;
    min-height: 350px;
}

#cn-body-inner-3col, #cn-body-inner-2col, #cn-body-inner-2col-right, #cn-body-inner-1col{
    margin: 0px 3%;
    border: 5px solid #FFF; 
    position: relative;
    min-height: 100%;
}

#cn-body-inner-3col, #cn-body-inner-2col, #cn-body-inner-1col{
    margin: 0; 
    padding: 0;
    /*width: 940px; */
    width: 100%;

}


#cn-body-inner-3col{
    margin-bottom: 0px;
    padding-bottom:0px;
    border:none;
    width: 100%;

}

#cn-centre-col, #cn-head, #cn-foot, #cn-left-col, #cn-right-col, #cn-foot2{
    position: relative;
}

#cn-foot{
    margin-top: 100px;
    margin-bottom: 10px;
    width: 100%; 
    clear: both;
    z-index: 2;
    height: 4.2em;
}

#cn-foot2{

    margin-bottom: 0px;
    width: 100%; 
    clear: both;
    z-index: 2;
    height: 4.2em;    
    bottom:0;
    position: relative;
}

#cn-left-col-gap, #cn-right-col-gap, #cn-centre-col-gap {
    position: absolute; 
    top: 0; 
    bottom: 0; 
}

#cn-left-col, #cn-right-col {
    z-index: 2;
}

#cn-left-col-gap, #cn-right-col-gap{
    z-index: 1;
}

#cn-head{
    width: 100%; 
    clear: both;
    z-index: 2;
    margin-bottom: 10px;
}

/* Default background colours / Couleurs d'arrère-plan par défaut */
#cn-body-inner-3col, #cn-body-inner-2col, #cn-body-inner-2col-right, #cn-body-inner-1col, #cn-head, #cn-foot, #cn-centre-col-inner, #cn-centre-col-gap, #cn-left-col-inner, #cn-left-col-gap, #cn-right-col-inner, #cn-right-col-gap{
    background: #FFF;
}


#cn-centre-col{
    width: 500px;
    float: left;
}

#cn-centre-col-inner{
    padding: 1px 0;
}

#cn-body-inner-3col #cn-centre-col{
    margin-right: -100%;
}

#userBox{
    /*border: 1px solid #C0C0C0;*/
    background-color: #EEE;
    margin-top: -15px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 9px !important;
}

#userBox h2{
    margin: 0;
}

.userInfo{
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 12px;
}

.clear{
    margin: 0;
    font-size: 2px;
}

.sidemenuHead{
    padding: 2px 5px;
    background-color: #557913;
    color: White;
    margin-top: 0;
    margin-bottom: 0; 
    font-weight:bold;
    font-family: Verdana, Helvetica, Sans-Serif; 
}

.sidemenuItem{
    border-bottom: 1px solid #CC9;
    padding: 3px 0px 3px 0px;
    color: #000000;
    background-color: #EEE;

    margin: 0px 10px 0px 10px;
}

.sidemenuItem a{
    color: #000000;
}

.sidemenuSubitem{    
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
    padding: 3px 0px 3px 20px;
    color: #000000;
    font-size: 80%;
    background-color: #DADADA;

    margin: -1px 10px 0px 0px;
    
    /*    border-bottom: 1px solid #A0A0A0;
    border-top: 1px solid #A0A0A0;
    padding: 3px 0px 3px 20px;
    color: #000000;
    font-size: 80%;
    background-color: #DADADA;
    margin-bottom:-2px;
    margin-left:-11px;
    margin-top:-3px;
    */
}

/*Government of Canada footer*/

#cn-gcft{
    background: #000; 
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 50px;
    padding-bottom: 20px;
    min-height: 45px;
}

#cn-gcft li{
    margin: 12px 0 13px 44px;
    float:left;
}

#cn-gcft li:first-child{
    margin-left: 10px;
}

#cn-gcft ul {
    margin: 0;
    width: 960px;
    list-style-type: none; 
}

.cn-gcfthead{
    text-transform: uppercase; 
    font-weight: bold;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

#cn-gcft a {
    text-decoration:none;
    color:#fff;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#cn-gcft li:first-child{
    margin-left: -10px;
}

#cn-gcft-inner{
    width:960px;
    margin-left: auto;
    margin-right: auto;
}

li#cn-ft-ca{
    margin-bottom: 0px;
}

li#cn-ft-ca a{
    padding:0px 10px 10px 40px;
    margin-bottom: 0px;
    float: right;
    display: inline-block; 
    border-left:1px solid #666; 
    line-height: 1.45em; 
    font-size: 0.95em;
}

#cn-gcft li#cn-ft-ca div {
    font-size:170%;
    text-align:right;
    font-weight:400;
    margin:0;
    margin-left: 5px;
}

#cn-gcft li#cn-ft-ca{
    font-family: Arial, Helvetica, sans-serif;
    padding-left:0;
    margin-right:0; 
    margin-top: 10px;
    margin-left: 5px;
    padding-right: 10px;
    margin-right:10px;
    font-size:170%;
}

/** Site footer **/
#cn-sft{
    padding-top: 0px;
    padding-bottom: 10px;
    background: url(../images/foot-bottom-deco.gif) repeat-x #efefef; 
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

#cn-sft-inner{
    background-repeat:no-repeat;
    background-position:center top;
    margin-top: -30px; 
    padding: 10px 10px 10px 10px;
    background-image: url('../images/footer-deco.gif');
    font-family: Arial, Helvetica, sans-serif;
    width: 955px;
    margin-left: auto;
    margin-right: auto;
}

#cn-sft a, #cn-sft span.link{
    color: #222
}

#cn-sft li a, #cn-sft li span.link {
    line-height: 1.75em;
    font-family: Arial, Helvetica, sans-serif;
}

#cn-sft h4, #cn-sft .col-head {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#cn-sft address {
    font-style: normal;
}

#cn-ft-tctr{
    margin:0; 
    padding: 5px 0 0px 0;
    font-size: 115%;
}

#cn-ft-tctr li {
    display:inline;

}

#cn-ft-tctr a {
    font-size: 125%;
}

#cn-ft-tctr li.terms {
    border-right:1px solid #999; 
    padding: 0 9px 0 10px;
    margin-left: -40px;
}

#cn-ft-tctr li.trans {
    padding-left: 6px;
}

#cn-sft a:hover,#cn-sft a:focus{
    color:#c00;
}

#cn-sft-inner .span-2{
    position: static;
    margin-bottom:0;
}

.span-2{
    display:inline;
    position:relative;
    float:left;
   /* margin-left:8%;*/
    margin-left: 250px;
    margin-right:40px;
    margin-top: -15px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 125%;
}

.span-2 ul{
    list-style: none;
    margin-left: 0px;
    margin-top: -10px;
    text-decoration: none;
    padding:0;
}

.span-2 ul a{
    font-size: 125%;
    text-decoration: none;
}


.span-2 a{
    text-decoration: underline;
    font-size: 125%;
}

.col-head a
{
    font-size:120%;
    border:none;
    margin: 0;
    text-decoration:none;
    font-weight: 700;
}

.col-head a:hover{
    text-decoration:underline;
}


/* GC navigation bar */
#cn-gcnb{
    width: 100%;
    background: #000000; 
    font-size: 0.9em; 
    height: 3.6em; 
    min-height: 41px;
    padding-top: 5px;
    margin-top:0px;
}

#cn-sig{
    width: 247px; 
    float: left; 
    margin: 8px 0;
}

#cn-sig-inner{
    margin-left: 10px; 
    height: 24px;
}

#fip-pcim-sig-eng {
    height: 100%; 
    width: 955px;
    margin-left: auto;
    margin-right: auto;         
    margin-top: 0px;
    background: url(../images/sig-eng-bg.gif) no-repeat 0 0 transparent;

}

#fip-pcim-sig-fra {
    height: 100%; 
    width: 100%; 
    background: url(../images/sig-fra-bg.gif) no-repeat 0 0 transparent;
    margin-top: 5px;
}

#cn-gcnb  ul {
    list-style-type:none; 
    margin: 0; 
    padding:0; 
    float: right;
}

#cn-gcnb  ul li {
    float:left; 
    padding: 13px 0;
    margin-top: -5px;
}

#cn-gcnb a{
    border-left:1px solid #fff;
    color:#fff;
    display:block;
    padding:0 1em;
    text-decoration:none;
}

#cn-gcnb li:first-child a{
    border-left: none;
}

#cn-gcnb a:hover,#cn-gcnb a:focus{
    text-decoration:underline;
}

#cn-gcnb  ul li#cn-gcnb-lang a {
    padding-right: 11px;
}

.dateMod2{
    margin-top: 10px;
    text-align: right;
    width:955px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
}

#cn-gcnb h2, #cn-psnb h2, #cn-aside h2, .cn-minister h2, .cn-minister h3, #cn-sft h3, #cn-bc h2, #cn-gcft h3 {
    position: absolute; 
    clip: rect(1px, 1px, 1px, 1px); 
    height: 0px !important; 
    width: 0px !important; 
    overflow: hidden !important; 
    margin: 0 !important; 
    border:none;
}

/*RISS CSS Overrides*/

.boxheadError2
{
    FONT-SIZE: 120%;
    COLOR: #ffffff;
    font-weight:bold;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #ad2110;
    TEXT-ALIGN:left;
    padding: 5px 0px 5px 10px;    
}
.boxbodyError2
{
	font-size: 100%;
    text-align: left;
    font-weight:normal;
    color: #621a11;
    padding-top:10px;
	padding-left:15px;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}

.boxheadWarning2
{
    FONT-SIZE: 120%;
    COLOR: #000000;
    font-weight:bold;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #ffe75d;
    TEXT-ALIGN:left;
    padding: 5px 0px 5px 10px;    
}

.boxhead2Login{
    FONT-SIZE: 150%;
    COLOR: #ffffff;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #557913;
    TEXT-ALIGN:left;
    padding-top: 6px;
    padding-left: 10px;
    padding-bottom: 8px;   
    width: 723px;
}

.boxhead2{
    FONT-SIZE: 150%;
    COLOR: #ffffff;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #557913;
    TEXT-ALIGN:left;
    padding-top: 6px;
    padding-left: 10px;
    padding-bottom: 8px;
    width: 723px;
    margin: -1px 0px 0px 0px !important;
}

.boxhead2Error{
    width: 733px;
    text-align: left;
}

.nextButton{
	FONT-SIZE: 100%;
    text-align: center;
	float: right;
	color: Black;
	padding: 2px 50px 2px 0px;
    clear:left;
}

.nextButton2{
	FONT-SIZE: 100%;
	text-align: right;
	padding-right:50px;
}

.boxbody2Button{
	FONT-SIZE: 100%;
	text-align: center;
    padding: 8px 0px 8px 0px;
}

.boxbody2LoginLeft{
    float: left;
    width: 15%;
    padding-bottom: 2px;
    text-align: right;
}
.boxbody2Login{
	FONT-SIZE: 100%;
    text-align: right;
    padding-left: 15px;
}
.boxbody2LoginRight{
   float: left;
   padding-left: 15px;
   padding-bottom: 2px;
   FONT-SIZE: 100%;
}

.boxbody2FieldSet
{
    border: none;
    FONT-SIZE: 100%;
    text-align: left;
    color: Black;
    margin-left: 4%;
}

.boxbody2FieldSet legend:after
{
    border-top: 0px solid black !important;
}
    
.boxbody2HiddenLegend
{
    display: none;
}

#content{
    width: 733px;  
    margin: 0;  
    padding: 0; 
    z-index: auto;
}

.panelTable{
    padding:0;
    margin:0;
    width:733px;
}

.rightAvgLeft{
   float: right;
   padding-left: 15px;
   FONT-SIZE: 100%;
   text-align:left;
   margin-top:2px;
   width: 65%;
}

.leftAvgLeft{
    float: left;
    width: 25%;
    padding-left: 15px;
    text-align: left;
    margin-top:2px;
    FONT-SIZE: 100%;
}

.textboxSingleLineFull
{
    width: 100%;
}

.textboxSingleLineHalf
{
    width: 50%;
}

.textboxMultiLineLarge
{
    width: 100%;
    height: 150px;
}

.textboxMultiLine
{
    width: 100%;
    height: 100px;
}

/* Added by Ben Li @ 2012-04-04 */
.standardBorder {
    border: 1px #CDCDCD solid;
    margin-top: 2%;
}

.standardRow {
   margin: 0;
   padding: 2px 0px 2px 0px;
   clear: both;
   width:100%;
   min-height: 22px;
}

.standardDivHeaderRow {
    float: left;
    margin: 0;
    clear: both;
    width:100%;
    background-color: #AFC6A2;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
	padding: 2% 0 2% 0;
    white-space: nowrap;    
}

.standardDivHeaderRowNoPadding {
    margin: 0;
    clear: both;
    float: left;
    width:100%;
    background-color: #AFC6A2;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
	padding: 0 0 0 0;
    white-space: nowrap;    
}

.standardDivHeaderRowNoBold {
    margin: 0;
    clear: both;
    float: left;
    width:100%;
    background-color: #AFC6A2;
    text-align: left;
    font-weight: normal;
    font-size: 100%;
	padding: 0 0 0 0;
}

.standardHeading {
    color: #486B33;
	margin: 15px 0px 15px 0px;
    font-size: 125%;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.standardHeadingBlack {
    color: #000;
	margin: 15px 0px 15px 0px;
    font-size: 125%;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.standardSubHeading {
	margin: 10px 0px 10px 2%;
    font-size: 100%;
    text-align: left;
    font-weight: bold;
    width: 98%;
}

.standardSubHeadingNoMargin {
	margin: 10px 0px 10px 0%;
    font-size: 100%;
    text-align: left;
    font-weight: bold;
    width: 100%;
    clear: both;
}

.standardLegendHeading {
	margin: 10px 0px 10px 0px;
    font-size: 100%;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.standardText {
	margin: 10px 0px 10px 2%;
    font-size: 100%;
    text-align: left;
    clear: both;
}

.hiddenText {
    display: none;
}

.standardResultList {
	margin: 10px 0px 10px 4%;
    font-size: 100%;
    text-align: left;
    width: 96%;
}

.standardLeft100 {
    float: left;
    width: 96%;
    margin: 0 4% 0 0;
    text-align: left;
    clear: both;

}

.standardLeft100Label {
    width: 90%;
    margin: 0 6% 0 4%;
    text-align: left;
    clear: both;
}

.standardLeft100LabelBold {
    width: 90%;
    margin: 0 6% 0 4%;
    text-align: left;
    clear: both;
    font-weight: bold;
}

/* Left Columns */
.standardLeft10LabelBold
{
    float: left;
    width: 2%;
    margin: 0 4% 0 4%;
    text-align: left;
    clear: left;
    font-weight: bold;
}
.standardLeft20Label
{
    float: left;
    width: 12%;
    margin: 0 4% 0 4%;
    text-align: left;
    clear: left;
}
.standardLeft20
{
    float: left;
    width: 16%;
    margin: 0 4% 0 0;
    text-align: left;
    clear: left;
}
.standardLeft25
{
    float: left;
    width: 21%;
    margin: 0 4% 0 0;
    text-align: left;
    clear: left;
}
.standardLeft25Label
{
    float: left;
    width: 17%;
    margin: 0 4% 0 4%;
    min-height: 22px;
    text-align: left;
    clear: left;
}
.standardLeft25LabelBold
{
    float: left;
    width: 17%;
    margin: 0 4% 0 4%;
    min-height: 22px;
    text-align: left;
    clear: left;
    font-weight: bold;
}
.standardLeft25Bold
{
    float: left;
    width: 21%;
    margin: 0 4% 0 0;
    text-align: left;
    clear: left;
    font-weight: bold;
}
.standardLeft30Bold
{
    float: left;
    width: 26%;
    margin: 0 4% 0 0;
    min-height: 22px;
    text-align: left;
    clear: left;
    font-weight: bold;
}
.standardLeft35
{
    float: left;
    width: 31%;
    margin: 0 4% 0 0;
    text-align: left;
    clear: left;
}
.standardLeft35Label
{
    float: left;
    width: 27%;
    margin: 0 4% 0 4%;
    min-height: 22px;
    text-align: left;
    clear: left;
}
.standardLeft35Bold
{
    float: left;
    width: 31%;
    margin: 0 4% 0 0;
    text-align: left;
    clear: left;
    font-weight: bold;
}
.standardLeft35LabelBold
{
    float: left;
    width: 27%;
    margin: 0 4% 0 4%;
    min-height: 22px;
    text-align: left;
    clear: left;
    font-weight: bold;
}
.standardLeft35SubHeading
{
    float: left;
    width: 31%;
   	margin: 0 2% 0 2%;
    min-height: 25px;
    text-align: left;
    clear: left;
    font-weight: bold;
}
.standardLeft45Label
{
    float: left;
    width: 37%;
    margin: 0 4% 0 4%;
    min-height: 22px;
    text-align: left;
    clear: left;
}
.standardLeft65Label
{
    float: left;
    width: 57%;
    margin: 0 4% 0 4%;
    min-height: 22px;
    text-align: left;
    clear: left;
}
.standardLeft65LabelBold
{
    float: left;
    width: 57%;
    margin: 0 4% 0 4%;
    min-height: 22px;
    text-align: left;
    clear: left;
    font-weight: bold;
}
.standardLeft75Label
{
    float: left;
    width: 67%;
    margin: 0 4% 0 4%;
    min-height: 22px;
    text-align: left;
    clear: left;
}

/* Right Columns */
.standardRight20Center
{
    float: left;
    width: 20%;
    text-align: center;
    clear: right;
}
.standardRight25Center
{
    float: left;
    width: 25%;
    text-align: center;
    clear: right;
}
.standardRight25
{
    float: left;
    width: 25%;
    text-align: left;
    clear: right;
}
.standardRight35
{
    float: left;
    width: 35%;
    text-align: left;
    clear: right;
}
.standardRight40Center
{
    float: left;
    width: 40%;
    text-align: center;
    clear: right;
}
.standardRight40CenterBold
{
    float: left;
    width: 40%;
    text-align: center;
    clear: right;
    font-weight: bold;
}
.standardRight55
{
    float: left;
    width: 55%;
    text-align: left;
    clear: right;
}
.standardRight60
{
    float: left;
    width: 60%;
    text-align: left;
    clear: right;
}
.standardRight65
{
    float: left;
    width: 65%;
    text-align: left;
    clear: right;
}
.standardRight70
{
    float: left;
    width: 70%;
    text-align: left;
    clear: right;
}
.standardRight75
{
    float: left;
    width: 75%;
    text-align: left;
    clear: right;
}
.standardRight75Center
{
    float: left;
    width: 75%;
    text-align: center;
    clear: right;
}
/* Middle columns */
.standardMid5
{
    float: left;
    width: 5%;
    text-align: left;
}
.standardMid5Center
{
    float: left;
    width: 5%;
    text-align: center;
}
.standardMid5CenterBold
{
    float: left;
    width: 5%;
    text-align: center;
    font-weight: bold;
}
.standardMid10
{
    float: left;
    width: 10%;
    text-align: left;
}
.standardMid10Center
{
    float: left;
    width: 10%;
    text-align: center;
}
.standardMid10CenterBold
{
    float: left;
    width: 10%;
    text-align: center;
    font-weight: bold;
}
.standardMid15
{
    float: left;
    width: 15%;
    text-align: left;
}
.standardMid20
{
    float: left;
    width: 20%;
    text-align: left;
}
.standardMid20Center
{
    float: left;
    width: 20%;
    text-align: center;
}
.standardMid25
{
    float: left;
    width: 25%;
    text-align: left;
}
.standardMid25Bold
{
    float: left;
    width: 25%;
    text-align: left;
    font-weight: bold;
}
.standardMid25Center
{
    float: left;
    width: 25%;
    text-align: center;
}
.standardMid33Center
{
    float: left;
    width: 33%;
    text-align: center;
}
.standardMid30
{
    float: left;
    width: 30%;
    text-align: left;
    font-weight: normal;
}
.standardMid33
{
    float: left;
    width: 33%;
    text-align: left;
    font-weight: normal;
}
.standardMid33Bold
{
    float: left;
    width: 33%;
    text-align: left;
    font-weight: bold;
}
.standardMid40Center
{
    float: left;
    width: 40%;
    text-align: center;
}
.standardMid50Center
{
    float: left;
    width: 50%;
    text-align: center;
}
.standardMid60Center
{
    float: left;
    width: 60%;
    text-align: center;
}


/* for GridView Table or tabular display*/
.standardTable
{
    font-size: 100%;
    float: left;
    width: 100%;
    text-align: left;
    clear: right;
}

.plainTable td, th, tr, table
{
    font-size: 100%;    
    margin: 0px 0px 0px 0px !important;
}

.standardTableHeader th
{
    background-color: #AFC6A2;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
	padding: 5px 7px 5px 7px;
    white-space: nowrap;    
}

.standardTableHeaderCenter th
{
    background-color: #AFC6A2;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
	padding: 5px 7px 5px 7px;
    white-space: nowrap;    
}

.standardTableHeaderCenter td
{
    background-color: #AFC6A2;
    border: #DEDEDE 1px solid;
    text-align: center;
    font-size: 100%;
	padding: 5px 7px 5px 7px;
}

.standardTableRow td
{
    background-color: #FFFFFF;
    text-align: left;
    font-weight:bold;
    font-size: 100%;
    padding: 2px;
    border: #DEDEDE 1px solid;
    font-weight:normal;
    height: 30px;
}

.standardTableRowCenter td
{
    background-color: #FFFFFF;
    text-align: center;
    font-weight:bold;
    font-size: 100%;
    padding: 2px;
    border: #DEDEDE 1px solid;
    font-weight:normal;
    height: 30px;
}

.standardTableAlternateRow td
{
    background-color: #E9F6E3;
    text-align: left;
    font-weight:bold;
    font-size: 100%;
    padding: 2px;
    border: #DEDEDE 1px solid;
    font-weight:normal;
    height: 30px;
}

.standardTableAlternateRowCenter td
{
    background-color: #E9F6E3;
    text-align: center;
    font-weight:bold;
    font-size: 100%;
    padding: 2px;
    border: #DEDEDE 1px solid;
    font-weight:normal;
    height: 30px;
}

.standardButton
{       
    min-width: 100px;
}

.tabStripDefault
{
    text-align:center;
    background-image:url(../../images/Tab_dm_default.gif);
    background-repeat:no-repeat;
    color:black;
    font-size:78%;
    line-height: 1.5em;
    white-space: normal !important;
}

.tabStripHover
{
    text-align:center;
    background-image:url(../../images/Tab_dm_hover.gif);
    background-repeat:no-repeat;
    color:black;
    font-size:78%;
    line-height: 1.5em;
    white-space: normal !important;
}
.tabStripSelected
{
    text-align:center;
    background-image:url(../../images/Tab_dm_selected.gif);
    background-repeat:no-repeat;
    color:black;
    font-size:78%;
    line-height: 1.5em;
    white-space: normal !important;
}
.tabStripDefault_RT
{
    text-align:center;
    background-image:url(../../images/Tab_rt_default.gif);
    background-repeat:no-repeat;
    color:black;
    font-size:78%;
    line-height: 1.5em;
    white-space: normal !important;
}

.tabStripHover_RT
{
    text-align:center;
    background-image:url(../../images/Tab_rt_hover.gif);
    background-repeat:no-repeat;
    color:black;
    font-size:78%;
    line-height: 1.5em;
    white-space: normal !important;
}
.tabStripSelected_RT
{
    text-align:center;
    background-image:url(../../images/Tab_rt_selected.gif);
    background-repeat:no-repeat;
    color:black;
    font-size:78%;
    line-height: 1.5em;
    white-space: normal !important;
}
.tabText
{
    font-family: Verdana;
    font-weight: bold;
}

/* override the default Telerik style */
.rtsOut, .rtsIn, .rtsTxt
{
    color: Black;
    margin: 4px -4px 0px -4px;
    padding: 0px !important;
}
.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink {
    padding-left: 0px !important;
}

/* Year / Month / Day Dropdown Width */
.yearDropDown
{
    width: 70px;
}

.quarterDropDown
{
    width: 120px;
}

.monthDropDown
{
    width: 60px;
}

.dayDropDown
{
    width: 60px;
}

.quarterDropDown
{
    width: 95px;
}





/***** Media print specific styles *****/
@media print {
  #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
  #main { background: #fff; }
  #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
	#wiki_add_attachment { display:none; }
  .hide-when-print { display: none; }
	.autoscroll {overflow-x: visible;}
	table.list {margin-top:0.5em;}
	table.list th, table.list td {border: 1px solid #aaa;}
}
