﻿body {
}

.main {
    width: 100%;
    margin: auto;
    border: 2px solid lightgrey;
    border-radius: 5px;
    height: 700px;
    display: table;
}

h1 {
    text-align: center;
}

.header {
    width: 100%;
    height: 120px;
    background-color: cornflowerblue;
}

.navi {
    background-color: yellowgreen;
    height: 52px;
    width: 100%;
}

    .navi ul {
        margin-top: -15px;
        margin-left: -20px;
    }

        .navi ul li {
            list-style: none;
            text-align: center;
            float: left;
            padding: 10px 0px;
            margin-top: 5px;
            margin-left: 3px;
        }

            .navi ul li:hover {
                border: 1px solid lightgrey;
                border-radius: 5px;
                background-color: lightgrey;
            }

.active {
    border: 1px solid lightgrey;
    border-radius: 5px;
    background-color: lightgrey;
}

.navi ul li a {
    text-decoration: none;
    padding: 10px;
    color: black;
}

    .navi ul li a:hover {
        text-decoration: none;
        color: limegreen;
        padding: 10px;
    }

.btnsub {
    width: 85px;
    height: 30px;
    border-radius: 5px 5px 5px 5px;
    /* background-image: url(Images/St.bmp);*/
}

.reset {
    height: 45px;
    width: 75px;
    border: 1px solid #9c9ab5;
    border-radius: 5px 5px 5px 5px;
    background-image: url(Images/Rt.bmp);
    background-repeat: no-repeat;
    background-position: center;
}

.d {
    /*background: url("Images/text-box-bg.png") repeat-x scroll 0 0 transparent;*/
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    height: 18px;
    padding: 5px;
    width: 260px;
}

.select_box0 {
    /*background: url("../images/SUNtop.png") no-repeat scroll 0 0 transparent;*/
    text-align: left;
    width: 200px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    height: 25px;
    padding: 2px;
}

.select_box1 {
    /* background: url("../images/text-box-bg.png") repeat-x scroll 0 0 transparent;*/
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    height: 32px;
    padding: 5px;
    width: 260px;
}

#txtUname:hover {
    border: 1px solid limegreen;
}

#txtPwd:hover {
    border: 1px solid limegreen;
}
.stdlog-in{ background:#f7f7f7; border:5px solid #2d1365; padding:10px; text-align:center; border-radius:5px;}
.stdlog-in h2{ font-weight:bold; color:#2b324d; text-align:center; padding:10px 0px;}
.log-in{background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 150px;
    box-shadow: 0px 0px 5px 0px #000;
    border-top: 8px solid #f79823;
    border-bottom: 8px solid #f79823;}
.log-in img{ width:28%; height:auto;}
.log-in h1{ font-weight:bold; color:#2b324d; text-align:center; padding:10px 0px;}
.radius{ border-radius:0px; padding:10px 20px;}
.pad{ padding:10px;}
.login {
    width: 100%;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid gray;
    margin-left: 0;
	display:inline-block;
	padding:10px;
    background-color: #fff;
}

.content {
    width: 100%;
    height: auto;
    display: table;
}

.site a {
    color: wheat;
    text-decoration: none;
}

    .site a:hover {
        color: white;
        text-decoration: solid;
    }

.indx {
    height: 140px;
    width: 232px;
    margin-left: 5px;
    border: 1px groove #cfcfcf;
    float: left;
    border-radius: 7px;
    background-color: greenyellow;
}

.lftcontent {
}

.rghtcontent {
}
body
{
	margin: 0px;
	width: 100%;
	background-color: #fff;
}
.main
{
	width: 100%;
	border-radius:5px;
	margin: 0px auto;
	padding: 0px;
	background-color: White;
	display: table;
	height:600px;
}
.admncnt
{
	float: right;
	width: 77%;
}
.header
{
	background-color:#fff;

	height: 119px;
}
.leftbar
{
	float: left;
	width: 22%;
	background-color: White;
}
.leftbar ul
{
	
	border-radius: 7px;
	list-style-type: none;
	margin-left: -12px;
	margin-top: 10px;
	padding-left: 20px;
	list-style-type: none;
}
.leftbar ul li 
{
	text-decoration: none;
	color: Black;border: 1px solid #CFCFCF;
	padding:5px;
	background:#efefef;
}
.leftbar ul li a
{
    
    }
.leftbar ul li a:hover
{
	text-decoration: underline;
	color: #96322f;
}
.innrhdr
{
	float: right;
	width: auto;
	padding-right: 20px;
}
.innrhdr a
{
	text-decoration: none;
	color: #cfcfcf;
}
.innrhdr a:hover
{
	text-decoration: underline;
	color: #59aea4;
}
.innrhdrlogo
{
	float: left;
	width: auto;
	padding: 10px;
}
.table
{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-collapse: separate;
	border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
	border-collapse: separate;
}
.breadcrumb
{
	font-size: 13px;
	text-shadow: 0 1px 0 #FFFFFF;
	line-height: 18px;
	background-color: #FBFBFB;
	color: #333333;
	font-family: 'Ubuntu' ,Tahoma,sans-serif;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 #FFFFFF inset;
	list-style: none outside none;
	margin: 0 0 18px;
	padding: 7px 14px;
}
.breadcrumb .divider
{
	color: #999999;
	padding: 0 5px;
}
.addnew
{
	background-color: #FBFBFB;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 #FFFFFF inset;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	font-family: 'Ubuntu' ,Tahoma,sans-serif;
}
.addnew img
{
	height: 20px;
}
.addnew a
{
text-decoration:none;
color:#555;
}
.addnew a:hover
{
	text-decoration:underline;
}
.topnavbar
{
	background-color: #238c17;
	background-image: -moz-linear-gradient(center top ,#238c17,#64a341);
	background-repeat: repeat-x;
}
.breadcrumb ul
{
	margin: 0px;
	margin-left: -48px;
}
.breadcrumb li
{
	display: inline-block;
	text-shadow: 0 1px 0 #FFFFFF;
}
.breadcrumb a
{
	text-decoration: none;
	color:#555;
}
.breadcrumb a:hover
{
	text-decoration:underline;
}
.txt
{
	border: 1px solid #AFAFAF;
	border-radius: 5px 5px 5px 5px;
	height: 27px;
	width: 150px;
}
.btnsub
{
	width: 70px;
	height: 27px;
}
.noti
{
	width: 94%;
	border: 1px dotted #353535;
	border-radius: 5px;
	background-color: #dfdfdf;
	font: 0.75em/1.5em normal Tahoma, Verdana, Geneva, sans-serif;
	list-style-type: none;
	margin:0px;
	padding:0px 0px 0px 5px;
}
.noti ul li
{
	list-style-type:none;
}
#noti
{
	width: 97%;
	border: 1px solid #afafaf;
	border-radius: 5px;
	background-color: #efefef;
	padding-left: 10px;
	margin-bottom: 5px;
}
#noti a
{
	text-decoration: none;
}
.noti:hover
{
	border: 1px dashed #96322F;
	border-radius: 5px;
}
.noti li a
{
	text-decoration: none;
}
.noti.selected a
{
	background-color: #fff;
}
ul.highlight
{
	background: #fff;
}

.wrapr
{
	background-color:white; 
}
@media (max-width: 1440px) {
.login {
    width: 100%;
	}
}
@media (max-width: 1280px) {
.login {
    width: 100%;
	}
}
@media (max-width: 1024px) {
.login {
    width: 100%;
	}
}
@media (max-width: 800px) {
.login {
    width: 100%;
	}
}
@media (max-width: 768px) {
.login {
    width: 100%;
	}
}
@media (max-width: 425px) {
.login {
    width: 100%;
	}
}
@media (max-width: 375px) {
.login {
    width: 100%;
	}
}
@media (max-width: 360px) {
.login {
    width: 100%;
	}
}
@media (max-width: 320px) {
.login {
    width: 100%;
	}
}

