﻿body {
    padding-top: 50px;
    background: #B0E0E6;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#header 
{
    margin: 0 auto;
    height: 100px;
    width: 100%;
    text-align: left;
    background-color: #B0E0E6;
    color: Black;
    /*border-bottom: 1px solid #E5E5E5;*/
    border-radius:6px;
}

#navigation
{
    float: left;
	width: 15%;
	padding:2px 0px 0px 0px;
	margin: 0;
	display: inline;
   
}

#view
{
    clear: right;
	float: right;
	width: 84%;
	padding:5px 0px 0px 0px;
	margin: 0 0 0 0;
	display: inline;
 
}

#fieldset
{
    margin-top:2px;
    border: 1px solid #c0c0c0;
     border-radius:6px;
}

#footer
{
    clear: both;
    margin: 0 auto;
    width: 100%;
    text-align:right;
}
#logo
{
    float:left;
    width:100%;
}
#sysname
{
    float: right;
    width:76%;
    margin-top:15px;
    text-align: center;
    color:#A0522D;
    padding: 12px 10px 0px 0px;
    font-size:40pt;
    font-weight:bold;
    line-height:1.15;
}

#accordian {
	background: #004050;
	width:100%;
	margin:0;
	color: white;
    border-radius:6px;
	/*Some cool shadow and glow effect*/
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#accordian h3 {
    font-family:Verdana;
	font-size: 14px;
	line-height: 35px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #003040; 
	background: linear-gradient(#003040, #002535);
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
     font-family:Verdana;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #003545;
	border-left: 5px solid lightgreen;
}

.active { 
    /*background: #003545;
border-left: 5px solid orange;*/
}

/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}
* {margin: 0; padding: 0;}
/*custom font for text*/
/*@import url(http://fonts.googleapis.com/css?family=Nunito);*/
/*CSS file for fontawesome - an iconfont we will be using. This CSS file imported contains the font-face declaration. More info: http://fortawesome.github.io/Font-Awesome/ */
/*@import url(http://thecodeplayer.com/uploads/fonts/fontawesome/css/font-awesome.min.css);*/

.breakhere { page-break-after: always }

/*new added 20 march*/
 th, td {
        padding: 5px;
    }

    th {
        background-color: rgb(248, 248, 248);
    }

    #gridT, #gridT tr {
        border: 1px solid #0D857B;
    }

    #subT, #subT tr {
        border: 1px solid #f3f3f3;
    }

    #subT {
        margin: 0px 0px 0px 10px;
        padding: 5px;
        width: 95%;
    }

        #subT th {
            font-size: 12px;
        }

    .hoverEff {
        cursor: pointer; width:25px;
    }


        .hoverEff:hover {
            background-color: rgb(248, 242, 242);
        }

  
    #main .expand {
        background: url(../Content/themes/base/images/pm.png) no-repeat -22px center;
        display: table-cell;
    }
    #main .collapse {
        background: url(../Content/themes/base/images/pm.png) no-repeat -2px center;
        display: table-cell;
    }

