﻿/* -------------------------------*/
/* BEGIN - Overrides of MyTacomaMaster.CSS*/
/* -------------------------------*/

/* -------------------------------*/
/* BEGIN -- used in City Projects 
/* city projects is only app using triple page
/* mytacomamasterPage.master     */
/* -------------------------------*/
#wrapper_1
{
    clear: left;
    float: left;
    position: relative;
    width: 120% !important;
    background-color: #000;
    margin-left: -15px;
    margin-top: -15px;
}
#container_1
{
    display: block;
    float: left;
    position: relative;
    left: 20%;
    margin-top: 2px;
    margin-bottom: 3px;
}
#contentArea 
{
    padding-left: 0px;
    background: #fff;
    height: auto !important; /* real browsers */
    min-height: 100%;
    height: 100%;
    border: 1px solid #000000;
    background-image: url('../images/MyTacoma/tacoma_footer.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
}
.subMenuBar a{
    height: 30px;
    background-color: #efefef;
    
}
.subMenuBar a:hover {
    color: #dc882e;
}
.formLeft
{
    width: 28%;
    text-align: right;
    float: left;
    font-weight: 600;
}
.formRight
{
    width: 68%;
    text-align: left;
    float: right;
}
.formRightMax
{
    width: 68%;
    text-align: left;
    float: right;
}
#divRightHeader /*used in City Projects */
{
    background-color: #dc882e;
    height: 30px;
    padding: 4px;
    padding-top: 10px;
    color: #304a6a;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
    vertical-align: text-bottom;
}
#divCenterHeader /*used in City Projects */
{
    background-color: #fdddbb;
   
    padding: 6px;
    color: #304a6a;
    font-size: 1.25em;
    text-align: left;
    vertical-align: text-bottom;
    font-weight: bold;
}
/* -------------------------------*/
/* END -- used in City Projects   */
/* -------------------------------*/
/* -------------------------------*/
/*  BEGIN -- Triple Pane/ MyTacomaMasterPage.master
/* -------------------------------*/
/*  Triple pane and is in govMEMaster which does not reference this css page
Delete when Triple pane gets eliminated */
.right
{
    float: right;
    margin-right: 10px;
    width: 47%;
}
/* Triple pane and is in govMEMaster which does not reference this css page
Delete when Triple pane gets eliminated */
.left
{
    float: left;
    margin-left: 10px;
    margin-bottom: 0;
    width: 47%;
}
#RadPaneCenter
{
    width: 40%;
    font-family: Corbel;
}
#RadPaneRight
{
    width: 40%;
}
.RadPaneLeft
{
    background-color: #ccd59d; /* [green] #ea963c;*/
    height: 93% !important; /* IE6: treated as min-height*/
    min-height: 600px; /* real browsers */
    position: relative;
}
#leftControls
{
    padding-left: 5px;
    padding-bottom: 8px;
    padding-top: 10px;
    font-weight: 600;
}
/* -------------------------------*/
/*  END -- Triple Pane 
/* -------------------------------*/
/* -------------------------------*/
/*BEGIN used in RPS */
/* -------------------------------*/
/* set    on grid:

 <ClientSettings>  <Selecting AllowRowSelect="True"  /> </ClientSettings>
 <selecteditemstyle CssClass="SelectedItem"></selecteditemstyle>
 
 and  it will color the background the color below for the selected row.
 */
.SelectedItem
{
    background-color: #ccd59d;
}
/* -------------------------------*/
/*END used in RPS */
/* -------------------------------*/
/*------------------------------------*/
/* BEGIN - xlst support               */
/*------------------------------------*/
.toplinks 
{
    padding: 5px;
    background-color:#efefef;
    text-align: center;
    height:50px;
    border: 1px solid #484848;
}
.leftli 
{
    
    list-style-type: none;
    font-weight: 600;
    padding-right: 5px;
    float: left;
    text-align: left;
    min-width: 200px !important;
    max-width: 450px;
    font-size: .8em;
    
}
.leftli a 
{
    font-size: .9em;
}
.rightli 
{
    font-size: .8em;
}

.rightli a 
{
    list-style-type: none;
    min-width: 200px !important;
    max-width: 700px;
    font-size: 1em;
}
.center 
{
    margin-left: 50px;
    font-size: .8em;
}
.center a 
{
    font-size: 1em;
}
.none 
{
    list-style-type: none;
    margin-top: -5px;
}
.liPair /* used in xlsts */
{
    width: 99% !important;
    font-size: .8em;
    
}
.highlight /* used in xlsts */
{
    font-weight: bold;
    color: #BE540D;
}
.divLeft a
{
    border: 1px solid #AEAFAA;
    background-color: #D2DFB7;
    width: 200px;
    float: left;
    padding: 10px;
    margin-right: 12px;
    text-align: center;
}
.divLeft a:hover
{
    background-color: #fff;
    color: #2A5B84;
}
.divRight a
{
    border: 1px solid #AEAFAA;
    background-color: #D2DFB7;
    width: 200px;
    float: left;
    padding: 10px;
    text-align: center;
    margin-left: 20px;
}
.divRight a:hover
{
    background-color: #fff;
    color: #2A5B84;
}
fieldset
{
    width: 100%;
}
/*------------------------------------*/
/* END - xlst support                   */
/*------------------------------------*/
/*------------------------------------*/
/* BEGIN - form layout support        */
/*------------------------------------*/
div.formWrapper
{
	min-width:850px !important;
	overflow:hidden;
	background-color:#fff;
}
div.leftWrapper
{
	float: left;
	margin-left: 10px;
	margin-bottom: 0;	
	width:48%;
	min-width:400px !important;
	margin:3px;	
}
div.rightWrapper
{
	float: right;
	margin:3px;
	min-height :20px;
	border:1px solid #000000;
	width:48%;
	min-width:400px !important;
}
.leftColumn
{
	vertical-align:bottom;
	text-align:right !important ;
	width:30% !important ;
	padding:4px;
	float:left;	
}

.rightColumn
{
	text-align:left !important ;
	vertical-align:middle;
	width:65% !important ;
	padding:4px;
	float:right;
}
.rightColumn select,.rightColumn radio
{
	margin-bottom:5px;	
}
div.formfieldsetWrap
{
	vertical-align: top; height: 30px; 
	width: 99%;
    font-size: .8em;
}
.message
{
	font-family: Trebuchet MS;
	font-size: .8em;
	/*font-weight:bold;*/
	/*font-style: italic;*/
	color: #BE540D;
	margin-left:10px;
	margin-bottom: 0px;
	text-align:right;
	width:600px;
}
.messageLarge
{
	font-family: Trebuchet MS;
	font-size: .9em;
	font-weight:bold;
	color: #BE540D;
	margin-left:10px;
	margin-bottom: 0px;
	text-align:left;
}
.RedHeadingMedium
{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight:bold;
	font-style: italic;
	color: #fc0303;
}
.divLeftLinks a
{
    color: #304a6a;
    padding-bottom: 4px;
    border-bottom: dotted 1px #304a6a;
    width: 200px;
    float: right;
    padding: 10px;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
    
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
.divLeftLinks a:hover
{
    /*background-color: #fff;*/
    color: #2A5B84;
}
.subSectionTitle 
{
    font-family: Trebuchet MS;
    font-weight: bold;
	font-style: italic;
	color: #be540d;
	}
/*------------------------------------*/
/* END - form layout support        */
/*------------------------------------*/
/*------------------------------------*/
/* BEGIN - Telerik overrides
/*------------------------------------*/
.RadInput_Default .riTextBox 
{
    font-size: .8em;
}
.RadGrid .rgHeader A
{
    font-size: 1em;
}
/*this below switches the page count on the 
Radgrid to the left side */
.RadGrid .rgInfoPart 
{
    float: none !important;
}
/*------------------------------------*/
/* END - telerik overrides       */
/*------------------------------------*/
/*----------------------------------------------------
/* BEGIN - CSS for unique RPS Styling                      
/*----------------------------------------------------*/
.RPSSearchPane
{
	font-family:arial;
	font-weight:400;
	color:#292c29 !important;
    font-size: .75em;
    font-weight: 600;	
}
.RPSmessage
{	
	font-family:arial;
	color: #BE540D;
	background-color:#FFFFAA;
}
#divLeftMyTacomaLinks 
{
    width: 100%; 

        height: 20px; 
        border: 1px solid #efefef; 
        vertical-align: middle; 
        text-align: center;
        color: #fff;
        font-weight: bold;
}
/*----------------------------------------------------
/* END - CSS for unique RPS Styling                      
/*----------------------------------------------------*/

@media screen and (max-width:780px)
{
.leftli 
{
    text-align: left;
    float: none;
}
.rightli 
{
    margin-left: 10px;
}
.liPair ul
{
    padding: 0px;
    padding-left: 3px;
    
}
#maincontent 
{
    margin-left: -10px;
}
#wrapper_1 
{
    margin-top: -25px;
    margin-left: -20px;
}
#container_1 
{
    left: 0%;
    padding-left: 10px;
   
}

}

