.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: black;
background-color: #FFE4E1;

/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneleligibilitycontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: black;


/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/

font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/


text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/

display: block;

padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltabmess a span{ /*"toggle" tab related CSS*/

display: block;

padding: 1px 1px 1px 1px;
cursor: pointer;
}






.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

.ddpanel .ddpanelcontentjobs{ /*CSS for "content" DIV of Drop Down Panel*/
color: black;
background-color: #B7CEEC;
height: 100%;

/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}