﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    height: 100%;
    margin-bottom: 1px;
}
body
{
    font-size: .90em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: Black;
    overflow: hidden;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    margin-top: 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* 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
{
    background-image: url(../../Content/images/sidebarfill.png);
    background-repeat: repeat-y;
    background-position: top left;
    background-color: Transparent;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    vertical-align: top;
    overflow: hidden;
}

#header
{
    background-image: url(../../Content/images/logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    color: #fff;
    height: 119px;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: right;
    vertical-align: top;
}

#headerBackground
{
    background-image: url(../../Content/images/headerfill.png);
    background-repeat: repeat-x;
    background-position: top left;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 119px;
}

#headerTitleContent
{
    margin-right: 85px;
    padding-top: 10px;
    position: relative;
    float: right;
    width:auto;
    vertical-align: top;
    text-align: left;
}
#headerTitleSiteName
{
    color: Yellow;
    font-size: 32px;
    font-weight: bold;
}
#headerTitleAuthorName
{
    color: White;
    font-size: 18px;
    font-weight: lighter;
    font-style: italic;
}

#loginContainer
{
    margin-right: 15px;
    padding-top: 10px;
    position: relative;
    float: right;
    width:auto;
    vertical-align: top;
    font-weight: normal;
    text-decoration: none;
    color: #f9ffce;
    font-size: 10px;
}
#loginContainer a,
#loginContainer a:active,
#loginContainer a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: Yellow;
    font-size: 10px;
}
#loginContainer a:hover
{
    color: White;
}

#main
{
    padding: 30px;
}

#footer
{
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}
#logindisplay
{
    position: relative;
    width:100px;
    text-align: right;
    float: right;
}

.sidebarcontainer
{
    vertical-align: top;
    width: 120px;
    padding: 6px 6px 10px 6px;
    position: absolute;
    top: 119px;
    left: 0px;
    bottom: 0px;
    color: Yellow;
}
.sidebarcontainer a,
.sidebarcontainer a:active,
.sidebarcontainer.selected a
{
    font-weight: normal;
    text-decoration: none;
    color: Yellow;
}
.sidebarcontainer a:hover
{
    color: White;
    text-decoration: none;
}
.sideBarPicture 
{
    border: solid 1px #780000;
    max-width: 115px;
    height: auto;
}
.selected
{
    background-image: url(/Content/images/selector.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 19px;
    margin-bottom: 2px;
    padding-left: 2px;
}
.notSelected
{
    height: 19px;
    margin-bottom: 2px;
    padding-left: 2px;
}

.maincontainer
{
    background-image: url(../../Content/images/faded_paper_02.jpg);
    background-repeat: repeat;
    text-align: left;
    vertical-align: top;
    position: absolute;
    top: 119px;
    left: 140px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}

.maincontainerAuthors
{
    background-image: url(../../Content/images/faded_paper_02.jpg);
    background-repeat: repeat;
    text-align: left;
    vertical-align: top;
    position: absolute;
    top: 119px;
    left: 140px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding-top: 20px;
}

#titlebarAuthors
{
    position: absolute;
    z-index: 10;
    overflow: hidden;
    top: 119px;
    left: 140px;
    right: 0px;
    height: 19px;
    background-color: Red;
    opacity:0.2;
    filter:alpha(opacity=20);
    border: solid 1px darkred;
    padding: 4px;
    color: Transparent;
}
.titlebarAuthorsContent
{
    color: White;
    font-size: 12pt;
    font-weight: bold;
}

.titlebar
{
    margin: 1px;
    overflow: hidden;
    background-color: Black;
    opacity:0.4;
    filter:alpha(opacity=40);
    border: 0px;
    padding: 4px;
    color: White;
    font-family: Arial Black;
}


#layoutTable
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
    position: absolute;
    height: 20px;
    left: 0px;
    right: 0px;
    bottom: 10px;
    background-color: Black;
    vertical-align: top;
}

.menuitem
{
    margin-left: 25px;
    padding-top: 1px;
    position: relative;
    float: left;
    width:auto;
    vertical-align: top;
}

.menuitem a,
.menuitem a:active,
.menuitem.selected a
{
    font-weight: bold;
    text-decoration: none;
    color: Yellow;
}

.menuitem a:hover
{
    color: White;
    text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

.maincontainer table,
.maincontainerAuthors table 
{
  border: 0;
  border-collapse: collapse;
}

.maincontainer table td,
.maincontainerAuthors table td

{
  padding: 5px;   
  border: 0;
}

.maincontainer table th,
.maincontainerAuthors table th

{
  /*padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: 0;   */
    background-color: black;
    opacity:0.25;
    filter:alpha(opacity=25);
    border: solid 1px #f0f0f0;
    padding: 4px;
    color: White;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#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;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


.box
{
    padding: 0;
    margin: 0;
    font-size: .90em;
    margin-bottom: 8px;
}
.boxHeader
{
    padding:0;
    margin:0;
    margin-bottom: 1px;
    font-weight: bolder;
    height: auto;
    
    background-color: black;
    opacity:0.25;
    filter:alpha(opacity=25);
    border: none;
    color: White;
}
.boxHeaderWithControls
{
    padding: 4px;
    margin:0;
    margin-bottom: 1px;
    font-weight: bolder;
    height: auto;
    
    background-color: black;
    opacity:0.25;
    filter:alpha(opacity=25);
    border: none;
    color: White;
}
.boxHeaderControls
{
    padding: 4px;
    margin:0;
    margin-bottom: 1px;
    margin-left: 1px; 
    font-weight: normal;
    height: auto;
    
    background-color: #556058;
    border: none;
    color: White;
}
.boxHeaderControls a, 
.boxHeaderControls a:visited,
.boxHeaderControls a:active
{
    color: Yellow;
    text-decoration: none;
}
.boxHeaderControls a:hover
{
    color: White;
    text-decoration: none;
}

.boxHeaderRed
{
    margin:0;
    color: White;
    font-weight: bolder;
    border: none;
    background-color: red;
    opacity:0.25;
    filter:alpha(opacity=25);
}
.boxHeader a,
.boxHeaderRed a
{
    color: Yellow;
}
.boxContent
{
    border: solid 1px #a0a0a0;
    margin:0;
    background-color: #FBF3CC;
    padding: 1px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.display-label
{
    font-weight: bold;
}

.display-field
{
    border: solid 1px #aaa;
    padding: 5px 3px;
    background-color: #f1f1f1;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Styles for lists/grids
----------------------------------------------------------*/

.grid-container
{
    width: 100%;
    overflow: auto;    
}

.grid
{
    font-size: 11px;
    font-family: Verdana;
    border-collapse: collapse;
    border: none;
    width: 100%;    
}

.grid tr
{
    background-color: #fff;
}

.grid tr.alt
{
    background-color: #E9E9E9;
}

.grid th
{
    border: 1px solid silver;
    background-color:#0A6CCE;
    color: #fff;
}

.grid td
{
    border: 1px solid silver;      
}

.grid-filter
{
    margin: 5px 0;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.inner
{
    padding: 3px 10px;
}

/* Pager */



.grid-header 
{    

	
	margin: 0;
	padding: 0;
}

.grid-options
{
    text-align: right;
}

.grid-results
{
    margin: 5px 0;
    border: 1px solid #ccc;
    background-color: #f1f1f1;	    
}

.paging
{
    /*
    margin: 5px 0;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    */

	margin:8px 3px;	
	padding:3px;    
    
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

.scroll-view  
{
    overflow:scroll;
    width:100%;
}

.table-caption  
{
    background-color:navy;
    color:white;
    font-weight:bold;
    margin:0;
    padding:0.4em;
}

.key-col
{
    font-weight: bold;
}

.odd-row
{
    background-color: #e9e9e9;
}

.type-col
{
    font-weight: bold;
}

.code-col, .date-col, .time-col
{
    text-align: right;
}

.exception
{
    font-size: 11px;
}

.exception th 
{
    background-color:#0A6CCE;
    border:1px solid silver;
    color:White;
    padding:0.4em;
    text-align:left;
    vertical-align:top;
}

.exception td  
{
    border:1px solid silver;
    padding:0.4em;
    vertical-align:top;    
}
