/*
    Author: Nishant Limbachiya
    Date: March 9th, 2012
    Description: CSS file for eHelp look and feel
*/

a:visited {
    color: #428bca; !important
}

/*********************
    @Page Header
*********************/
#header_links ul li
{
    padding: 0 7px;
}

#search form#g_s input#q
{
    background: url(../img/searchbg_csu.gif) no-repeat scroll 0 0 transparent;
}

#search form#g_s input#q:hover, #search form#g_s input#q:focus, #search form#g_s input#q:active {
	background: #FFFFFF;
}

/*********************
    @Top Menu Bar
*********************/
.centeredmenu ul li.inactive a, .centeredmenu ul li.inactive a:hover
{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    text-decoration: none;
    height: 21px;
}

/*A hack for CPP2012 skin's css to fix the size of ul and li elements in the centeredmenu*/
.centeredmenu ul, .centeredmenu ul li, .centeredmenu ul li a:hover
{
    height: 27px;
}

div.centeredmenu #menu_items_container
{
    width: 940px;
    margin: 0 auto;
}

div.centeredmenu #home_image
{
    float: right;
    position: relative;
}

/*********************
    @Body Contents
*********************/
#contents
{
    overflow: auto;
}

#contents #leftcolumn
{
    width: 100%;
    float: none;
}

#contents_folder
{
    line-height: 1.8em;
}

#contents_folder p
{
    margin: 0 0 8px 0;
}

/*eHelp search box & button for the main and internal pages*/
#search_box_mainpage
{
    margin-top: 70px;
}

#search_box {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

#search_box #search_by_categories
{
    text-align: center;
    width: 465px;
    margin-left: 158px;
}

#search_box_image
{
    display: block;
    margin: 0 auto;
}

#searchehelp
{
    position: relative;
    text-align: center;
}

#searchehelptext_mainpage, #searchehelptext, #powerSearchText
{
    border: 1px solid #000000;
    padding: 10px 5px;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#searchehelptext_mainpage
{
    width: 65%;
}

#searchehelptext
{
    width: 50%;
}

#searchehelpbutton
{
    display: inline-block;
    margin-left: -5px;
    border: 1px solid;
    padding: 10px 5px;
    font-size: 18px;
    background-color: #F2BB19;
    color: #000000;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Main page content design*/
#column_container
{
    min-height: 350px;
    width: 725px;
    margin: 70px auto 0 auto;
    border: 1px solid #7FBDCF;
    overflow: auto;
    border-radius: 5px;
}

#column1
{
    width: 231px;
    padding: 5px;
    min-height: 350px;
    float: left;
}

#column2
{
    width: 241px;
    min-height: 350px;
    float: left;
    border-left: 1px solid #7FBDCF;
    border-right: 1px solid #7FBDCF;
}

#column2 #issues
{
    padding: 5px;
    min-height: 175px;
    border-bottom: 1px solid #7FBDCF;
}

#column2 #news
{
    padding: 5px;
    min-height: 175px;
}

#column1 h2, #column2 h2
{
    width: 80%;
    background-image: url("../img/bullet_lightblue.gif");
    color: #3B698B;
    margin: 0;
    padding: 0 0 0 25px;
}

#column1 ul, #column2 ul
{
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-type: none;
    padding-left: 25px;
}

#column1 li, #column2 li
{
    background: url("../img/bullet_gold.gif") no-repeat scroll left center #FFFFFF;
    padding-left: 20px;
}

#column3
{
    width: 241px;
    min-height: 350px;
    float: left;
}

#column3 #top, #column3 #bottom
{
    /*min-height: 150px;*/
    padding: 5px;
}

#column3 #middle
{
    min-height: 20px;
    padding: 5px;
    border-top: 1px solid #7FBDCF;
    border-bottom: 1px solid #7FBDCF;
}

#column3 h2
{
    color: #3B698B;
    margin: 0;
    padding: 5px 0 5px 35px;
    font-size: 1.05em;
}

#column3 h2 span a:link, #column3 h2 span a:visited, #column3 h2 span a:hover, #column3 h2 span a:active
{
    color: #3B698B;
    text-decoration: none;
}

#column3 .editsection
{
    display: none;
}

/*Had to use CSS selectors to assign specific icons to each item because Mediawiki markup does not allow specific ID's for heading elements*/
div#Scheduled_Maintenance + h2
{
    background: url("../img/system.gif") no-repeat scroll left center #FFFFFF;
}

div#Alerts_And_Status + h2
{
    background: url("../img/exclamation.gif") no-repeat scroll left center #FFFFFF;
}

div#Browse_All_Categories + h2
{
    background: url("../img/browse.gif") no-repeat scroll left center #FFFFFF;
}

div#Contact_Information + h2
{
    background: url("../img/contact.gif") no-repeat scroll left center #FFFFFF;
}

div#Related_Links + h2
{
    background: url("../img/links.gif") no-repeat scroll left center #FFFFFF;
}

div#Helpdesk_Ticket + h2
{
    background: url("../img/question.gif") no-repeat scroll left center #FFFFFF;
}

div#Tech_Center + h2
{
    background: url("../img/tech.gif") no-repeat scroll left center #FFFFFF;
}

div#Improve_eHelp + h2
{
    background: url("../img/feedback.gif") no-repeat scroll left center #FFFFFF;
}

div#eHelp_Mobile + h2
{
    background: url("../img/eHelpMobile.gif") no-repeat scroll left center #FFF;
}

h1 {
    margin: 10px 0px;
}

/*Table of Contents Title*/
#toctitle h2
{
    background: none;
    margin: 0;
    padding: 0;
    display: inline;
}

/*The right hand navigation on individual pages*/
#sectionnav
{
    padding: 5px;
    float: right;
    clear: both;
    position: relative;
    margin: 0px -17px 17px 17px;
    background-color: #1E4D2B;
    color: #FFFFFF;
    width: 300px;
    word-wrap: break-word;
    border: 1px solid #1E4D2B;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

#sectionnav ul
{
    padding-left: 20px;
    margin-left: 0px;
}

#sectionnav a
{
    color: #FFFFFF;
}

#sectionnav a:hover, #sectionnav a:focus, #sectionnav a:active
{
    color: #F8D16B;
}
/*CSS hack to hide extra search element on the page*/
form#search
{
    display: none;
}

/*Separate font size for the 'edit' text that shows up for each Template in Mediawiki*/
.editsection
{
    font-size: 0.625em;
}

/*Categories*/
#catlinks
{
    clear: both;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 5px;
    background: -moz-linear-gradient(top , #EBEBEB, #C4C4C4) repeat scroll 0 0 transparent; /* Mozilla */
    background: -webkit-linear-gradient(top , #EBEBEB, #C4C4C4) repeat scroll 0 0 transparent; /* Safari, Chrome */
    background: -o-linear-gradient(#EBEBEB, #C4C4C4) repeat scroll 0 0 transparent; /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#C4C4C4'); /* IE */
}

#contents_folder #catlinks a
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size: 1.05em;
}

#contents_folder #catlinks ul li a
{
    font-weight: normal;
    color: #1E4D2B;
    text-decoration: none;
    font-size: 1.05em;
}

/*********************
    @Footer Contents
*********************/
.printfooter
{
    display: none;
}

p#footerinfogroup
{
    background-color: #231F20;
    float: left;
    margin: 7px 0;
    padding: 0 8px 0 0;
}

#footerinfogroup
{
    border-right: 1px solid #FFFFFF;
}

#footer_contents #footermenu li, #footer_contents #footermenu li:last-child
{
    border: none;
}

#footer_contents #footermenu li
{
    border-right: 1px solid #FFFFFF;
}

#ehelp_footer {
    background-color: #231F20;
    bottom: 0;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
    height: auto;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 7px 0;
}

#ehelp_footer ul
{
    display: inline;
    margin: 0;
    padding: 0;
}

#ehelp_footer p
{
    display: inline;
    border-right: 1px solid #FFFFFF;
    padding-right: 8px;
}

#ehelp_footer li
{
    display: inline;
    border-right: 1px solid #FFFFFF;
    list-style: none outside none;
    padding: 0 8px;
}

#ehelp_footer li:last-child
{
    border: none;
}

#ehelp_footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#ehelp_footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#ehelp_footer a:hover, #ehelp_footer a:active, #ehelp_footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

div.tright
{
    border-width: 0.5em 0 0.8em 1.4em;
    clear: right;
    float: right;
}
div.thumb
{
    border-color: white;
    border-style: solid;
    margin-bottom: 0.5em;
    width: auto;
}

.thumbcaption
{
    line-height: 1.3em;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#contents_folder a.external,
#contents_folder a.external[href ^="gopher://"] {
	background: url(../img/external.png) center right no-repeat;
	padding: 0 13px 0 0;
}
.rtl #contents_folder a.external,
.rtl #contents_folder a.external[href ^="gopher://"] {
	background-image: url(../img/external-rtl.png);
}
#contents_folder a.external[href ^="https://"],
.link-https {
	background: url(../img/lock_icon.gif) center right no-repeat;
	padding: 0 16px 0 0;
}
#contents_folder a.external[href ^="mailto:"],
.link-mailto {
	background: url(../img/mail_icon.gif) center right no-repeat;
	padding: 0 18px 0 0;
}
#contents_folder a.external[href ^="news://"] {
	background: url(../img/news_icon.png) center right no-repeat;
	padding: 0 18px 0 0;
}
#contents_folder a.external[href ^="ftp://"],
.link-ftp {
	background: url(../img/file_icon.gif) center right no-repeat;
	padding: 0 18px 0 0;
}
#contents_folder a.external[href ^="irc://"],
.link-irc {
	background: url(../img/discussionitem_icon.gif) center right no-repeat;
	padding: 0 18px 0 0;
}
#contents_folder a.external[href $=".ogg"], #contents_folder a.external[href $=".OGG"],
#contents_folder a.external[href $=".mid"], #contents_folder a.external[href $=".MID"],
#contents_folder a.external[href $=".midi"], #contents_folder a.external[href $=".MIDI"],
#contents_folder a.external[href $=".mp3"], #contents_folder a.external[href $=".MP3"],
#contents_folder a.external[href $=".wav"], #contents_folder a.external[href $=".WAV"],
#contents_folder a.external[href $=".wma"], #contents_folder a.external[href $=".WMA"],
.link-audio {
	background: url("../img/audio.png") center right no-repeat;
	padding: 0 13px 0 0;
}
#contents_folder a.external[href $=".ogm"], #contents_folder a.external[href $=".OGM"],
#contents_folder a.external[href $=".avi"], #contents_folder a.external[href $=".AVI"],
#contents_folder a.external[href $=".mpeg"], #contents_folder a.external[href $=".MPEG"],
#contents_folder a.external[href $=".mpg"], #contents_folder a.external[href $=".MPG"],
.link-video {
	background: url("../img/video.png") center right no-repeat;
	padding: 0 13px 0 0;
}
#contents_folder a.external[href $=".pdf"], #contents_folder a.external[href $=".PDF"],
#contents_folder a.external[href *=".pdf#"], #contents_folder a.external[href *=".PDF#"],
#contents_folder a.external[href *=".pdf?"], #contents_folder a.external[href *=".PDF?"],
.link-document {
	background: url("../img/document.png") center right no-repeat;
	padding: 0 12px 0 0;
}

/* for rtl wikis */
.rtl #contents_folder a.external {
	background-position: left;
	padding-right: 0;
}
.rtl a.feedlink {
	background-position: right;
	padding-right: 16px;
	padding-left: 0;
}

/* correction for ltr wikis */
.ltr #contents_folder a.external {
	padding-left: 0;
}

/* disable interwiki styling */
#contents_folder a.extiw,
#contents_folder a.extiw:active {
	color: #36b;
}

/*********************
    @A few Helper classes & id's
*********************/
#for_admins
{
    color: #FFFFFF;
    font-size: 0.9em;
}

.clear
{
    clear: both;
}

/*********************
    @Overriding default wiki style
*********************/

.mw-search-results li a
{
    font-size: 102%;
    font-weight: bold;
}

#mw-search-top-table
{
    margin: 0 auto;
}

#mw-search-top-table tbody tr td input:last-child {
    display: inline-block;
    margin-left: -5px;
    border: 1px solid;
    padding: 10px 5px;
    font-size: 18px;
    background-color: #F2BB19;
    color: #000000;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#preftoc {
    float: left;
    margin-right: 1em;
    margin-left: 0;
    margin-top: 1em;
    width: 12em;
    list-style-image: none;
    list-style-type: none;
    padding-left: 10px;
}

#preftoc li {
    border: 1px solid #AAA;
    margin-bottom: 0.9em;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


#preftoc li.selected {
    border: 1px dashed #AAA;
    font-weight: bold;
    background-color: #E0E9E9;
    }

#preftoc li:hover,#preftoc li:focus {
    border: 1px dashed #AAA;
    background-color: #E0E9E9;
}

#preftoc a,#preftoc a:active {
    margin:1px;
    
}

#preftoc a:hover,#preftoc a:focus {
    text-decoration: none;
    margin:1px;
}

.successbox, .errorbox, .warningbox {
    border-width:1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 1em;
    padding-left:5em;
    padding-right:5em;
    text-align: center;
    } 
   
.successbox p, .errorbox p, .warningbox p {
    width: 100%;
}

.mainLegend {
    display:none;
} 

.prefsection {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    font-size:1em;
    font-weight:bold;
    margin-bottom: 0.4em;
}

fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0 1em 0;
    padding: 0 1em 1em;
    line-height: 1.5em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

fieldset fieldset {
    background-color: #E0E9E9;
}

fieldset.nested {
    margin: 0 0 0.5em 0;
    padding: 0 0.5em 0.5em;
}

#prefcontrol {
    width: 7em;
    height: 2.5em;
    cursor: pointer;
    font-size: 10pt;
}

#userloginForm {
    border: 1px solid #2f6fab;
    margin: 1em 0 1em 0;
    padding: 0 1em 1em;
    line-height: 1.5em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #E0E9E9;
}

#userloginForm h2 {
    background-image: none;
    background-color: #E0E9E9;
    margin-left: 0px;
    padding-left: 2px;
    color: black;
}

#contentSub, #contentSub2 {
    font-size: 85%;
    line-height: 1.2em;
    margin-bottom: 5px;
}

form#powersearch {
    display: none;
}
/*New form id is maintained so that it will display the replaceText extension form -- Manish*/
form#powersearch_replace_text {

}

ol > li > ol {
	list-style-type: lower-alpha;
}
ol > ol > li {
list-style-type: lower-alpha;
}

ol > li > ol  > li > ol {
	list-style-type: lower-roman;
}


/*All the three edits below are related to file history. If needs to restore the file history 
functionality then remove all three lines from below.*/
/*Removes the file history heading from the page*/
#filehistory {display:none}
/*Removes the the file history table that shows the date/time, user, file size and comments
about the file. It is neither showed in simple user nor in admin. To delete some file we 
need to comment the line below.*/
#mw-imagepage-section-filehistory {display:none}
/*The line below removes the external edit link*/
#mw-imagepage-edit-external {display:none}
