﻿html, body 
{
    margin:2px;
    font-family: Arial;
    font-size:12px;
    background-color:#f0eeee;
}
h4
{
    margin-bottom:5px;
}
.clear
{
    clear:both;
}

#Container
{
    margin:0px auto;
    width:1280px;
}
#Header_Container
{
    width:99%;
    position:relative;
    height:auto;
    top: 0px;
    left: 0px;
}
#logo
{    
    width:135px;
    height:100%;
    float:right;
}
#MainMenu_Container
{
    width:87%;
    height:100%;
    float:left;
    margin-top:20px;
}
#Content_Container
{
    height:100%;   
    min-height:400px; 
    
	border:1px solid #CCC;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 1px #CCC;
	-webkit-box-shadow: 2px 2px 1px #CCC;
	box-shadow: 2px 2px 1px #CCC;
	padding:8px;
	
}
#ControlContainer
{
    margin-top:10px;  
}
#Footer_Container
{
    width:100%;
}
#RelatedContainer
{
}
#RelatedControl
{
}
#ListContainer
{    
    height:auto;
}

input[type="submit"] 
{
    border:1px solid #CCC;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	height:25px;
    margin-left: 0px;
}
input[type="submit"]:hover
{
    background-color:#72bb47;
    color:#fff;    
}
input[type="submit"].selected
{
    background-color:#72bb47;    
    color:#fff;    
}

input[type="submit"].menuselected
{
    background-color:Green;    
    color:#fff;    
}

.font12Bold
{
    font-size:12pt;
    font-weight:bold;
}
.font10Bold
{
    font-size:10pt;
    font-weight:bold;
}
.RequiredField
{
    color:Red;
    font-size:12pt;
    font-weight:bold;
}
.marginBottom2px
{
    margin-bottom:2px;
}

#Announcement_Container
{
    height:100%;   
    min-height:200px; 
    width:595px;
    padding:10px;
    margin:10px;
    float:left;
    background-color:#fffffd;
    
	-moz-box-shadow: 2px 2px 1px #CCC;
	-webkit-box-shadow: 2px 2px 1px #CCC;
	box-shadow: 2px 2px 1px #CCC;
	padding:8px;
	
}

#Bulletin_Container
{
    height:100%;   
    min-height:200px; 
    width:595px;
    padding:10px;
    margin:10px;
    float:left;
    background-color:#fffffd;
    
	-moz-box-shadow: 2px 2px 1px #CCC;
	-webkit-box-shadow: 2px 2px 1px #CCC;
	box-shadow: 2px 2px 1px #CCC;
	padding:8px;
	
}

.Announcement_Content
{
    padding-bottom:20px;
    position:relative;
}
.Title
{
    font-size:18px;
    margin-bottom:4px;
    color:#72bb47;
}

.Announcement
{
    width:95%;
    height:100%;
    border-bottom:1px dotted #CCC;
}

.Announcement_even
{
    background-color:#f9fad9;
}
.Announcement_Date
{
    width:80px;
    height:100%;
    line-height:20px;
    float:left;
    padding:4px;
    
}
.Announcement_Msg
{
    width:460px;
    height:100%;
    line-height:20px;
    float:left;
    padding:4px;
    border-left:1px dotted #CCC;
}
.Announcement_Msg
{
    width:460px;
    height:100%;
    line-height:20px;
    float:left;
    padding:4px;
    padding-left:8px;
    border-left:1px dotted #CCC;
}

a
{
    color:#434141;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

#AnnounceMore
{
    color:#72bb47;
    width:570px;
    position:absolute;
    bottom:0px;
    left:0px;
    text-align:right;
}

ul.Alphabet
{
    list-style:none;  
    margin:0px;
    padding:0px;  
}

ul.Alphabet li
{
    display:block;
    padding:8px;
    font-weight:bold;
    font-size:12px;
    float:left;
    font-family:Arial Black;
}


.chkBoxList tr   
{
    height:24px;
}
.chkBoxList td
{
    width:20%; /* or percent value: 25% */
}

/** Chee Ong **/

/** Correct the Font for Address Box **/
#ContentPlaceHolder1_txtAddress
{
	font-family:Arial;
}



/* Pagination */
.pagination
{
  line-height: 26px;
}

.pagination span
{
  padding: 5px;
  border: solid 1px #CCCCCC;
  text-decoration: none;
  white-space: nowrap;
  background: #CCCCCC;
}

.pagination a, 
.pagination a:visited
{
  text-decoration: none;
  padding: 6px;
  white-space: nowrap;
}
.pagination a:hover, 
.pagination a:active
{
  padding: 5px;
  border: solid 1px #CCCCCC;
  text-decoration: none;
  white-space: nowrap;
  background: #CCCCCC;
}