/*
    Style sheets για το Ηλεκτρονικό Γραφείο Τύπου
    του Υπουργείου Εσωτερικών, Δημόσιας Διοίκησης και Αποκέντρωσης
    
    Κύρια style sheets
*/

/* Main Texts styles */
.mainTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  12px;
    color:                      #000000;
    font-weight:                normal;
    text-decoration:            none;
    text-align:                 justify }
a.mainTxt:hover {
    color:                      #003366;
    text-decoration:            underline }
.mainTdTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  12px;
    color:                      #000000;
    padding-right:              10px }
.dateTxt {
    font-family:                Verdana, Arial, Helvetica, sans-serif;
    font-size:                  10px;
    color:                      #000033;
    font-style:                 italic;
   	margin-bottom:              5px }
.titleTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  12px;
    color:                      #000033;
    font-weight:                900 }
.subtitleTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  11px;
    color:                      #003366 }
.footTxt {
	font-family:                Tahoma, Arial, sans-serif;
	font-size:                  10px;
	color:                      #000000;
	text-align:                 center;
	margin-bottom:              10px }

/* Photo Gallery Text style */
.photoTitleTxt {
	font-family:                Arial, Helvetica, sans-serif;
	font-size:                  12px;
	color:                      #000033;
	font-weight:                bold;
    padding-bottom:             3px }

/* PressKit Text style */
.pressTitleTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  14px;
    color:                      #000033;
    font-weight:                bold }
.pressMainTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  12px;
    color:                      #000000;
    text-decoration:            none;
    text-align:                 justify }
a.pressMainTxt:hover {
    color:                      #003366;
    text-decoration:            underline }

/* Links Text styles */
.mainLinkTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  12px;
    color:                      #000000;
    font-weight:                normal;
    text-decoration:            underline }
a.mainLinkTxt:hover {
    color:                      #003366;
    text-decoration:            none }
.linkCatTable {
	border-style:               solid;
	border:                     1px solid #A9BEC4;
    padding:                    4px }
.linkCatTitle {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  14px;
    color:                      #A9BEC4;
    font-weight:                bold;
    text-align:                 left }
.linkCatTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  12px;
    color:                      #003366;
    font-weight:                normal;
    text-decoration:            none }
a.linkCatTxt:hover {
    color:                      #000000;
    text-decoration:            underline }
.linkTitleTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  14px;
    color:                      #FFFFFF;
    font-weight:                bold }
.linkLi {
    color:                      #A9BEC4 }
.linkMainTxt {
    font-family:                Arial, Helvetica, sans-serif;
    font-size:                  12px;
    color:                      #000000;
    text-decoration:            none;
    text-align:                 justify }
a.linkMainTxt:hover {
    color:                      #003366;
    text-decoration:            underline }

/* Next|Previews Text style */
.changeTxt {
    font-family:                Tahoma, Arial, sans-serif;
    font-size:                  10px;
    color:                      #000000;
    text-decoration:            none }
a.changeTxt:hover {
    color:                      #473760;
    text-decoration:            underline }

/* Inputs & Textareas styles */
.contactInputs {
    font-family:                Tahoma, Arial, sans-serif;
    font-size:                  12px;
    color:                      #000000;
    background-color:           #FFFFFF;
    width:                      120px;
    border:                     1px solid #000000 }
.contactIndex {
    width:                      380px;
    font-family:                Tahoma, Arial, sans-serif;
    font-size:                  12px;
    color:                      #000033;
    background-color:           #FFFFFF;
    scrollbar-face-color:       #FFF9F9;
    scrollbar-highlight-color:  #FFFCFC;
    scrollbar-shadow-color:     #E6E7E8;
    scrollbar-3dlight-color:    #BFBFBF;
    scrollbar-arrow-color:      #9B0000;
    scrollbar-track-color:      #A9BEC4;
    scrollbar-darkshadow-color: #A8ABB0;
    scrollbar-base-color:       #FFFFFF }

/* Buttons styles */
.contactSubmit {
    clip:                       rect( );
    font-weight:                bold;
    font-family:                Verdana, Arial, Helvetica, sans-serif;
    font-size:                  10px;
    background-color:           #FFF9F9 }
