﻿@font-face
 {
 font-family: glyphicons;
 src: url('/fonts/glyphicons-halflings-regular.woff'), url('/fonts/glyphicons-halflings-regular.svg'), url('/fonts/glyphicons-halflings-regular.ttf'),url('/fonts/glyphicons-halflings-regular.eot');
}

.icon,.icons {
    font-family: glyphicons;
    margin-right: 5px;
    color: #808080;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

body, html, form {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: verdana;
    font-size: 11px;
}
.plain{color:#000000;}
.mainbody
{
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-x;	
	background-color: #ccc;
}

/* Splash Styling */
.splashbody
{
background-image:url(images/bg_03.gif);
background-repeat:repeat-x;
background-color:#004669;
height:100%;
padding: 0px;
margin: 0px;
}

.splashbox
{
    width: 456px;    
}
.splashcontainer
{
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
    vertical-align: top;
    background-image: url('images/splash-repeat.png');
    background-repeat: repeat-y;
}

.splashcontainer a,.splashcontainer a:visited
{
color: #315785;
}
.splashcontainer a:hover
{
    color: Red;
}
.splashcontainer .smalltype,.splashcontainer .smalltype a,.splashcontainer .smalltype a:visited
{
color: #315785;
}
.splashcontainer .smalltype a:hover
{
color: Red;
}
.splashheader
{   
    width: 456px;
    height: 41px;
    background-image: url('images/splash-top.png');
    background-repeat: no-repeat;
}
.splashheader h4
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
    text-align:center;
}
.splashbox .mnbuttons
{
    background-image: url(images/bluebutton.jpg);
    border: solid 1px #154d69;
    color: #fff;
    height: 26px;
    width: 80px;
}
.splashfooter
{
    background-image: url('images/splash-bottom.png');
    background-repeat: no-repeat;
    width: 456px;
    height: 38px;
    text-align: center;
    color: #5e8ca4;
    text-decoration: none;
}
.splashfooter a,.splashfooter a:visited
{
    color: #5e8ca4;
    text-decoration: none;
}
/* End Splash Styling */

/* Inner Page Layout */

.logoutcell
{
    background-image: url(images/logoutcell.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 3px;
    padding-left: 25px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    width: 200px;
}
.logoutcell a
{
color: #fff;
text-decoration: none;
margin-right: 10px;
}
.headercell
{
    height: 60px;
    vertical-align: middle;
}
.headercell h1
{
    color: #3c77b1;
    font: verdana;
    font-size: 16px;
}
.headercell #logo
{
    background-position: left center;
    margin-left: 20px;
    width: 100%;
    min-height: 50px;
    background-image: url(images/net3000logo.gif);
    background-repeat: no-repeat;
}

.maincontentcontainer
{
    padding: 10px;
    padding-bottom: 30px;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-bottom-color: #666666;
}
/* End Inner Page Layout */


/* Detail View Table */
.formheader
{
	font-size: 18px;
	padding-left: 15px;
	font-weight: bold;
	color: white;
	height: 37px;
	vertical-align: middle;
	background:url(images/formheader.jpg) repeat-x;
}

.boxheader
{
	font-size: 18px;
	padding-left: 15px;
	font-weight: bold;
	color: white;
	height: 37px;
	vertical-align: middle;
	background:url(images/formheader.jpg) repeat-x;
}
.graysmnotes
{
	font-size: 16px;
	padding-left: 15px;
	font-weight: bold;
	color: white;
	height: 30px;
	vertical-align: middle;
	background-color:#58abd5;
}
.smalltype{color:#000000;}
.formtable
{
	background-color: #ffffff;	
	border: 1px solid #326698;
	width: 100%;	
}
.formtableback
{
	background-color: #ffffff;	
	border: 1px solid #326698;
	width: 100%;	
}
.formbody
{
    padding: 10px;
}
.formbody h1
{
    font-family: 'Trebuchet MS';
    font-size: 18px;
}
.formbody #msgicon
{
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 50px;
    min-height: 70px;
    vertical-align: middle;
}
.formbody .msgok
{
    background-image: url('images/msg64/OKShield.png');
}
.formbody .error
{
    background-image: url('images/msg64/ErrorCircle.png');   
}

.formbody .info
{
    background-image: url('images/msg64/InfoBox.png');   
}


.boxbody
{
    padding: 10px;
}
.boxbody h1
{
    font-family: 'Trebuchet MS';
    font-size: 18px;
}
.boxbody #msgicon
{
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 50px;
    min-height: 70px;
    vertical-align: middle;
}
.boxbody .msgok
{
    background-image: url('images/msg64/OKShield.png');
}
.boxbody .error
{
    background-image: url('images/msg64/ErrorCircle.png');   
}

.boxbody .info
{
    background-image: url('images/msg64/InfoBox.png');   
}

/* End Detail View Table */

/* Message Control */

.msgbox
{
    border: 2px dotted #FF0000;
    background-position: left bottom;
    padding: 10px;
    width: 100%;
    background-image: url('images/msgback.jpg');
    background-repeat: repeat-x;
    margin-bottom: 20px;
}

.msgbox h4
{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.msgbox div
{
    background-image: url('images/msg32/OKShield.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 50px;
}
.msgbox .error
{
    background-image: url('images/msg32/ErrorCircle.png');   
}

.msgbox .info
{
    background-image: url('images/msg32/InfoBox.png');   
}
/* End Message Control */

/* GLobal Font Settings */

p,td
{
   	font-size: 11px;
	font-family: verdana;
}

/* Input Controls & Forms */

.inputcontrols, select, textarea,.formbody input[type='text'],input[type='file'],.textboxes
{
    font-size: 11px;
    font-family: verdana;
    border: solid 1px gray;
    background-color: #E2E2E2;
} 
.textboxes
{
  width: auto;
}

.inputcontrols:focus,.formbody input[type='text']:focus,.textboxes:focus,textarea:focus
{
    background-color: #fff;
}

.buttonrow
{
    padding-left: 135px;
    background-color: #fff7cf;
    padding-bottom: 20px;
    padding-top: 25px;
    background-image: url(images/buttonrow.gif);
    background-repeat: repeat-x;
}

.buttonrow .secbuttons
{
    margin-left: 50px;
}

.buttonrow input[value='Cancel']
{
    font-size: 11px;
    color: #666666;
    background-repeat: repeat-x;
    border: solid 1px #d5bc84;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    margin-left: 30px;
}

.mnbuttons
{
    font-size: 11px;
    color: #000;
    background-image: url(images/buttonback.gif);
    background-repeat: repeat-x;
    padding-left: 3px;
    border: solid 1px #D7AE56;
    padding-right: 3px;
    font-weight: bold;
}

.secbuttons
{
    font-size: 11px;
    color: #666666;
    background-repeat: repeat-x;
    border: solid 1px #d5bc84;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: normal;
    text-decoration: none;
}

a.secbuttons {
    padding: 2px 5px;
}

.smallbuttons {
        font-size: 12px;
        color: #FFFFFF;
        background-image: url(images/smallbuttbg.gif);
        background-repeat: repeat-x;
        border: 1px solid #91f06c;
        height: 17px;
        padding-left: 3px;
        padding-right: 3px;
    }

/* End Controls */

.labels
{
	padding-right: 3px;
	color: #004b7f;
}

/* grid view */

.gridview
{
    border: solid 1px #326698;
}
.gridrow td,.gridalt td
{
    padding-left: 7px;
    border-left: solid 1px #326698;
}
.gridheader
{
    font-weight: bold;
    color: white;
    background-color: #87badb;
    height: 25px;
}

.gridheader th
{
	height: 25px;
    text-align: left;
    padding-left: 7px;
    border-left: solid 1px #326698;	
}

.gridheader th a,.gridheader th a:visited,.gridheader td a,.gridheader td a:visited
{
    text-decoration: none;
    color: #fff;
}
.gridrow,.gridalt
{
    text-align: left;
}
.subform
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #87badb;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 7px;
}
.gridalt
{
    background-color: #eaeff5;
}
.gridborder
{
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
}

.emptygrid
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: #f9c96a;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}


/* end grid view */

.sidenote
{
    border: #d7ae56 1px solid;
    background-color: #fff7cf;
    padding: 10px;
}


.smalltype
{
    font-size: 10px;
}
.floatleft {
    float: left;
    margin-right: 10px;
}

.hilighted {
    background-color: #FFF1BB;
}
.hilighted td {
    border-left: solid 1px #326698;
}

ul.thumbs {
    list-style-type: none;
    border: 1px solid #ccc;
    padding: 20px;
}
    ul.thumbs li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    }

.linkbutton a,.linkbutton {
    text-decoration: none;
    color: #000;
    border: solid 1px #ccc;
    padding: 3px 10px 3px 10px;
    background-color: whitesmoke;
    border-radius: 3px;
}

    .linkbutton:hover {
    background-color: #ccc;
    }
    .linkbutton.right {
    margin-left: 5px;
    }
    .largebuttons {
    background-color: #1f5f91;
    line-height: 30px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    border: none;
}
    .largebuttons a {
color: #fff; text-decoration: none;}

    #imglib img{
        width : 149px;
        height: 60px;
    }