/* FOR LIST VIEW */
body {
  margin-left:5%;
  margin-right:5%;
  padding-left:5%;
  padding-right:5%;
}
#header {
  margin: 0 auto;
  position:relative;
  width: 1100px;
  min-height:120px;
  z-index:500;
}
/*
#wrapper {
  margin: 0 auto;
  position: relative;
  width: 960px;
  overflow: hidden;
}
*/
#sign_on {
  position:relative;
  left:0px;
  top:20px;
  width:947px;
  height:250px;
}
#sign_on1 {
   margin: 0 auto;
  position:relative;
  background: #CCC;
  top:0px;
  width:600px;
  min-height:55px;
  text-align:center;
}
#sign_on2 {
  position:relative;
  left:200px;
  top:0px;
  width:600px;
  height:120px;
}


/**--------------------------FORM CONTAINER DIV --------------------------------**/
/*
#formContainer {
  margin: 0 auto;
  position: relative;
  width: 960px;
  min-height: 300px;
  background: #990000;
  padding-bottom: 40px;
  padding-top: 10px;

}

.registration_form {
   margin: 0 auto;
   width: 45%;
   padding: 20px 14px 20px 14px;
   font-family: century Gothic, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 20px;
   background: #FFF;
   margin: 1em auto 0;
   border-bottom: 1px solid #d5d5d5;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   color: #000;
}


label {
  display: block;
}

#formContainer h2 {
  margin-left: 360px;
  margin-top: 20px;
  color: #FFF;
  font-family: century Gothic, Arial, Helvetica, sans-serif;
  font-size: 25px;

}


form li {
  list-style: none;
  padding-left: 60px;
  padding-bottom: 10px;
}


.registration_form form input[type=text] {
   width: 200px;
   font-family: century Gothic, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #343434;
}

.registration_form form input[type=password] {
   width: 200px;
   font-family: century Gothic, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #343434;
}

input[type=submit] {
   border: 1px solid #e3e3e3;
   color: #343434;
   padding: .5em;
   cursor: pointer;
   width: 100px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

input[type=submit]:hover {
   background: #e3e3e3;
}

*/
.pagetitle {
  font-size:24px;
  color: #000099;
  font-weight:bold;
  height: auto;
}
.pageactivate {
    margin-bottom:10px;
    padding-bottom:10px;
    color:#FF0000;
    font-size:18px;

}
.pagemsg {
  font-size: 20px;
  color: #000099;
  height: auto;

}
.userdet {
    font-size: 20px;
    text-align:center;
    vertical-align: super;
             
}
.userdet2 {
    font-size: 20px;
    text-align:center;
    vertical-align: super;
             
}
#header{
    position: relative;
    top:2px;
}

#center_pager {
  position:relative;
  left:0px;
  top:0px;
  width:700px;
  height:auto;
}
#center_on1 {
  position:relative;
  left:0px;
  top:0px;
  width:600px;
  height:auto;
  text-align:center;
}
#center_on2 {
  position:relative;
  left:20px;
  top:0px;
  width:700px;
  height:auto;
  /*height:120px;*/
}
#check_user {
    position:relative;
    width:150px;
    top:-15px;
    height:20px;
    left:360px;
    font-size:20px;
}
#mainbody {
    position:relative;
    left:0px;
    top:0px;
    width:998px;
    height:auto;
    background-color:#CCCCCC;
    z-index:1;
}
#menu {
    position:absolute;
    left:-5px;
    top:-5px;
    width:240px;
    height:auto;
    z-index:3;
    background-color: #FFFFFF;
}
#appl_body {
    position:relative;
    left:241px;
    top:0px;
    width:753px;
    height:600px;;
    vertical-align:middle;
    background-color:#FCFCFE;
    z-index:1;
}
table .table tbody tr td img{
    width:30px;
}
table .table tbody tr td{
    width:30px;
    white-space:normal;
    word-wrap:break-word;
    text-wrap:normal;
}


#check_user{
    font-size:16px;
}
.board {
    display:block;
    position:relative;
    width:650px;
    left:10px;
    list-style-type:none;
}
.boarditem {
    position:relative;
    float: left;
    width:620px;
    list-style-type:none;
    margin-bottom:5px;
    padding-bottom:5px;
}
.boarditem  li{
    position:relative;
    display:block;
    width:80px;
    float: left;
    list-style-type:none;
}
.board li.title {
    position: relative;
    float:left;
    width:450px;
    color:#FF0000;
    text-align:left;
}
.boarditem  li.date{
    position:relative;
    display:block;
    width:120px;
    float: left;
}
.boarditem  li.del{
    position:relative;
    display:block;
    width:40px;
    float: left;
}
.boarditem  li span a{
    color:#000000;
    text-decoration:none;
}

.boarditem  li span a:hover{
    color:#000066;
    text-decoration:underline;
}

.dateformat {
    font-size: 18px;
    color: #0000FF;
    font-weight: bold;
}