﻿/*-- frame --*/
#framer
{
    /*background-image: url("../../Images/ProfilsNETStyle/bg_frame.gif");*/
    background-position: bottom right;
    background-repeat: no-repeat;
    /*max-width: 650px;*/
	max-width: 647px;
    padding: 25px 5px 15px 15px;
    margin-top: 10px;
    position: relative;
    width: 650px;
}

#framer h2
{
    background-color: #FFFFFF;
	color: #428A96;
	/*font-weight: bold;*/
	left: 15px;
	padding-left: 10px;
	padding-right: 10px;
    position: absolute;
	text-align: center;
	/*text-transform: uppercase;*/
	top: 0px;
	white-space: nowrap;
	width: 250px;
	font-size: 18px;
}

#framer .hbuttons_login
{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 300px;
}

#framer .vbuttons_login
{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 300px;
}

#framer .hbuttons_std
{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

#framer .hbuttons_std td
{
	padding-bottom: 2px;
	padding-top: 2px;
}

#framer .vbuttons_std
{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 90%;
}

#framer .vbuttons_std td
{
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: right;
}

#framer .vbuttons_navoffer
{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 90%;
}

#framer .vbuttons_navoffer td
{
	padding: 2px 2px 2px 2px;
	text-align: right;
}

#framer a
{
    color: #ba0934;
    font-weight: bold;
    text-decoration: none;
}

#framer a:hover
{
    text-decoration:underline;
}

/*-- standard frame --*/
#framer .button_small
{
	background: transparent url('../../Images/APICILStyle/Buttons/button_34.gif') no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 34px;
}

#framer .button_std
{
	background: transparent url('../../Images/APICILStyle/Buttons/button_120.gif') no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 120px;
}

#framer .button_medium
{
	background: transparent url('../../Images/APICILStyle/Buttons/button_180.gif') no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 180px;
}

#framer .button_large
{
	background: transparent url('../../Images/APICILStyle/Buttons/button_250.gif') no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 250px;
	margin-bottom: 5px;
}

/*-- alternate frame --*/
#alternate #framer
{
	color: #147869;
}

#alternate #framer h2
{
	background-color: #FFFFFF;
}

#alternate #framer a
{
	color: #ba0934;
}

#alternate #framer a:hover
{
	text-decoration:underline;
}

#alternate #framer .button_small
{
	background: transparent url('../../Images/APICILStyle/Buttons/button_alt_34.gif') no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 34px;
}

#alternate #framer .button_std
{
	background: transparent url('../../Images/APICILStyle/Buttons/button_alt_120.gif') no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 120px;
}

#alternate #framer .button_medium
{
	background: transparent url('../../Images/APICILStyle/Buttons/button_alt_180.gif') no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 180px;
}

#alternate #framer .button_large
{
	background: transparent url('../../Images/APICILStyle/Buttons/button_alt_250.gif') no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 250px;
}

/* subform in alternate div */
#alternate #subform .subform_left > .title_field
{
    background-color: #DEF3F6;
    height: 100%;
    padding: 3px 5px 3px 5px;
}

