﻿/*override css properties*/

body 
{
   background: none;
   background-color: #E9E9E9;
}



.parttitle 
{
    color: #4A175A;
}

.metro 
{
    background-color: #4A175A;
    color: #fff;
 }

.metro-hover
{
    background-color: #4A175A;
}

.subtitle 
{
    color: #282562;
}

.htmlform .title 
{
    color: #282562;
}

a.buttonize-s-green, input.buttonize-s-green 
{
    background: url("images/buttonize-blue.png") repeat-x scroll 0 0 #8482a5;
    border: 1px solid #282562;
}

a.buttonize, input.buttonize 
{
    text-shadow: none;
    color: #201D4D;
}

rightlist .title, .rightlist .title a, .rightlist .title a:visited 
{
    color: #201D4D;
}

.header-green 
{
    background: url("images/bkg-header-blue.png") repeat-x scroll 0 0 #4E49A7;
    border: 1px solid #222052;    
}

.edit-form .input-button 
{
    background: url("images/form_button-blue.png") no-repeat scroll 0 0 transparent;
}

.form1 input[type="submit"] 
{
    background: url("images/form_button-blue.png") no-repeat scroll 0 0 transparent;
}

.ui-widget-header 
{
    background: url("images/bkg-header-blue.png") repeat scroll 0 0 #4E49A7;
}

#RightWebPartZone .parttitle {
    background-color: #4A175A;
    color: #FFFFFF;
    padding: 5px;
    font-size: 11pt;
}

#RightWebPartZone div div:nth-child(2),
#RightWebPartZone div div:nth-child(1) .article
{
    background-color: #F2F2F2;
    padding: 15px 10px 17px;
}

#headercontent a,
#headercontent a:hover,
#headercontent a:visited,
.logo2 
{
   color: #4A175A;
}
