﻿.QuickLinkPanel 
{
    border: 1px solid rgb(204,204,204);
    margin-bottom : 10px;
    padding : 10px;
    margin-right : 10px;    
    height : 150px;
    max-width : 250px;
    width: 250px;
    max-height : 150px;
    color : Green;
    display:inline-block;
    background-color: #DBE3E5;
}
.QuickLinkPanel a
{
    font-weight : normal;
    color : rgb(50,50,50);            
}
.QuickLinkPanel a:hover
{
    text-decoration : underline;
    color : orange;
}

.QuickLinkPanel img
{
    width : 110px;
    height : 110px;
    float : right;
    padding : 5px;
    border : 1px solid rgb(230,230,230);                        
}        

.selected a {
    color: Black;
}

button 
{
	border : 1px solid rgb(150,150,150);
	background-color : white;
	padding : 1px;
	margin-right : 10px;
}

input[type=text]
{
	padding : 3px;
	border : 1px solid rgb(150,150,150);
	background-color : white;
	margin-right : 10px;
}

input
{
    margin-right : 10px;
    border-right-width : 0px;
}
input[type=button]
{
    border: 1px solid gray;
    background-color : rgb(204,204,204);
}
select
{
    margin-bottom : 10px;
}

.TogglePanel
{
    font-family : Verdana;
    background-color : white;
    border : solid 1px gray;
    margin-bottom : 10px;
    padding : 3px;
    cursor : pointer;
}

.Menu
{
    border-bottom : dotted 1px gray;
    padding : 5px;
}

.ToggleLink
{
    text-decoration : none;
    font-size : smaller;
    font-weight : bold;
    cursor : pointer;
}      
