﻿html
{
	overflow-y:scroll;
}

body 
{
    margin:0px;
    font: 12px/15px arial;
    background-color: #eeeeee;
}

div
{
    margin: 0px;
}

h1
{
    width: 100%;
    text-align:center;
    font: 18pt Veranda;
    color:#002266;
    page-break-before:always;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    margin-top: 7px;
}

h2 
{
    font: 14pt veranda;
    font-weight: bold;
    color:#002266;
    text-align:center;
    vertical-align: top;
    float:none;
    margin: 0px;
}

form 
{
    margin:0px;
}

input, textarea, select
{
    font: 12px/15px tahoma;
}


th 
{
    vertical-align:top;
}

a
{
    text-decoration:none;
    color:Blue;
}

a:hover
{
    text-decoration:underline;
}

img
{
    float: none;
    margin: 0px;
    vertical-align: middle;
}




/***** MASTER PAGE ELEMENTS ******************************************/
.Default_iHeader
{
    float:left;
}

.Default_iLogo
{
    float:right;
}

.Default_menu
{
    margin: 0px;    
}

.Default_mainTable
{
    background-color: #ffffff;
    width: 1024px;
    border-style: none;
    margin: 0px auto;
}

.Default_footer
{
    height:20px;
    padding-top:4px;
    background-color: #002266;
    text-align: center;
    font-size: 9px;
    color:white;
}

.Default_left
{
    height:100%;
    background-color: #002266;
}

.Default_footer a
{
    text-decoration:none;
    font-size:12px;
    color:White;
}

.Default_footer a:hover
{
    text-decoration:underline;
}

.menua 
{
	font-size: 14px;
	color:White;
}

.menua a
{
    text-decoration:none;
    color:White;
}

.menua a:hover
{
    text-decoration:bold;
}

.sidenav 
{
	font: Tahoma;
	color:Black;
}

.sidenav h1
{
    font-size: 14px;
    background-color:Transparent;
    color:Black;
    line-height:12px;
}
.sidenav a
{
    text-decoration:none;
    font-weight:bold;
    color:Black;
}

.sidenav a:hover
{
    text-decoration:none;
    font-weight:bold;
    color:Red;
}

.Quote_main
{
    padding-right:100px;
    text-align:left;
    background-color:#E8E8BF;
}

.Quote_alt
{
    padding-left:100px;
    text-align:right;
    background-color:White;
}

.faq_answer
{
    margin:10px 30px 10px 30px;
    font-size:10pt;
}

.faq_a
{
    font-size:10pt;
    font-weight:bold;
    color:Green;
    border:none;
}

/***** OTHER ELEMENTS ************************************************/
#filterForm 
{
    margin-bottom: 20px;
    display:block;
}

.filterFormItem
{
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
}

#report
{
    display:block;
    margin-top: 30px;
    width: 100%;
}


/***** INDEX *********************************************************/
table.summary
{
    width: 40%;
    margin-top: 0px;   
    border: solid #ffffff 0px;
}

table.summary th 
{
    width: 40%;
    background-color: #ECF6B9;
    text-align: right;
    padding-right: 5px;
}

table.summary td
{
    border: solid #ffffff 0px;
    width: 50px;
    text-align: right;
}
/***** MAIN LAYOUT ***********************************************/

.table_mainlayout
{
    margin:0;
    display:inline;
}

.table_mainlayout td.left
{
    margin:0;
    height:100%;
    background-color:White;
    

}

.table_mainlayout td.right
{
    margin:0;
    vertical-align:top;
}
/***** SUPPORT REQUEST ***********************************************/
/***** SERVICE REQUEST ***********************************************/

table.userForm
{
    border: 0px;
}

table.userForm th.rowLabel
{
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
}

table.userForm th.columnLabel
{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #80FE80;
    padding: 0px 0px 0px 0px;
}

table.userForm td
{
    border: 0px;
}


/***** MY TICKETS ****************************************************/
/***** MY PROJECTS ***************************************************/
.tblTicketsLayout, .tblProjectsLayout
{
    border: solid #ffffff 0px;
}

.tblTicketsLayout th.header, .tblProjectsLayout th.header
{
    font-weight: bold;
    background-color: #A6C1F5;
    border: solid #ffffff 0px;
}

.tblTicketsLayout td.header, .tblProjectsLayout td.header
{
    border: solid #ffffff 0px;
}

.tblTicketsLayout tr.odd_row, .tblProjectsLayout tr.odd_row
{
}

.tblTicketsLayout tr.even_row, .tblProjectsLayout tr.even_row
{
    background-color: #ECF6B9;
}


.tblTickets, .tblProjects
{
    width: 100%;
    border: solid #ffffff 0px;
}

.tblTickets th, .tblProjects th
{
    background-color: #cccccc;
    text-align: right;
    padding-right: 5px;
    padding-left: 10px;
    white-space: nowrap;
}

.tblTickets tr, .tblProjects tr
{
}

.tblTickets td, .tblProjects td
{
    border: solid 0px #ffffff;
}



/***** KNOWLEDGE BASE ************************************************/

table.knowledgeBase
{
    border: solid #ffffff 0px;
}


.knowledgeBaseResults
{
    margin-top: 30px;
    width: 850px;
    border: solid #ffffff 0px;
}

.knowledgeBaseResults th.columnLabel
{
    font-weight: bold;
    background-color: #A6C1F5;
    border: solid #ffffff 0px;
}

.knowledgeBaseResults td.header
{
    border: solid #ffffff 0px;
}

.knowledgeBaseResults tr.odd_row
{
}

.knowledgeBaseResults tr.even_row
{
    background-color: #ECF6B9;
}



.knowledgeBaseItem
{
    margin: 10px;
    width: 775px;
    border: solid #ffffff 0px;
}

.knowledgeBaseItem th
{
    background-color: #dddddd;
    text-align: right;
    padding-right: 5px;
    padding-left: 10px;
    white-space: nowrap;
    width: 100px;
}

.knowledgeBaseItem tr
{
}

.knowledgeBaseItem td
{
    width: 675px;
    border: solid 0px #ffffff;
}