﻿/*THIS IS THE MASTER PAGE STYLE*/



.m_background

{
    background-image:url('/rosehills/rose_images/background.gif');
    background-repeat:repeat;
}

.m_table 
{
  margin-left:10%;

}

.m_column_left
{
   width:30%;
   background-color:#7FD5FF;
   text-align:left;
   position:absolute;
}

.m_column_top
{
   width:90%;
   height:80px;
   background-color:#32477E;
   
}

.m_left_tab
{
    margin-top:5px;
    margin-bottom:5px;
    margin-left:12%;
    left:20px;
    position:absolute;
}

.m_right_tab
{
    margin-top:5px;
    margin-bottom:5px;
    margin-right:14%;
    right:20px;
    position:absolute;
}

.m_green_line
{
   width:90%;
   height:15px;
   background-color:#ADC823;
   
}

.m_sml_green_line
{
   width:90%;
   height:1px;
   background-color:white;
   
}

.m_column_middle
{
   width:90%;
   background-color:#EEF3DD;
   
}

.m_column_bottom
{
    width:90%;
    background-color:#32477E;
}

.m_column_right
{
   width:30%;
   background-color:#7FD5FF;
   text-align:left;
   position:absolute;
}

.m_pos_right
{

   position:absolute;
   margin-right:15px;
}

.m_menu_left
{

   background-color:#32477E;
   height:100%;
   width:20%;
      
}

.m_mini_menu
{

   background-color:#32477E;
   
   padding:0px; 
   vertical-align:top;
   color:#ADC823;
   font-size:large;
   font-family:Tahoma;
     
}


.m_content_right
{

   height:100%;

      
}


.m_padding
{
     margin:10px;
}

.m_right
{
    text-align:right;
    background-color:#32477E;
}


/*THIS IS THE PAGE STYLE*/

.p_pos_left
{
   left:0px;
}

.p_pos_right
{
    float:right; 
}

.p_wp_left
{


   width:50%;
   position:absolute;
}

.p_wp_right
{

   width:50%;
   position:absolute;
}

.p_wp_bottom
{
   width:100%;
   bottom:0px;
   position:absolute;
   
}
.p_pos_right_center
{

   position:relative;
   margin-right:15px;
   margin-top:70px;
}

.p_padding
{
     padding-bottom:10px;
     padding-top:10px;
     padding-left:10px;
     padding-right:10px;
}

/*THIS IS THE TEXT STYLE*/

.p_form_text
{
    color:#32477E;
    font-family:Tahoma;
    font-size:medium;
}

.p_sml_blue_text
{
    color:#32477E;
    font-family:Tahoma;
    font-size:medium;
}

.p_text
{
    color:#0D14D6;
    font-family:Tahoma;
    font-size:medium;
}

.p_header_text
{
    color:White;
    font-family:Tahoma;
    font-size:x-large;
    vertical-align:baseline;
    top:60px;
}

.p_menu_text
{
    color:#32477E;
    font-family:Tahoma;
    font-size:large;
    text-decoration:none;
}

.p_menu_blue_text
{
    color:#32477E;
    font-family:Tahoma;
    font-size:large;
    text-decoration:none;
}

.p_title_small
{
    color:#32477E;
    font-family:Tahoma;
    font-size:medium;
}

.p_small_grey
{
    color:#C0C0C0;
    font-family:Tahoma;
    font-size:x-small;
}

.p_small_white
{
    margin:10px;
    color:white;
    font-family:Tahoma;
    font-size:small;
}

a:visited
{
    color:#ADC823;
    text-decoration:none; 
}

a:link
{
    color:#ADC823;
    font-size:large;
    text-decoration: underline;
    
}
a:hover
{
    text-decoration:none; 
    font-size:large;
    color:white;
}

.button

{
    
    font-weight: bold;
	font-size: 10pt;
	color:black;
	font-family: Tahoma;
	text-decoration: none;
	border: 1;
	border-width: thin;
	border-color: #32477E;
	background-color: #EEF3DD;
}