/* Start common css
------------------------------------------- */
/* Default 
------------------------------------------- */

body
{
    margin: 0px;
    padding: 0px;
    text-align: center; /*background-image:url("../images/body_bg.gif"); 	background-repeat:repeat;*/
    background-color: #FFFFFF;
    font-family:Arial;
    font-size:11px;
}
p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
h1
{
     font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: #01503f;
    float: left;
   /* width:700px;*/
}
h1 span
{
    margin: 0px;
    padding: 0px;
    display: none;
}
h2
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-family: Arial;
    font-size: 22px;
    color: #f2c17d;
    font-weight: normal;
    line-height: 32px;
    display: block;
}
h2 span
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
}
h3
{
     font-size: 16px;
    float: left;
    text-align: left;
    /*text-decoration: none;*/
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
h3 span
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
h4
{
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
    font-family: Arial;
    font-size: 18px;
    color: #a53e18;
    font-weight: normal;
    float: left;
}
h4 span
{
    color: #C00A28;
}

h5
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-family: Arial;
    font-size: 18px;
    color: #027ab2;
    font-weight: normal;
}
h5 span
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-family: Arial;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: normal;
}

a
{
    font-weight: normal;
    text-decoration: none;
    cursor:pointer !important;
}
a:hover
{
    font-weight: normal;
    text-decoration: underline;
    cursor:pointer !important;
}
*
{
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
/* Common
------------------------------------------------ */

.hide
{
    display: none;
}
.clear
{
    clear: both;
}
.margin
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/*ul,li {
	margin:0px;
	padding:0px;
	list-style-type:none;

}*/



/* Layout 
------------------------------------------------ */
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
table
{
    border-collapse: collapse;
}
/* Space
------------------------------------------------ */
.common_all
{
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.space_3px
{
    height: 3px;
    width: 100%;
    float: left;
    text-align: center;
}
.space_1px
{
    height: 1px;
    width: 100%;
    float: left;
    text-align: center;
}
.space_5px
{
    height: 5px;
    width: 100%;
    float: left;
    text-align: center;
}
.space_8px
{
    height: 8px;
    width: 100%;
    float: left;
    text-align: center;
}
.space_15px
{
    height: 15px;
    width: 100%;
    float: left;
    text-align: center;
}
.space_10px
{
    height: 10px;
    width: 100%;
    float: left;
    text-align: center;
}
.space_20px
{
    height: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.marginLeft10
{
    margin-left:10px;
}
.marginRight10
{
    margin-right:10px;
}
.marginLeft3
{
    margin-left:3px;
}
.marginRight3
{
    margin-right:3px;
}
.paddingTop2
{
    padding-top:2px;
}
.colorBlue
{
    color:#177bff;
}
.colorLightBlue
{
    color: #29a8e2;
}
.colorGreen
{
    color:green;
}
.fontBold
{
    font-weight:bold;
}


 /*Button Page Details -----    Thansila -30-11-2012*/
 
 .anchorLink14 
{
    cursor:pointer;
    font-weight:bold;
    font-size:14px;
}
.anchorLink14:hover
{
    font-weight:bold;
    cursor:pointer;
}

 