/*common types */
h1
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#840431;
    margin-top:0px;
    margin-bottom:0px;
}
h2 
{ 
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:13px;
    color:#840431;
    margin-top:0px;
    margin-bottom:0px;
}
h2 a:link
{ 
    font-family: Tahoma, Verdana, Arial, Sans-Serif !Important;
    font-size:13px !Important; 
    color:#000000;    
    text-decoration:none;
}
h2  a:hover, a:active
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:13px;
    color:#840431;
    text-decoration:none;
}


p a:active, a:hover
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:11px;
    /*color:#000000;*/
}

.popup 
{
	font-size:11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
 
}
.popupCompanyName
{
	font-size:x-small;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.mandatoryColor
{
	color:red;
	
}

.companyNameStyle
{
	color:Black !Important;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size:13px;
    border-right-style:solid;
    border-right-color:Gray;
    border-right-width:1px;
}

a.mandatoryColorLink:link 
{
	color: red; 
}	

.tableCellBottomBorder
{
	border-bottom-style:solid; 
	border-bottom-color:#000000; 
	border-bottom-width:1px;
	
}


.imageBorder
{
	border-style:solid; 
	border-color:#000000; 
	border-width:1px;
	width:110px; 
	height:100px;
	
}
.announcementHeading
{
    /*font-family: 'trebuchet ms', verdana, arial; padding: 20px; margin: 0;*/
    font-family: Arial, Helvetica, sans-serif !Important;
    font-size:large !Important;  
    text-decoration:none;      
    
    }
.expired
{
    color: #C0C0C0;
}
.right
{
    float:right;
}
.left
{
    float:left;
}
.padLeft
{
    margin-left:10px;    
}
.bold
{
    font-weight:bold;
}

/*img.icons
{
    height:10px;
    width:12px;
}*/

/*to make the news items occupy 50% of the space */
#divNewsContainer
{
    width:50%;
}
#divWhiteSpace
{
    width:50%;
    float:right;
}
/* END - to make the news items occupy 50% of the space */

/* printing */
@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}

