/********
AdBirds.com specific color is in parentheses (green)
**********/


a /* (purple) */
{
    color:  #3f386b;
}


/*-------------------------------under lined H bars---------------------------------*/
h1 /* the bar that goes accross under each header */
{
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: solid 5px #3ab84a;
    vertical-align: bottom;
}

h2 /* the bar that goes accross under each header */
{
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: solid 5px #3ab84a;
}
.AcrossBar /* a bar that goes accross the page */
{
    height: 5px;
    width: 100%;
}


/**************TEXT COLOR*********************/
.TextColor1 /* (purple) main color for strong titles*/
{
    color:  #3f386b;
}

.TextColor2 /*(green) attn to click/go/continue/save*/
{
    color:  #3ab84a;
}

.TextColor3 /*menu and sub menu and other (white) text*/
{
    color: white;
}

.TextColor4 /* errors (red) */
{
    color: #ff0000;
}


.success /* (green) text color of displayed messages of systems success */
{
	color: #3ab84a;
}
.error /* (red) text color of displayed messages of system or user errors */
{
	color: Red;
}


/**************BORDER COLOR*********************/
.BorderColor1 /*(green) loginDiv, itemList border, view ad page */
{
    border-color: #3ab84a;
}
.BorderColor2 /* (gray) bottom of item list row*/
{
    border-color: #eeeeee;
}

.BorderColor3 /* (orange) on adbirds.com - registration page header*/
{
    border-color: #f79421;
}

.BorderColor5 /* (purple) enable all checkout buttons border*/
{
    border-color: #3f386b;
}

.subMenuTable td /* (semi-light purple) faint right line on right of submenus*/
{
    border-right: solid 1px #4f487b;
}




/**************BACKGROUND COLOR*********************/
.BackgroundColor1 /*(green) active submenu, enable all checkout buttons container,  */
{
    background-color: #3ab84a;
}

.BackgroundColor2 /*(light purple) category side menu, reviews*/
{
    background-color: #efe9fe;
}

.BackgroundColor4 /*(orange) attn: warning divs*/
{
    background-color: #f79421;
}

.BackgroundColor5 /*(light green) login box background*/
{
    background-color: #F0FFE6;
}

.BackgroundColor6 /*(purple) sub menu background*/
{
    background-color: #3f386b;
}

.BackgroundColor7 /* (tomato) non-error "err mesage" divs */
{
    background-color: #FF6347;
}

.ContactButtonsDiv /*(orange) contact buttons container on view ad page*/
{
    background-color: #f79421;
}




/**************DEFINED BUTTONS*********************/
.Button1 /*(green) - save buttons, */
{
    background-color: #3ab84a;
    color: White;
    padding-left: 8px;
    padding-right: 8px;
    border-width: 2px;
    border-color: #3ab84a;
}

.Button1Small /* (green tiny) get distance on item list and view ad*/
{
    background-color: #3ab84a;
    color: White;
    padding-left: 0px; 
    padding-right: 0px;
    font-size: 10px;
    border-width: 2px;
    border-color: #3ab84a;
}
.Button2 /* (purple) normal purple buttons */
{
    background-color: #3f386b;
    color: White;
    padding-left: 8px;
    padding-right: 8px;
    border-width: 2px;
    border-color: #3f386b;
}

.Button2Medium /* (purple) edit and delete on view ad page */
{
    background-color: #3f386b;
    color: White;
    padding-left: 4px;
    padding-right: 4px;
    border-width: 2px;
    border-color: #3f386b;
    font-size: 14px;
}

.Button2Large /* (purple) send to friend and email seller buttons */
{
    background-color: #3f386b;
    color: White;
    padding-left: 8px;
    padding-right: 8px;
    border-width: 2px;
    border-color: #3f386b;
    font-size: large;
}