﻿html, body 
{
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    /* background: linear-gradient(to bottom, #f0f0f0 1%,#ffffff 100%); */
	--main-color: #000252;
}

h1
{
    font-size:24px;
    font-weight:bold;
    /*color:#007800;*/
    margin: 10px 0px;
}

.toplinks
{
    padding-top: 15px;
}

.toplinks a,
.toplinks a:hover
{
    color: var(--main-color);
    background-repeat: no-repeat;
    background-position: left center;
}

.welcome
{
    color: #ffffff;
    padding: 12px 0px 0px 10px;
}

.toolbar
{
    background-color: var(--main-color);
    height: 40px;
    margin-top:10px;
}

.toolbaritems
{
    border-left: solid 2px #ffffff;
    padding:0px;
}

.menuitem 
{
    height: 39px;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    padding: 13px 0px 0px 0px;
    width:49%;
    display:block;
    float:left;
    text-align:center;
}

.toolbaritems a.menuitem:first-of-type {
    border-right: solid 2px #fff;
}
.menuitem:hover
{
    /* background-image: url('../../images/otoq/toolbar_button_hot.png') !important; */
    background-repeat: repeat-x;
    cursor: pointer;   
}

.sep
{
    float: left;
    width: 2px;
    height: 39px;
    background-image: url('../../images/otoq/toolbar_sep.png');
    background-repeat: no-repeat;
    display:none;
}  

.contentdiv
{
    min-height: 550px;
    padding-top: 20px;
}

.btnholder{
    text-align:right;
    margin-top:10px;
}
.form-control {padding:4px 8px; margin-bottom:5px;}

.btngo { background-image: url('../../images/otoq/toolbar_button_normal.png'); background-repeat: repeat-x; color:#fff; }

.table-responsive {margin-top:15px;}

.table th { /*background-image: url('../../images/otoq/toolbar_button_normal.png'); background-repeat: repeat-x; */color:#fff; }
h2 {font-size:18px;}

/*Unchecked from here on*/


#maindiv
{
    width: 950px;
    margin: auto;
}



#footer
{
    width: 100%;
    height: 150px;
}


#header
{
    width: 100%;
    margin-top: 10px;
}

#logo
{
    float: left;
    width: 300px;
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 9px 0px 0px;
}

#title
{
    float: left;
    border-left: solid 1px #000000;
    padding: 15px 0px 0px 20px;
    height: 24px;

}



#portalside
{
    float: left;
    width: 305px;
    height: 200px;
    padding-top: 20px;
    font-size: 12px;
}

#portalside a,
#portalside a:active,
#portalside a:visited,
#portalside a:link
{
    color: var(--main-color);
    display: block;
    margin-bottom: 8px;
    padding-left: 12px;
    margin-left: 10px;
    text-decoration: none;
/*    background-image: url('../../images/budget/b_orange.gif');
    background-repeat: no-repeat;
    background-position: left center;*/
}

#portalside a:hover
{
    color: #ff9800;
    padding-left: 12px;
/*    background-image: url('../../images/budget/b_orange.gif');
    background-repeat: no-repeat;
    background-position: left center;*/
}


#portalcontent
{
    font-size: 12px;
    float: left;
    width: 605px;
    background-color: White;
    padding: 20px;
    color: #666666;
}

.formtable
{
    margin-top: 20px;
    margin-bottom: 20px;
}




.cal  { }
.cal td {  }
.caltitle { border: solid 2px #ffffff }
.calfooter { display: none }
.calday:hover { background-color: var(--main-color) !important; color: #ffffff; }

input, select { font-size: 11px }

.septop
{
    padding-left: 5px;
    padding-right: 5px;
    color: #cccccc;
    }

.Grid 
{
   background-color: White;
   width: 100%;
   border-width:1px;
   border-style:solid;
   border-color:Silver;
   font-family:Verdana;
   font-size:10px;
}

.AltGrid
{
    background-color:#E1E1E1;
}

.GridHead
{
  background-color: var(--main-color);
  color: White;
  text-align:left;  
}


.milesitem
{
    /* background-image: url('../../images/otoq/toolbar_button_normal.png');     */
    background-repeat: repeat-x;
    height: 20px;
    cursor: pointer;
    color: #ffffff;
    float: left;
    text-decoration: none;
    padding: 6px 30px 0px 30px;
}

.milesitem:hover
{
    /* background-image: url('../../images/otoq/toolbar_button_hot.png') !important; */
    background-repeat: repeat-x;
    cursor: pointer;
    color:#fff;
}
a, a:hover, a:visited {
	color:#fff;
}
#ctl00_Image2, #ctl00_Image1 { 
	background-color: var(--main-color);
	width:150px;
}

.btn-success, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
	background-color: var(--main-color);
	border-color: var(--main-color);
}


.toplinks a,
.toplinks a:hover,
a.btn
{
    color: var(--main-color);
    background-repeat: no-repeat;
    background-position: left center;
}
