/*****************************
	BACKGROUNDS
*****************************/
body {
	font-family: arial, sans-serif;
}

.border-bg {
    background-color: #1F6D83;    
}

.body-bg {
    background-color: #FFFFFF;  
    background-image: url(/atweb/site/cypressfilm/images/wall_image.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

.body-bg-welcomescreen {
    background-color: #FFFFFF;  
    background-image: url(/atweb/site/cypressfilm/images/wall_image_welcomescreen.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

/* same color as body-bg */
.footerpane-bg-welcomescreen {

}

/*****************************
	PANES
*****************************/

.headerpane-bg {
    background-color: #0F2835
}

.toppane-bg {

}

.bottompane-bg {
    
}

.leftpane-bg {
    background-color: #5E5E5E;
}

.contentpane-bg {
    background-color: #454444;
}

.rightpane-bg {
    background-color: #5E5E5E;
}

.footerpane-bg {

}

.column1pane-bg {
    background-color: #5E5E5E;
}

.column2pane-bg {
    background-color: #5E5E5E;
}

.menuhpane-bg {

}

.menuvpane-bg {
    background-color: #5E5E5E;
}

/*****************************
	LINKS
*****************************/

.link-menu-h {
    font-weight: normal; font-style: normal; font-size: 11px; color: #353535; text-decoration: none
}
.link-menu-h:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #01407E; text-decoration: none
}
.link-menu-h-selected {
    font-weight: bold; font-style: normal; font-size: 11px; color: #01407E; text-decoration: none
}


.link-menu-v {
    font-weight: normal; font-style: normal; font-size: 11px; color: #C4C3C3; text-decoration: none
}
.link-menu-v:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #86BAD9; text-decoration: none
}
.link-menu-v-selected {
    font-weight: bold; font-style: normal; font-size: 11px; color: #86BAD9; text-decoration: none
}


.link-text {
    font-weight: normal; font-style: normal; font-size: 11px; color: #73BCEF; text-decoration: none
}
.link-text:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #CCEAFF; text-decoration: none
}

.link-footer {
    font-weight: normal; font-style: normal; font-size: 10px; color: #00546F; text-decoration: none
}
.link-footer:hover {
    font-weight: normal; font-style: normal; font-size: 10px; color: #0C57A7; text-decoration: none
}

.link-header-core {
    font-weight: normal; font-style: normal; font-size: 10px; color: #FFFFFF; text-decoration: none
}
.link-header-core:hover {
    font-weight: normal; font-style: normal; font-size: 10px; color: #0C57A7; text-decoration: none
}

.link-welcome-screen {
    font-weight: normal ; font-style: normal; font-size: 11px; color: #FFFFFF; text-decoration: none
}
.link-top-nav {
    font-weight: normal; font-style: normal; font-size: 9px; color: #FFFFFF; text-decoration: none
}
.link-top-nav:hover {
    font-weight: normal; font-style: normal; font-size: 9px; color: #0C57A7; text-decoration: underline
}
.link-top-nav-selected {
    font-weight: normal; font-style: normal; font-size: 9px; color: #0C57A7; text-decoration: underline
}
.link-top-nav-divider {
    line-height: 20px ; font-weight: normal; font-style: none; font-size: 11px; color: #FFFFFF; text-decoration: none
}
/*****************************
	TEXT
*****************************/

.text-menu-v-title {
    font-weight: bold; font-style: normal; font-size: 11px; color: #E78B05;  text-decoration: none
}

.text-page-title {
    font-weight: normal; font-style: normal; font-size: 14px; color: #C4C3C3; text-decoration: none
}

.text-paragraph-title {
		line-height: 20px; font-weight: bold; font-style: normal; font-size: 12px; color: #E78B05; text-decoration: none
}

.text-fineprint-core {
    font-weight: normal; font-style: normal; font-size: 10px; color: #525252; text-decoration: none
}

.text-footer {
    font-weight: normal; font-style: normal; font-size: 10px; color: #525252; text-decoration: none
}

.text-body {
		line-height: 20px; font-weight: normal; font-style: normal; font-size: 12px; color: #FFFFFF; text-decoration: none
}


/*****************************
	MODULE
*****************************/
.module-summary-text {
    font-weight: normal; font-style: normal; font-size: 11px; color: #ffffff; text-decoration: line
}

.module-summary-link {
    font-weight: normal;  font-style: normal;font-size: 11px; color: #89B6CE; text-decoration: line
}

.module-summary-link:hover {
    font-weight: normal; font-style: normal; font-size: 11px; color: #5693E8; text-decoration: line
}

.module-text {
    font-weight: normal; font-style: normal; font-size: 11px; color: #ffffff; text-decoration: line
}

.module-link {
    font-weight: normal;  font-style: normal;font-size: 11px; color: #89B6CE; text-decoration: line
}

.module-link:hover {
    font-weight: normal;  font-style: normal;font-size: 11px; color: #5693E8; text-decoration: line
}



/*****************************
	MENU
*****************************/

.menu-item {
	text-align: left;
	text-valign: bottom;
	border-bottom:1px dashed #A9A6A6;
}

/*****************************
	CUSTOM
*****************************/

.table-bg
{
    background-color: #838282;
}

.table-details
{
    background-color: #5E5E5E;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0pt;
}




/*****************************
	CONTACT US
*****************************/

.contact-table-header
{
    background-color: #C4C9CF;
    color: #000000;
    font-size: 11px;
    font-weight: none;
    text-decoration: none;
    text-indent: 0pt;
}


.contact-table
{
    background-color: #E9ECF0;
    color: #000000;
    font-size: 11px;
    font-weight: none;
    text-decoration: none;
    text-indent: 0pt;
}


/*****************************
	FORM
*****************************/

.form-table-header
{
    background-color: #C4C9CF;
    color: #000000;
    font-size: 11px;
    font-weight: none;
    text-decoration: none;
    text-indent: 0pt;
}


.form-table
{
    background-color: #E9ECF0;
    color: #000000;
    font-size: 11px;
    font-weight: none;
    text-decoration: none;
    text-indent: 0pt;
}
