﻿body {background-image:url('img/pai_bg.jpg');background-color:#6ac6f3;background-repeat:no-repeat;margin-top:0px;margin-left:0px;}
table{font-family:tahoma;font-size:11px;color:#000000;line-height:14px}
table.content{height:200px; background-image:url('img/bg.gif');background-position:bottom bottom;background-repeat:no-repeat}

img{vertical-align:bottom}

A:link {COLOR: #3366CC; TEXT-DECORATION: none; font-weight: bold}
A:visited {COLOR: #3366CC; TEXT-DECORATION: none; font-weight: bold}
A:hover { COLOR: blue; font-weight: bold}

.here, A.here:link, A.here:active, A.here:visited
{color:#87D4F9; font-family:tahoma;font-weight:normal; font-size:11px; text-decoration:none; background:none}
A.here:hover{font-family:tahoma;color:#ffffff; font-weight:normal; font-size:11px; text-decoration:underline; background:none}

.mail, A.mail:link, A.mail:active, A.mail:visited
{color:#1A81B4; font-family:Tahoma;font-weight:normal; font-size:10px; text-decoration:none; background:none}
A.mail:hover{font-family:tahoma;color:#cccccc; font-weight:normal; font-size:10px; text-decoration:underline; background:none}

.blue{font-family:tahoma;font-size:12px;font-weight:bold;color:#1A81B4}

.newsdate{font-family:tahoma;font-size:12px;font-weight:bold;color:#EA8724}

.post{font-family:tahoma;font-size:11px;font-weight:normal;color:#207EAA}

.info{font-family:tahoma;font-size:11px;font-weight:normal;color:#0174AB}

h1.subject-header
{
	font-family:Trebuchet MS;
	font-weight:bold;
	color:#2a92c5;
	font-size:15px;
	padding-left:23px;
}


/* Important Message */
.info-message, .success-message, .failure-message, .warning-message {  
     border: 1px solid;  
     margin: 10px 0px;  
     padding:15px 10px 15px 50px;  
     background-repeat: no-repeat;  
     background-position: 10px center;  
		 font-size:11px;
}

.info-message a, .success-message a, .failure-message a, .warning-message a {  
	color:#000;
	font-size:11px;
}

.success-message {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('assets/images/successicon.png');  
} 

.failure-message {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('assets/images/failureicon.png');  
} 

.info-message {  
     color: #00529B;  
     background-color: #BDE5F8;  
     background-image: url('assets/images/infoicon.png');  
}  

.warning-message {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('assets/images/warningicon.png');  
} 

/* Event Info */
table.event-info
{
	width:100%;
}

table.event-info td
{
	padding:3px;
}

table.event-info #who, #date, #time, #location
{
	font-weight:bold;
}

table.event-info #info
{
	background-color:#FEEFB3;
	padding:10px;
}

.rounded-corner
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#edf3f6;
	margin:10px 0 20px;
	padding:20px;
}